GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
compile
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
2
-2
/
+2
*
Change gcc_target_options to return std::string
Tom Tromey
2019-10-15
1
-1
/
+1
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-25
/
+24
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
3
-5
/
+5
*
Move gdb-dlfcn.[ch] to gdbsupport/
Sergio Durigan Junior
2019-08-23
1
-1
/
+1
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-5
/
+7
*
Use _() in calls to build_help
Tom Tromey
2019-08-05
1
-3
/
+3
*
Allow passing a block to lookup_global_symbol_from_objfile
Christian Biesinger
2019-07-24
1
-0
/
+1
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
3
-0
/
+3
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
7
-13
/
+13
*
Fix gdb build with -std=gnu++11
Pedro Alves
2019-06-13
1
-1
/
+1
*
Migrate rest of compile commands to new options framework
Pedro Alves
2019-06-13
1
-58
/
+111
*
Make "print" and "compile print" support -OPT options
Pedro Alves
2019-06-13
1
-12
/
+34
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
1
-1
/
+1
*
Use "false" in compile_cplus_convert_enum
Tom Tromey
2019-05-04
1
-1
/
+1
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
4
-7
/
+7
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
4
-21
/
+14
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
2
-5
/
+5
*
Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST
Keith Seitz
2019-03-29
1
-2
/
+2
*
Normalize include guards in gdb
Tom Tromey
2019-02-07
8
-18
/
+28
*
Normalize includes to use common/
Tom Tromey
2019-01-25
4
-5
/
+5
*
Remove a comment in compile/compile-cplus-types.c
Tom Tromey
2019-01-22
1
-2
/
+1
*
Include compile-internal.h in gcc-c-plugin.h
Tom Tromey
2019-01-22
1
-0
/
+2
*
Remove duplicate or commented-out #includes
Tom Tromey
2019-01-21
1
-1
/
+0
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-2
/
+1
*
Use upper case for more metasyntactic variables in gdb
Tom Tromey
2019-01-04
1
-1
/
+1
*
gdb: Remove a cleanup from find_overload_match
Andrew Burgess
2019-01-03
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
17
-17
/
+17
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-2
/
+2
*
Import mkdtemp gnulib module, fix mingw build
Simon Marchi
2018-11-01
1
-4
/
+0
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-4
/
+4
*
Remove remaining cleanups from compile-object-load.c
Tom Tromey
2018-09-18
1
-27
/
+37
*
Remove munmap_listp_free_cleanup
Tom Tromey
2018-09-18
3
-68
/
+47
*
Fix use-after-move in compile/compile-cplus-types.c
Simon Marchi
2018-09-17
1
-2
/
+2
*
python: Make gdb.execute("show commands") work (PR 23669)
Simon Marchi
2018-09-17
2
-2
/
+7
*
Return std::string from gdb_bfd_errmsg
Tom Tromey
2018-09-13
1
-1
/
+2
*
compile: Remove non-const reference parameters
Simon Marchi
2018-09-06
11
-81
/
+79
*
Fix ARI violations in c++compile
Keith Seitz
2018-09-01
2
-3
/
+3
*
Fix compile-cplus-types.c build errors
Simon Marchi
2018-08-30
1
-2
/
+5
*
Use host_address_to_string in compile_cplus_instance::enter_scope
Keith Seitz
2018-08-30
1
-1
/
+4
*
C++ compile support
Keith Seitz
2018-08-29
8
-28
/
+2399
*
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
Kevin Buettner
2018-08-23
3
-5
/
+5
*
Use policies for code generation
Keith Seitz
2018-08-10
1
-157
/
+256
*
Use unique_ptr for htabs
Keith Seitz
2018-08-10
2
-23
/
+12
*
Move compile_instance to compile.c
Keith Seitz
2018-08-10
5
-193
/
+195
*
Change compile_instance/compile_c_instance into classes
Keith Seitz
2018-08-10
6
-255
/
+382
*
Add a C++ wrapper for GCC C plug-in
Keith Seitz
2018-08-10
4
-89
/
+167
*
Move C-related declarations to compile-c.h
Keith Seitz
2018-08-10
6
-61
/
+86
[next]