summaryrefslogtreecommitdiff
path: root/gdb/target-debug.h
Commit message (Expand)AuthorAgeFilesLines
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make target_options_to_string return an std::stringSimon Marchi2018-08-071-3/+2
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-0/+6
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-0/+2
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-3/+3
* Propagate record_print_flagsSimon Marchi2018-03-011-0/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-0/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-0/+4
* Remove mem_region_vector typedefSimon Marchi2017-12-031-1/+1
* Make make-target-delegates grok namespace scope op and template paramsPedro Alves2017-12-031-1/+1
* Get rid of VEC (mem_region)Simon Marchi2017-10-211-2/+2
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-141-0/+2
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-0/+2
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-031-3/+2
* Add method to query current recording method to target_ops.Tim Wiederhake2017-02-141-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-0/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Extended-remote follow-execDon Breazeal2015-09-111-0/+2
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+4
* Mostly trivial enum fixesSimon Marchi2015-07-311-0/+4
* record btrace: add configuration structMarkus Metzger2015-02-091-0/+4
* btrace: add format argument to supports_btraceMarkus Metzger2015-02-091-0/+2
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-0/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* auto-generate most target debug methodsTom Tromey2014-07-241-0/+188