aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi2024-08-121-1/+2
* gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi2024-08-121-1/+1
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-3/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb: rename struct shobj -> struct solibSimon Marchi2024-02-051-2/+2
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: rename struct so_list to shobjSimon Marchi2023-10-191-2/+2
* gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi2023-10-191-4/+4
* gdb: replace some so_list parameters to use referencesSimon Marchi2023-10-191-6/+6
* gdb: remove target_gdbarchSimon Marchi2023-10-101-7/+8
* gdb: remove solib::pspace fieldSimon Marchi2023-10-021-1/+1
* [gdb] Fix typosTom de Vries2023-06-031-1/+1
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use registry in gdbarchTom Tromey2022-08-041-22/+15
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-2/+2
* Change ptid_t::tid to ULONGESTTom Tromey2021-09-231-2/+3
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-3/+6
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Apply 'const' in more placesTom Tromey2020-09-141-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-8/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-4/+4
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-4/+4
* Change pid_to_str to return std::stringTom Tromey2019-03-131-9/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Remove ptid_get_tidTom Tromey2018-07-031-9/+9
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+4
* Eliminate find_target_beneathPedro Alves2018-06-071-12/+6
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-8/+8
* target_ops: Use bool throughoutPedro Alves2018-05-031-3/+3
* Convert struct target_ops to C++Pedro Alves2018-05-031-68/+69
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2