summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with gcc-11Tom de Vries2021-07-213-13/+84
* [gdb/testsuite] Fix FAILs due to PR gcc/101452Tom de Vries2021-07-216-4/+52
* [gdb/testsuite] Add KFAILs for gdb.ada FAILs with gcc-11Tom de Vries2021-07-213-22/+127
* Remove `netbsdpe` supportJohn Ericson2021-07-211-0/+1
* Fix printing of non-address types when memory tagging is enabledLuis Machado2021-07-203-31/+56
* gdb: set current thread in btrace_compute_ftrace_{bts,pt}Simon Marchi2021-07-191-0/+12
* gdb: convert nat/x86-dregs.c macros to functionsSimon Marchi2021-07-171-11/+48
* Fix file-name handling regression with DWARF indexTom Tromey2021-07-174-84/+84
* Check for debug-types in map_symbol_filenamesTom Tromey2021-07-171-2/+4
* Simplify DWARF file name cachingTom Tromey2021-07-171-17/+7
* Introduce find_source_or_rewriteTom Tromey2021-07-173-19/+37
* Simplify file_and_directory storage managementTom Tromey2021-07-171-10/+7
* Pass file_and_directory through DWARF line-decoding codeTom Tromey2021-07-171-32/+25
* Rename and refactor psymtab_include_file_nameTom Tromey2021-07-171-18/+19
* Add basic Z80 CPU supportSergey Belyashov2021-07-1710-2/+2966
* gdb: make all_inferiors_safe actually workSimon Marchi2021-07-171-1/+1
* gdb: Support stepping out from signal handler on riscv*-linuxLancelot SIX2021-07-163-0/+38
* gdb/testsuite: Declare that riscv*-*-linux* cannot hardware_single_stepLancelot SIX2021-07-161-1/+1
* Document quick_symbol_functions::expand_symtabs_matching invariantTom Tromey2021-07-164-3/+15
* Fix array stride bugTom Tromey2021-07-163-7/+20
* Avoid expression parsing crash with unknown languageTom Tromey2021-07-152-2/+8
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-1412-64/+59
* gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi2021-07-1410-42/+391
* [gdb/procfs.c] Fix build failure in find_stop_signalLibor Bukata2021-07-141-2/+2
* [gdb/testsuite] Fix gdb.base/gold-gdb-index.expTom de Vries2021-07-142-1/+29
* [gdb/testsuite] Add missing skip_tui_testsTom de Vries2021-07-143-12/+31
* Use /bin/sh as shebang in gdb/make-init-cLancelot SIX2021-07-131-1/+1
* arm-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin2021-07-131-73/+8
* aarch64-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin2021-07-131-69/+8
* riscv-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin2021-07-131-70/+8
* fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin2021-07-132-0/+89
* Add regcache_map_supplies helper routine.John Baldwin2021-07-132-0/+36
* Avoid letting exceptions escape gdb_bfd_iovec_fileio_close (PR gdb/28080)Pedro Alves2021-07-131-3/+21
* Fix detach with target remote (PR gdb/28080)Pedro Alves2021-07-135-6/+98
* [gdb/testsuite] Fix check-libthread-db.exp FAILs with glibc 2.33Tom de Vries2021-07-131-16/+21
* gdb, dwarf: Don't follow the parent of a subprogram to get a prefix.Felix Willgerodt2021-07-133-1/+94
* gdb: disable commit-resumed on -exec-interrupt --thread-groupSimon Marchi2021-07-133-0/+198
* Fix some dangling references to `netbsd-tdep`John Ericson2021-07-133-7/+7
* gdb: optimize all_matching_threads_iteratorSimon Marchi2021-07-122-60/+107
* gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi2021-07-126-5/+47
* gdb: optimize selection of resumed thread with pending eventSimon Marchi2021-07-123-29/+59
* gdb: optimize check for resumed threads with pending wait status in maybe_set...Simon Marchi2021-07-122-9/+6
* gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi2021-07-126-4/+131
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-1216-240/+332
* gdb: add setter / getter for thread_info resumed stateSimon Marchi2021-07-125-34/+40
* gdb: use intrusive list for step-over chainSimon Marchi2021-07-125-138/+147
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-1210-116/+103
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-1210-84/+923
* [gdb/testsuite] Fix gdb.btrace/tsx.exp on system with tsx disabled in microcodeTom de Vries2021-07-121-0/+8
* [gdb/testsuite] Fix gdb.mi/mi-info-sources.exp for extra debug infoTom de Vries2021-07-122-22/+79