aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-07-21[gdb/testsuite] Fix FAILs due to PR gcc/101452Tom de Vries6-4/+52
2021-07-21[gdb/testsuite] Add KFAILs for gdb.ada FAILs with gcc-11Tom de Vries3-22/+127
2021-07-21Remove `netbsdpe` supportJohn Ericson1-0/+1
2021-07-20Fix printing of non-address types when memory tagging is enabledLuis Machado3-31/+56
2021-07-19gdb: set current thread in btrace_compute_ftrace_{bts,pt}Simon Marchi1-0/+12
2021-07-17gdb: convert nat/x86-dregs.c macros to functionsSimon Marchi1-11/+48
2021-07-17Fix file-name handling regression with DWARF indexTom Tromey4-84/+84
2021-07-17Check for debug-types in map_symbol_filenamesTom Tromey1-2/+4
2021-07-17Simplify DWARF file name cachingTom Tromey1-17/+7
2021-07-17Introduce find_source_or_rewriteTom Tromey3-19/+37
2021-07-17Simplify file_and_directory storage managementTom Tromey1-10/+7
2021-07-17Pass file_and_directory through DWARF line-decoding codeTom Tromey1-32/+25
2021-07-17Rename and refactor psymtab_include_file_nameTom Tromey1-18/+19
2021-07-17Add basic Z80 CPU supportSergey Belyashov10-2/+2966
2021-07-17gdb: make all_inferiors_safe actually workSimon Marchi1-1/+1
2021-07-16gdb: Support stepping out from signal handler on riscv*-linuxLancelot SIX3-0/+38
2021-07-16gdb/testsuite: Declare that riscv*-*-linux* cannot hardware_single_stepLancelot SIX1-1/+1
2021-07-16Document quick_symbol_functions::expand_symtabs_matching invariantTom Tromey4-3/+15
2021-07-16Fix array stride bugTom Tromey3-7/+20
2021-07-15Avoid expression parsing crash with unknown languageTom Tromey2-2/+8
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi12-64/+59
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi10-42/+391
2021-07-14[gdb/procfs.c] Fix build failure in find_stop_signalLibor Bukata1-2/+2
2021-07-14[gdb/testsuite] Fix gdb.base/gold-gdb-index.expTom de Vries2-1/+29
2021-07-14[gdb/testsuite] Add missing skip_tui_testsTom de Vries3-12/+31
2021-07-13Use /bin/sh as shebang in gdb/make-init-cLancelot SIX1-1/+1
2021-07-13arm-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin1-73/+8
2021-07-13aarch64-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin1-69/+8
2021-07-13riscv-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin1-70/+8
2021-07-13fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin2-0/+89
2021-07-13Add regcache_map_supplies helper routine.John Baldwin2-0/+36
2021-07-13Avoid letting exceptions escape gdb_bfd_iovec_fileio_close (PR gdb/28080)Pedro Alves1-3/+21
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves5-6/+98
2021-07-13[gdb/testsuite] Fix check-libthread-db.exp FAILs with glibc 2.33Tom de Vries1-16/+21
2021-07-13gdb, dwarf: Don't follow the parent of a subprogram to get a prefix.Felix Willgerodt3-1/+94
2021-07-13gdb: disable commit-resumed on -exec-interrupt --thread-groupSimon Marchi3-0/+198
2021-07-13Fix some dangling references to `netbsd-tdep`John Ericson3-7/+7
2021-07-12gdb: optimize all_matching_threads_iteratorSimon Marchi2-60/+107
2021-07-12gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi6-5/+47
2021-07-12gdb: optimize selection of resumed thread with pending eventSimon Marchi3-29/+59
2021-07-12gdb: optimize check for resumed threads with pending wait status in maybe_set...Simon Marchi2-9/+6
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi6-4/+131
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi16-240/+332
2021-07-12gdb: add setter / getter for thread_info resumed stateSimon Marchi5-34/+40
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi5-138/+147
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves10-116/+103
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves10-84/+923
2021-07-12[gdb/testsuite] Fix gdb.btrace/tsx.exp on system with tsx disabled in microcodeTom de Vries1-0/+8
2021-07-12[gdb/testsuite] Fix gdb.mi/mi-info-sources.exp for extra debug infoTom de Vries2-22/+79
2021-07-12testsuite: fix whitespace problems in gdb.mi/mi-break.expTankut Baris Aktemur1-37/+37