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
/
event-top.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Add previous_saved_command_line to allow a command to repeat a previous command.
Philippe Waroquiers
2019-05-31
1
-9
/
+7
*
Suppress SIGTTOU when handling errors
Alan Hayward
2019-05-28
1
-1
/
+1
*
Fix memory leak in exception code
Tom Tromey
2019-04-25
1
-1
/
+5
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-1
/
+1
*
Make SJLJ exceptions more efficient
Tom Tromey
2019-04-25
1
-3
/
+3
*
Remove exception_none
Tom Tromey
2019-04-25
1
-2
/
+2
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-3
/
+3
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-9
/
+6
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-18
/
+14
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-14
/
+18
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Fix leak in event-top.c history expansion
Philippe Waroquiers
2019-01-21
1
-10
/
+8
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Change input_handler to take a unique_xmalloc_ptr
Tom Tromey
2018-12-30
1
-10
/
+8
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
fix "server" command prefix handling (unexpected confirmation queries)
Joel Brobecker
2017-12-12
1
-1
/
+2
*
Constify execute_command
Tom Tromey
2017-11-07
1
-3
/
+3
*
Eliminate STOP_SIGNAL, use SIGTSTP directly
Pedro Alves
2017-11-06
1
-15
/
+11
*
Remove make_delete_ui_cleanup
Tom Tromey
2017-10-03
1
-1
/
+1
*
Remove cleanup from display_gdb_prompt
Tom Tromey
2017-09-29
1
-16
/
+9
*
Remove make_cleanup_restore_target_terminal
Tom Tromey
2017-09-20
1
-47
/
+2
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
-Wwrite-strings: execute_command calls with string literals
Pedro Alves
2017-04-05
1
-1
/
+1
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-2
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Fix longjmp across readline w/ --enable-sjlj-exceptions toolchains
Pedro Alves
2016-12-20
1
-5
/
+18
*
Change command stats reporting to use class
Tom Tromey
2016-10-21
1
-4
/
+1
*
Remove make_cleanup_restore_current_ui
Tom Tromey
2016-10-21
1
-50
/
+0
*
Introduce make_cleanup_restore_current_ui
Pedro Alves
2016-09-06
1
-3
/
+11
*
Fix PR gdb/20418 - Problems with synchronous commands and new-ui
Pedro Alves
2016-08-09
1
-1
/
+19
*
Make stdin be per UI
Pedro Alves
2016-06-21
1
-12
/
+11
*
Handle UI's terminal closing
Pedro Alves
2016-06-21
1
-15
/
+27
*
Make main_ui be heap allocated
Pedro Alves
2016-06-21
1
-5
/
+4
*
Replace the sync_execution global with a new enum prompt_state tristate
Pedro Alves
2016-06-21
1
-10
/
+19
*
Simplify starting the command event loop
Pedro Alves
2016-06-21
1
-13
/
+0
*
Always process target events in the main UI
Pedro Alves
2016-06-21
1
-2
/
+2
*
Make command line editing (use of readline) be per UI
Pedro Alves
2016-06-21
1
-44
/
+50
*
Make out and error streams be per UI
Pedro Alves
2016-06-21
1
-2
/
+2
*
Make input_fd be per UI
Pedro Alves
2016-06-21
1
-19
/
+14
*
Make instream be per UI
Pedro Alves
2016-06-21
1
-15
/
+19
*
Always run async signal handlers in the main UI
Pedro Alves
2016-06-21
1
-3
/
+2
*
Make the intepreters output to all UIs
Pedro Alves
2016-06-21
1
-2
/
+49
*
Introduce "struct ui"
Pedro Alves
2016-06-21
1
-45
/
+29
*
Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH
Pedro Alves
2016-04-22
1
-7
/
+90
*
Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapper
Pedro Alves
2016-04-22
1
-7
/
+8
*
Add missing sentinel 'char *' casts in concat/reconcat calls
Pedro Alves
2016-04-21
1
-1
/
+1
*
Eliminate immediate_quit
Pedro Alves
2016-04-12
1
-10
/
+3
*
target remote: Don't rely on immediate_quit (introduce quit handlers)
Pedro Alves
2016-04-12
1
-3
/
+63
[next]