Factor out the common code in lookup_{static,global}_symbol
[external/binutils.git] / gdb / target-debug.h
2019-04-09 Kevin BuettnerIntroduce target_ops method thread_info_to_thread_handle
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-01-24 Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-15 Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-08 Simon MarchiMake target_options_to_string return an std::string
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-09 Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-03-22 Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-01 Simon MarchiPropagate record_print_flags
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-06 Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-12-03 Simon MarchiRemove mem_region_vector typedef
2017-12-03 Pedro AlvesMake make-target-delegates grok namespace scope op...
2017-10-21 Simon MarchiGet rid of VEC (mem_region)
2017-10-14 Simon MarchiMake to_traceframe_info return a unique_ptr
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
2017-09-03 Simon MarchiMake target_waitstatus_to_string return an std::string
2017-02-14 Tim WiederhakeAdd method to query current recording method to target_ops.
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-08-10 Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-11 Don BreazealExtended-remote follow-exec
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-02-09 Markus Metzgerrecord btrace: add configuration struct
2015-02-09 Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09 Markus Metzgerbtrace: add struct btrace_data
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-07-24 Tom Tromeyauto-generate most target debug methods