summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)Author
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-30attach + target always in non-stop mode: stop all threadsPedro Alves
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves
2015-09-30infcmd.c: Don't attempt to record a NULL value after a finish command.Kevin Buettner
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves
2015-09-09Convert the until/advance commands to thread_fsm mechanismPedro Alves
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves
2015-09-09Merge async and sync code paths some morePedro Alves
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves
2015-08-04signal_command: Leftover cleanup chain regressionJan Kratochvil
2015-08-04ASAN attach crash - 7.9 regressionJan Kratochvil
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-05-13Remove stop_registersJan Kratochvil
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil
2015-05-08Remove unused declaration of print_return_value.Jan Kratochvil
2015-04-17Introduce exec_file_locate_attachGary Benson
2015-04-11Remove --xdbJan Kratochvil
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-26Fix print of value type in a corner case of finishAntoine Tremblay
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-12-18Refactor gdbarch method print_float_infoYao Qi
2014-12-18infcmd.c (jump_command): Minor simplification.Doug Evans
2014-12-12Provide completer for "info registers"Andreas Arnez
2014-10-17PR gdb/17471: Repeating a background command makes it foregroundPedro Alves
2014-10-17PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-13New command queue-signal.Doug Evans
2014-09-06infcmd.c (program_info): Fix typo.Doug Evans
2014-08-21infcmd.c: Remove stale TODOPedro Alves
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-29Fix PR 17206Yao Qi
2014-07-25Always pass signals to the right threadPedro Alves
2014-07-09Fix "attach" command vs user input racePedro Alves
2014-07-08reverse-finish: turn internal error into normal errorMarkus Metzger
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves
2014-05-22Add new infrun.h header.Pedro Alves
2014-03-22* infcmd.c: Whitespace fixes.Doug Evans
2014-03-22* infcmd.c (interrupt_command): Renamed from interrupt_target_command.Doug Evans