aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina2024-09-251-2/+0
* gdb: rename target-delegates.c to target-delegates-gen.cSimon Marchi2024-08-121-3/+3
* gdb: make debug_target use one-linersSimon Marchi2024-04-191-2/+2
* gdb: make target debug functions return std::stringSimon Marchi2024-04-191-174/+165
* gdb: convert target debug macros to functionsSimon Marchi2024-04-191-144/+266
* gdb: add includes in target-debug.hSimon Marchi2024-04-191-0/+4
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Thread options & clone events (core + remote)Pedro Alves2023-11-131-0/+2
* gdb: remove target_section_table typedefSimon Marchi2023-10-191-2/+2
* Remove keywords from target debug printer namesTom Tromey2023-09-221-34/+32
* Use gdb::checked_static_cast for tracepointsTom Tromey2023-09-191-0/+2
* gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin2023-08-281-0/+20
* [gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries2023-08-241-1/+7
* 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