aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-debug.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-19gdb: make debug_target use one-linersSimon Marchi1-2/+2
2024-04-19gdb: make target debug functions return std::stringSimon Marchi1-174/+165
2024-04-19gdb: convert target debug macros to functionsSimon Marchi1-144/+266
2024-04-19gdb: add includes in target-debug.hSimon Marchi1-0/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+2
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-2/+2
2023-09-22Remove keywords from target debug printer namesTom Tromey1-34/+32
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-0/+2
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin1-0/+20
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-1/+7
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-1/+1
2022-07-28Change address_space to use new and deleteTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-5/+5
2022-03-29Unify gdb puts functionsTom Tromey1-7/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi1-3/+1
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-0/+2
2021-03-24New target methods for memory tagging supportLuis Machado1-0/+24
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-22gdb: remove unused macros from target-debug.hSimon Marchi1-16/+0
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-0/+2
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-0/+2
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-12/+8
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-07Make target_options_to_string return an std::stringSimon Marchi1-3/+2
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-0/+6
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-0/+2
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-3/+3
2018-03-01Propagate record_print_flagsSimon Marchi1-0/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-0/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-0/+4
2017-12-03Remove mem_region_vector typedefSimon Marchi1-1/+1
2017-12-03Make make-target-delegates grok namespace scope op and template paramsPedro Alves1-1/+1
2017-10-21Get rid of VEC (mem_region)Simon Marchi1-2/+2
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi1-0/+2
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-0/+2
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi1-3/+2
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1