gdb: Eliminate the 'stop_pc' global
[external/binutils.git] / gdb / infcmd.c
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-14 Tom de Vries[gdb/cli] Honour 'print pretty' when printing result...
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-24 Tom TromeyUpdate help text for "jump" command
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-25 Pedro AlvesFix new inferior events output
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-04-10 Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
2018-03-19 Tom TromeyConvert observers to C++
2018-02-21 Yao QiNo longer create readonly regcache
2018-02-14 Tom TromeyMove some declarations to source.h
2018-02-05 Ruslan KabatsayevAlign natural-format register values to the same column
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-27 Stafford Hornereggroups: Add test and docs for `info reg $reggroup...
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyMake strip_bg_char return a unique_xmalloc_ptr
2017-11-04 Tom TromeyIntroduce gdb_breakpoint_up
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-04 Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-27 Tom TromeyConstify some commands in infcmd.c
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-19 John BaldwinAdd a 'starti' command.
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22 Simon MarchiRename some command functions
2017-08-15 Sergio Durigan JuniorFix PR gdb/21954: make 'unset environment' work again
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-15 Sergio Durigan JuniorPR gdb/21574: Mention $SHELL and startup-with-shell...
2017-06-12 Tom TromeyDon't always zero pad in print_*_chars
2017-05-17 Yao QiAdd alias command to cmd_list_element
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-28 Yao QiRemove cleanup in get_return_value
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-20 Marc-Andre LaperleRemove unused parameter in solib_add and update_solib_list
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-25 Simon MarchiFix typo in comment
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-09-29 Jan KratochvilPR gdb/20609 - attach of JIT-debug-enabled inf 7.11...
2016-08-24 Simon MarchiAllow resetting an empty inferior-tty
2016-07-01 Pedro AlvesForget watchpoint locations when inferior exits or...
2016-06-21 Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21 Pedro AlvesFix for spurious prompts in secondary UIs
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-01 Markus Metzgerinfcmd, btrace: fix crash in 'finish' for tailcall...
2016-05-23 Yao QiSkip unwritable frames in command "finish"
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-12 Pedro AlvesUse target_terminal_ours_for_output in infcmd.c
2016-04-12 Pedro AlvesDecouple target_interrupt from all-stop/non-stop modes
2016-03-17 Pedro AlvesPR remote/19496, timeout in forking-threads-plus-bkpt
2016-02-12 Markus Metzgerbtrace, frame: fix crash in get_frame_type
2016-02-12 Markus Metzgerframe: add skip_tailcall_frames
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13 Pedro AlvesCentralize thread ID printing
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30 Pedro Alvesattach + target always in non-stop mode: stop all threads
2015-11-30 Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-09-30 Kevin Buettnerinfcmd.c: Don't attempt to record a NULL value after...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-09 Pedro AlvesGarbage collect dummy_frame_ctx_saver
2015-09-09 Pedro AlvesConvert the until/advance commands to thread_fsm mechanism
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-07 Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-08-07 Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-08-04 Jan Kratochvilsignal_command: Leftover cleanup chain regression
2015-08-04 Jan KratochvilASAN attach crash - 7.9 regression
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-13 Jan KratochvilRemove stop_registers
2015-05-13 Jan Kratochvilinfcall: stop_registers -> register_dummy_frame_dtor
2015-05-08 Jan KratochvilRemove unused declaration of print_return_value.
2015-04-17 Gary BensonIntroduce exec_file_locate_attach
2015-04-11 Jan KratochvilRemove --xdb
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-24 Pedro AlvesMake "set scheduler-locking step" depend on user intent...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06 Gary BensonNew common function "startswith"
2015-02-26 Antoine TremblayFix print of value type in a corner case of finish
2015-01-23 Mark WielaardUse GCC5/DWARF5 DW_AT_noreturn to mark functions that...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-18 Yao QiRefactor gdbarch method print_float_info
2014-12-18 Doug Evansinfcmd.c (jump_command): Minor simplification.
2014-12-12 Andreas ArnezProvide completer for "info registers"
2014-10-17 Pedro AlvesPR gdb/17471: Repeating a background command makes...
next