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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove init_cli_cmds
Tom Tromey
2019-07-11
1
-3
/
+3
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Add previous_saved_command_line to allow a command to repeat a previous command.
Philippe Waroquiers
2019-05-31
1
-2
/
+0
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-3
/
+3
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-9
/
+6
*
Remove basic cleanup code
Tom Tromey
2019-03-06
1
-8
/
+0
*
Disable styling when running in batch mode
Alan Hayward
2019-02-21
1
-1
/
+7
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
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
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Check return value of bfd_init
Tom Tromey
2018-10-30
1
-1
/
+5
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-8
/
+8
*
Add "const" to a few locals in gdb
Tom Tromey
2018-09-24
1
-1
/
+1
*
Indicate batch mode failures by exiting with nonzero status
Gary Benson
2018-08-29
1
-31
/
+47
*
darwin: Don't use sbrk
Simon Marchi
2018-07-04
1
-1
/
+1
*
Remove some text from --version output
Tom Tromey
2018-06-05
1
-3
/
+3
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-0
/
+1
*
Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)
Pedro Alves
2018-01-05
1
-1
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Add support for the readnever concept
Sergio Durigan Junior
2017-12-01
1
-3
/
+34
*
Revert "Add support for the readnever concept"
Sergio Durigan Junior
2017-12-01
1
-34
/
+3
*
Add support for the readnever concept
Sergio Durigan Junior
2017-12-01
1
-3
/
+34
*
Constify execute_command
Tom Tromey
2017-11-07
1
-28
/
+1
*
Fix gdb.gdb/ selftest tests when testing optimized GDB builds
Pedro Alves
2017-10-20
1
-0
/
+5
*
Eliminate catch_errors
Pedro Alves
2017-10-10
1
-9
/
+14
*
Remove make_delete_ui_cleanup
Tom Tromey
2017-10-03
1
-1
/
+1
*
Remove some unused declarations
Tom Tromey
2017-09-29
1
-2
/
+0
*
Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
Sergio Durigan Junior
2017-09-22
1
-3
/
+2
*
Overload catch_command_errors
Tom Tromey
2017-09-20
1
-21
/
+21
*
Change gdb_realpath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-2
/
+3
*
Change gdb_abspath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-2
/
+2
*
main: Don't add int to string
Simon Marchi
2017-06-25
1
-1
/
+1
*
-Wwrite-strings: Constify warning_pre_print
Pedro Alves
2017-04-05
1
-2
/
+4
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb: Use vector::emplace_back
Pedro Alves
2016-11-09
1
-21
/
+10
*
PR 20569, segv in follow_exec
Sandra Loosemore
2016-10-26
1
-2
/
+16
*
Remove last cleanup from captured_main_1
Tom Tromey
2016-10-21
1
-53
/
+40
*
Change command stats reporting to use class
Tom Tromey
2016-10-21
1
-9
/
+16
*
gdb: Fix build breakage with GCC 4.1 and --disable-nls
Pedro Alves
2016-09-19
1
-0
/
+2
*
Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions
Pedro Alves
2016-08-09
1
-0
/
+2
*
Add new command to create extra console/mi UIs
Pedro Alves
2016-06-21
1
-11
/
+1
*
Make stdin be per UI
Pedro Alves
2016-06-21
1
-1
/
+1
*
Make main_ui be heap allocated
Pedro Alves
2016-06-21
1
-15
/
+12
*
Replace the sync_execution global with a new enum prompt_state tristate
Pedro Alves
2016-06-21
1
-4
/
+7
*
Simplify starting the command event loop
Pedro Alves
2016-06-21
1
-1
/
+6
*
Make out and error streams be per UI
Pedro Alves
2016-06-21
1
-1
/
+5
*
Make input_fd be per UI
Pedro Alves
2016-06-21
1
-0
/
+1
[next]