aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves1-7/+90
2016-04-22Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves1-7/+8
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-1/+1
2016-04-12Eliminate immediate_quitPedro Alves1-10/+3
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves1-3/+63
2016-04-12Don't call clear_quit_flag in command_handlerPedro Alves1-1/+0
2016-04-12Introduce interruptible_selectPedro Alves1-2/+73
2016-04-12Fix signal handler/event-loop racesPedro Alves1-0/+2
2016-04-12Don't set immediate_quit in prompt_for_continuePedro Alves1-0/+9
2016-03-09Command line input handling TLCPedro Alves1-176/+164
2016-03-09Simplify saved_command_line handlingPedro Alves1-7/+2
2016-03-09Use struct buffer in gdb_readline_no_editing_callbackPedro Alves1-20/+19
2016-03-09Eliminate async_annotation_suffixPedro Alves1-38/+8
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves1-18/+18
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore1-2/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-09-09Garbage collect thread continuationsPedro Alves1-2/+0
2015-07-27Have SIGTERM promptly quit GDB even when the dummy target is activePatrick Palka1-9/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+8
2015-01-12Append to input history file instead of overwriting itPatrick Palka1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Fix build with Python 3.4 (PR python/16784)Simon Marchi1-1/+1
2014-11-23Fix the processing of Meta-key commands in TUIPatrick Palka1-1/+12
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-5/+56
2014-10-29Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves1-0/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-5/+0
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-18Fix SIGTERM signal safety (PR gdb/15358).Jan Kratochvil1-2/+25
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-062013-11-06 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-2/+1
2013-09-06Give every interpreter a command_loop_proc.Andrew Burgess1-2/+4
2013-08-28gdb/Yao Qi1-1/+1
2013-05-05gdb/Jan Kratochvil1-0/+1
2013-03-21 New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans1-0/+1
2013-03-20gdb/Jan Kratochvil1-1/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-3/+0
2013-01-22With some changes to how software single-step (SSS) breakpoints arePedro Alves1-0/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-10-23gdb/Yao Qi1-10/+4
2012-10-23gdb/Yao Qi1-5/+5
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-5/+4
2012-08-22 * event-top.c (sigwinch_token, handle_sigwinch): Remove.Tom Tromey1-22/+0
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-09-21 * event-top.c (async_disconnect): If an exception is thrown fromJoseph Myers1-3/+19
2011-09-062011-09-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-185/+92
2011-09-02PR gdb/10720matt rice1-23/+10
2011-07-222011-07-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-32/+29
2011-07-212011-07-21 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-17/+45