Age | Commit message (Expand) | Author | Files | Lines |
2016-10-21 | Use scoped_restore for current_ui | Tom Tromey | 1 | -7/+1 |
2016-09-28 | Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-... | Pedro Alves | 1 | -0/+6 |
2016-09-06 | Introduce make_cleanup_restore_current_ui | Pedro Alves | 1 | -1/+1 |
2016-09-06 | Remove obsolete TYPE_FLAG_... values | Ulrich Weigand | 1 | -4/+3 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -6/+8 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -9/+25 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-09 | Garbage collect dummy_frame_ctx_saver | Pedro Alves | 1 | -91/+1 |
2015-09-09 | Convert infcalls to thread_fsm mechanism | Pedro Alves | 1 | -71/+234 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -20/+16 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+3 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-06-29 | PR threads/18127 - threads spawned by infcall end up stuck in "running" state | Pedro Alves | 1 | -0/+21 |
2015-05-19 | compile: Fix ASAN crash for gdb.compile/compile.exp | Jan Kratochvil | 1 | -2/+5 |
2015-05-13 | Remove stop_registers | Jan Kratochvil | 1 | -1/+1 |
2015-05-13 | infcall: stop_registers -> register_dummy_frame_dtor | Jan Kratochvil | 1 | -11/+106 |
2015-05-13 | dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanup | Jan Kratochvil | 1 | -1/+1 |
2015-03-24 | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+9 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | introduce call_function_by_hand_dummy | Jan Kratochvil | 1 | -1/+15 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 1 | -0/+5 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 1 | -5/+0 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 1 | -0/+5 |
2014-11-28 | Enable chained function calls in C++ expressions. | Siva Chandra | 1 | -22/+71 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 1 | -1/+1 |
2014-07-14 | Put the inferior's terminal settings in effect while running (fg) infcalls | Pedro Alves | 1 | -0/+7 |
2014-06-27 | Associate dummy_frame with ptid | Yao Qi | 1 | -3/+3 |
2014-05-29 | unbreak infcalls | Pedro Alves | 1 | -1/+1 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-03-20 | make dprintf.exp pass in target async mode | Pedro Alves | 1 | -0/+10 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -3/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-09-25 | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 1 | -4/+2 |
2012-08-16 | gdb/ | Yao Qi | 1 | -1/+0 |
2012-07-31 | gdb/ | Jan Kratochvil | 1 | -7/+34 |
2012-06-18 | gdb/ | Jan Kratochvil | 1 | -1/+12 |
2012-06-08 | gdb/ | Yao Qi | 1 | -6/+6 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-05-21 | PR c++/7173: | Tom Tromey | 1 | -1/+1 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -5/+4 |
2012-05-09 | Remove AT_SYMBOL | Joel Brobecker | 1 | -27/+0 |
2012-05-03 | Make infcall.c:unwind_on_signal_p static. | Joel Brobecker | 1 | -1/+1 |