summaryrefslogtreecommitdiff
path: root/gdb/target-debug.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: constify auxv parse functionsSimon Marchi2022-09-291-1/+1
* Change address_space to use new and deleteTom Tromey2022-07-281-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-5/+5
* Unify gdb puts functionsTom Tromey2022-03-291-7/+7
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-221-3/+1
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-0/+2
* New target methods for memory tagging supportLuis Machado2021-03-241-0/+24
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove unused macros from target-debug.hSimon Marchi2020-10-221-16/+0
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-0/+2
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+2
* Change pid_to_str to return std::stringTom Tromey2019-03-131-0/+2
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-12/+8
* 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