aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-09Remove unused parameter in maybe_software_singlestepLancelot SIX1-8/+7
2021-07-08gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi2-5/+1
2021-07-08gdb/Makefile.in: remove testsuite from SUBDIRSSimon Marchi1-1/+1
2021-07-08[gdb/testsuite] Fix gdb.guile/scm-breakpoint.exp with guile 3.0Tom de Vries1-3/+3
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi14-145/+59
2021-07-06gdb/testsuite: restore configure scriptSimon Marchi6-121/+4957
2021-07-06Rename gdb/ChangeLog to gdb/ChangeLog-2021Joel Brobecker2-0/+1
2021-07-06Update gdb performance testsuite to be compatible with Python 3.8Pedro Alves2-16/+40
2021-07-06gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is full"Pedro Alves8-17/+32
2021-07-06[gdb/testsuite] Remove read1 timeout factor from gdb.base/info-macros.expTom de Vries3-136/+81
2021-07-06[gdb/symtab] Fix skipping of import of C++ CUTom de Vries6-7/+60
2021-07-05Simplify debug_names index writingTom Tromey1-83/+10
2021-07-05Simplify gdb_index writingTom Tromey1-60/+24
2021-07-05Minor cleanup to addrmap_index_data::previous_validTom Tromey1-4/+4
2021-07-05Fix oddity in write_gdbindexTom Tromey1-1/+1
2021-07-05Fix warning in symtab.cTom Tromey1-0/+2
2021-07-05[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functions.exp with gcc-7Tom de Vries2-1/+13