Age | Commit message (Expand) | Author | Files | Lines |
2015-09-30 | infcmd.c: Don't attempt to record a NULL value after a finish command. | Kevin Buettner | 1 | -1/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -2/+4 |
2015-09-09 | Garbage collect dummy_frame_ctx_saver | Pedro Alves | 1 | -13/+6 |
2015-09-09 | Convert the until/advance commands to thread_fsm mechanism | Pedro Alves | 1 | -20/+72 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -209/+330 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -96/+47 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+5 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -1/+1 |
2015-08-07 | Implement all-stop on top of a target running non-stop mode | Pedro Alves | 1 | -2/+2 |
2015-08-04 | signal_command: Leftover cleanup chain regression | Jan Kratochvil | 1 | -0/+2 |
2015-08-04 | ASAN attach crash - 7.9 regression | Jan Kratochvil | 1 | -3/+7 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-05-13 | Remove stop_registers | Jan Kratochvil | 1 | -2/+2 |
2015-05-13 | infcall: stop_registers -> register_dummy_frame_dtor | Jan Kratochvil | 1 | -11/+37 |
2015-05-08 | Remove unused declaration of print_return_value. | Jan Kratochvil | 1 | -3/+0 |
2015-04-17 | Introduce exec_file_locate_attach | Gary Benson | 1 | -23/+2 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -55/+0 |
2015-03-24 | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 1 | -15/+20 |
2015-03-24 | Make "set scheduler-locking step" depend on user intention, only | Pedro Alves | 1 | -1/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -7/+9 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -2/+5 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+2 |
2015-02-26 | Fix print of value type in a corner case of finish | Antoine Tremblay | 1 | -1/+7 |
2015-01-23 | Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally. | Mark Wielaard | 1 | -1/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-12-18 | Refactor gdbarch method print_float_info | Yao Qi | 1 | -23/+21 |
2014-12-18 | infcmd.c (jump_command): Minor simplification. | Doug Evans | 1 | -2/+5 |
2014-12-12 | Provide completer for "info registers" | Andreas Arnez | 1 | -3/+9 |
2014-10-17 | PR gdb/17471: Repeating a background command makes it foreground | Pedro Alves | 1 | -53/+89 |
2014-10-17 | PR gdb/17300: Input after "c -a" crashes readline/GDB | Pedro Alves | 1 | -0/+18 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-13 | New command queue-signal. | Doug Evans | 1 | -1/+58 |
2014-09-06 | infcmd.c (program_info): Fix typo. | Doug Evans | 1 | -1/+1 |
2014-08-21 | infcmd.c: Remove stale TODO | Pedro Alves | 1 | -10/+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-29 | Fix PR 17206 | Yao Qi | 1 | -1/+3 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 1 | -10/+54 |
2014-07-09 | Fix "attach" command vs user input race | Pedro Alves | 1 | -3/+16 |
2014-07-08 | reverse-finish: turn internal error into normal error | Markus Metzger | 1 | -2/+1 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 1 | -4/+2 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-03-22 | * infcmd.c: Whitespace fixes. | Doug Evans | 1 | -2/+9 |
2014-03-22 | * infcmd.c (interrupt_command): Renamed from interrupt_target_command. | Doug Evans | 1 | -2/+2 |
2014-03-12 | Factor out foreground/background execution command preparation. | Pedro Alves | 1 | -136/+53 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -11/+23 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |