summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* infcmd.c: Don't attempt to record a NULL value after a finish command.Kevin Buettner2015-09-301-1/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+4
* Garbage collect dummy_frame_ctx_saverPedro Alves2015-09-091-13/+6
* Convert the until/advance commands to thread_fsm mechanismPedro Alves2015-09-091-20/+72
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-209/+330
* Merge async and sync code paths some morePedro Alves2015-09-091-96/+47
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+5
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-1/+1
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-2/+2
* signal_command: Leftover cleanup chain regressionJan Kratochvil2015-08-041-0/+2
* ASAN attach crash - 7.9 regressionJan Kratochvil2015-08-041-3/+7
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Remove stop_registersJan Kratochvil2015-05-131-2/+2
* infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil2015-05-131-11/+37
* Remove unused declaration of print_return_value.Jan Kratochvil2015-05-081-3/+0
* Introduce exec_file_locate_attachGary Benson2015-04-171-23/+2
* Remove --xdbJan Kratochvil2015-04-111-55/+0
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-15/+20
* Make "set scheduler-locking step" depend on user intention, onlyPedro Alves2015-03-241-1/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-7/+9
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-2/+5
* New common function "startswith"Gary Benson2015-03-061-2/+2
* Fix print of value type in a corner case of finishAntoine Tremblay2015-02-261-1/+7
* Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard2015-01-231-1/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Refactor gdbarch method print_float_infoYao Qi2014-12-181-23/+21
* infcmd.c (jump_command): Minor simplification.Doug Evans2014-12-181-2/+5
* Provide completer for "info registers"Andreas Arnez2014-12-121-3/+9
* PR gdb/17471: Repeating a background command makes it foregroundPedro Alves2014-10-171-53/+89
* PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves2014-10-171-0/+18
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* New command queue-signal.Doug Evans2014-09-131-1/+58
* infcmd.c (program_info): Fix typo.Doug Evans2014-09-061-1/+1
* infcmd.c: Remove stale TODOPedro Alves2014-08-211-10/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Fix PR 17206Yao Qi2014-07-291-1/+3
* Always pass signals to the right threadPedro Alves2014-07-251-10/+54
* Fix "attach" command vs user input racePedro Alves2014-07-091-3/+16
* reverse-finish: turn internal error into normal errorMarkus Metzger2014-07-081-2/+1
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* enable target async by default; separate MI and target notions of asyncPedro Alves2014-05-291-4/+2
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* * infcmd.c: Whitespace fixes.Doug Evans2014-03-221-2/+9
* * infcmd.c (interrupt_command): Renamed from interrupt_target_command.Doug Evans2014-03-221-2/+2
* Factor out foreground/background execution command preparation.Pedro Alves2014-03-121-136/+53
* fix regressions with target-asyncTom Tromey2014-03-121-11/+23
* start change to progspace independenceTom Tromey2014-02-261-1/+1