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/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
/
defs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify command_line_input
Tom Tromey
2019-11-08
1
-1
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Make relocate_{path,gdb_directory} return std::string
Christian Biesinger
2019-09-11
1
-4
/
+4
*
Change int to bool for the relocate_* functions
Christian Biesinger
2019-09-06
1
-1
/
+1
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-3
/
+0
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Move generic_load declaration to symfile.h
Simon Marchi
2019-07-02
1
-3
/
+0
*
gdb: Remove use of deprecated_interactive_hook
Andrew Burgess
2019-06-18
1
-1
/
+0
*
Move "watchdog" to remote.c
Tom Tromey
2019-05-08
1
-4
/
+0
*
Move interpreter_p declaration to main.h
Tom Tromey
2019-05-08
1
-3
/
+0
*
Don't declare read_unsigned_leb128 in defs.h
Tom Tromey
2019-05-08
1
-4
/
+0
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
arm-pikeos: software single step
Jerome Guitton
2018-11-01
1
-0
/
+1
*
Add a new 'info proc files' subcommand of 'info proc'.
John Baldwin
2018-09-18
1
-0
/
+3
*
Remove "repeat" argument from command_line_input
Tom Tromey
2018-08-17
1
-1
/
+1
*
Change build_address_symbolic to return std::string
Tom Tromey
2018-06-07
1
-9
/
+0
*
Make "set osabi none" really work (PR 22980)
Simon Marchi
2018-04-07
1
-2
/
+1
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-1
/
+1
*
Remove MAX_REGISTER_SIZE define
Alan Hayward
2018-03-08
1
-5
/
+0
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-4
/
+0
*
Move some declarations to source.h
Tom Tromey
2018-02-14
1
-27
/
+0
*
Use enum flags for flags passed to openp
Simon Marchi
2018-02-13
1
-4
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Unbreak build for non-ELF ports
Pedro Alves
2017-12-11
1
-6
/
+0
*
DWARF-5: .debug_names index consumer
Jan Kratochvil
2017-12-08
1
-0
/
+1
*
Change dwarf2_initialize_objfile's return value
Jan Kratochvil
2017-12-08
1
-0
/
+5
*
Constify execute_command
Tom Tromey
2017-11-07
1
-1
/
+1
*
Constify add_path and friends
Tom Tromey
2017-11-07
1
-3
/
+3
*
Constify some commands in exec.c, plus symbol_file_command
Tom Tromey
2017-09-27
1
-1
/
+1
*
Removed unused declaration
Tom Tromey
2017-09-23
1
-6
/
+0
*
Move command lines types/declarations to cli-script.h
Simon Marchi
2017-09-04
1
-74
/
+0
*
Make language_def O(1)
Pedro Alves
2017-07-20
1
-1
/
+2
*
extract/store integer function template
Yao Qi
2017-06-16
1
-8
/
+39
*
Add regcache raw_supply_integer and raw_collect_integer.
Alan Hayward
2017-05-26
1
-1
/
+4
*
Introduce command_line_up
Tom Tromey
2017-04-12
1
-7
/
+21
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-3
/
+4
*
DWARF-5 basic functionality
Jan Kratochvil
2017-02-20
1
-0
/
+4
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb: Remove support for obsolete OSABIs and a.out
Pedro Alves
2016-12-09
1
-7
/
+3
*
gdb: Use C++11 std::chrono
Pedro Alves
2016-11-23
1
-14
/
+0
*
MIPS: Remove remains of IRIX OS ABI support
Maciej W. Rozycki
2016-10-31
1
-1
/
+0
*
Fix gdb C++ compilation on Solaris (PR build/20712)
Rainer Orth
2016-10-25
1
-10
/
+0
*
Remove Java support
Tom Tromey
2016-10-06
1
-4
/
+3
*
Emit inferior, thread and frame selection events to all UIs
Antoine Tremblay
2016-10-03
1
-0
/
+16
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-7
/
+0
*
PR python/20190 - compute TLS symbol without a frame
Tom Tromey
2016-07-26
1
-0
/
+19
*
Move logic out of symbol_find_demangled_name
Tom Tromey
2016-06-23
1
-4
/
+14
*
Make stdin be per UI
Pedro Alves
2016-06-21
1
-1
/
+3
*
Add support for the Rust language
Tom Tromey
2016-05-17
1
-0
/
+1
[next]