gdb/linux-nat: factor ptrace-detach code to new detach_one_pid function
[binutils-gdb.git] / gdb /
2021-12-09 Simon Marchigdb/linux-nat: factor ptrace-detach code to new detach_...
2021-12-09 Simon Marchigdbserver: hide fork child threads from GDB
2021-12-08 Tom TromeyUse for-each more in gdb
2021-12-08 Tom TromeyFix error in file_and_directory patch
2021-12-08 Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-12-08 Andrew Burgessgdb: use try/catch around a gdb_disassembler::print_ins...
2021-12-08 Jan Vranyppc: recognize all program traps
2021-12-08 Jan Vranyppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
2021-12-08 Tom TromeyFix bug in source.c change
2021-12-08 Simon Marchigdb: make struct linespect contain vectors, not pointer...
2021-12-07 Tom TromeyRemove an xfree from add_path
2021-12-07 Simon Marchigdb/linespec.c: simplify condition
2021-12-07 Simon Marchigdb: rename "maint agent" functions
2021-12-07 Simon Marchigdb: make set_raw_breakpoint static
2021-12-07 John BaldwinSupport AT_FXRNG and AT_KPRELOAD on FreeBSD.
2021-12-07 Tom TromeyAvoid extra work in global_symbol_searcher::expand_symtabs
2021-12-07 Tom de Vries[gdb/testsuite] Fix options arg handling in compile_jit...
2021-12-07 Tom de Vries[gdb/testsuite] Fix FAIL in gdb.tui/basic.exp
2021-12-07 Tom de Vries[gdb/tdep] Fix inferior plt calls in PIE for i386
2021-12-07 Tom de Vries[gdb/symtab] Support -readnow during reread
2021-12-07 Tom de Vries[gdb/ada] Fix assert in ada_is_unconstrained_packed_arr...
2021-12-06 Carl Lovegdb: Add PowerPC support to gdb.dwarf2/frame-inlined...
2021-12-06 Tom de Vries[gdb/testsuite] Use precise align in gdb.arch/i386...
2021-12-06 Tom de Vries[gdb/testsuite] Fix data alignment in gdb.arch/i386...
2021-12-05 Tom TromeyPreserve artificial CU name in process_psymtab_comp_uni...
2021-12-04 Tom TromeyCache the result of find_file_and_directory
2021-12-04 Tom TromeyMove file_and_directory to new file and C++-ize
2021-12-04 Tom TromeyRemove Irix case from find_file_and_directory
2021-12-04 Simon Marchigdb: don't show deprecated aliases
2021-12-04 Simon Marchigdb/testsuite: fix two "maint info line-table"-related...
2021-12-04 Simon Marchigdb: revert one array_view copy change in ada-lang.c
2021-12-03 Simon Marchigdb: small "maintenance info line-table" readability...
2021-12-03 Simon Marchigdb: change some alias functions parameters to const...
2021-12-03 Simon Marchigdb: use intrusive_list for cmd_list_element aliases...
2021-12-03 Simon Marchigdb: trivial changes to use array_view
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-12-03 Simon Marchigdbsupport: add array_view copy function
2021-12-03 Simon Marchigdb: change store_waitstatus to return a target_waitsta...
2021-12-03 Simon Marchigdb: return *this in target_waitstatus setters
2021-12-03 Simon Marchigdb: make saved_filename an std::string
2021-12-03 Andrew Burgessgdb: make value_subscripted_rvalue static
2021-12-03 Andrew Burgessgdb/testsuite: give a test a real name
2021-12-03 Andrew Burgessgdb/remote: fix use after free bug
2021-12-02 Simon Marchigdb: remove unexpected xstrdup in _initialize_maint_tes...
2021-12-02 Simon Marchigdb/testsuite: update tests looking for "DWARF 2" debug...
2021-12-02 Joel Brobecker(PPC64) fix handling of fixed-point values when using...
2021-12-02 Joel Brobecker(RISCV) fix handling of fixed-point type return values
2021-12-02 Joel Brobecker(ARM/fixed-point) wrong value shown by "finish" command:
2021-12-02 Xavier Roirand(Ada/AArch64) fix fixed point argument passing in infer...
2021-12-02 Tom TromeyImplement 'task apply'
2021-12-02 Tom TromeyAdd "task" keyword to the "watch" command
2021-12-02 Simon Marchigdb, include: replace pragmas with DIAGNOSTIC macros...
2021-12-02 Simon Marchigdb: use actual DWARF version in compunit's debugformat...
2021-12-01 Tom de Vries[gdb/testsuite] Fix typo in gdb.multi/multi-arch-exec.exp
2021-12-01 Tom de Vries[gdb/testsuite] Fix gdb.arch/i386-pkru.exp on linux
2021-12-01 Andrew Burgessgdb/remote: use scoped_restore to control starting_up...
2021-12-01 Simon Marchigdb.base/corefile-buildid.exp: fix DUPLICATEs when...
2021-11-30 Carl Lovegdb: Powerpc fix gdb.multi/multi-arch-exec.exp test
2021-11-30 Andrew Burgessgdb/python: don't use the 'p' format for parsing args
2021-11-30 Tom de Vries[gdb/testsuite] Fix gdb.base/style.exp with stub-termcap
2021-11-30 Andrew Burgessgdb/testsuite: check the python module is available...
2021-11-30 Andrew Burgessgdb: fix disassembler regressions for 32-bit arm
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb: make packet_command function available outside...
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-29 Tom TromeyAllow DW_ATE_UTF for Rust characters
2021-11-29 Aaron Merey[PR gdb/27026] CTRL-C is ignored when debug info is...
2021-11-29 Tom de Vries[gdb/symtab] Fix segfault in search_one_symtab
2021-11-29 Tom de Vries[gdb/testsuite] Fix typo in proc lines
2021-11-29 Tom de Vries[gdb/testsuite] Use unique files in gdb.dwarf2/dw2...
2021-11-29 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp with -m32
2021-11-27 Simon Marchigdb: fix typos in configure
2021-11-27 Tom de Vries[gdb/testsuite] Fix FAIL in gdb.base/list-missing-sourc...
2021-11-26 Tom de Vries[gdb/testsuite] Add gdb.base/include-main.exp
2021-11-26 Andrew Burgessgdb: add risc-v disassembler options support
2021-11-25 Enze Ligdb: ensure extension_language_python is always defined
2021-11-25 Andrew BurgessRevert "gdb: add assert in remote_target::wait relating...
2021-11-25 Bruno LarsenPR gdb/28480: Improve ambiguous member detection
2021-11-25 Andrew Burgessgdb: rename source_styling_changed observer
2021-11-25 Andrew Burgessgdb/python: make some global variables static
2021-11-25 Andrew Burgessgdb: add assert in remote_target::wait relating to...
2021-11-25 Andrew Burgessgdb: simplify remote_target::is_async_p
2021-11-25 Andrew Burgessgdb: add asserts in target.c for target_async_permitted
2021-11-25 Andrew Burgessgdb: hoist target_async_permitted checks into target.c
2021-11-25 Andrew Burgessgdb: introduce a new overload of target_can_async_p
2021-11-25 Tom de Vries[gdb/cli] Add "set logging enabled", deprecate "set...
2021-11-25 Tom de Vries[gdb/cli] Fix typo in logging overwrite help text
2021-11-24 Simon Marchigdb: fix help doc for "set index-cache enabled"
2021-11-24 Simon MarchiRevert (part of) "gdb fix for catch-syscall.exp"
2021-11-24 Andrew Burgessgdb: fix crash when reading ECOFF debug information
2021-11-23 Alexandra Hájkováconfigure.ac: Check for the readline.h explicitly
2021-11-23 Jan (janneke) Nieu... gdb: more compile fixes for gnu-nat.c
2021-11-23 Andrea Monacognu-nat.c: fix calls to add_info_alias
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-22 Simon Marchigdb: introduce target_waitkind_str, use it in target_wa...
2021-11-22 Simon Marchigdb: rename target_waitstatus_to_string to target_waits...
2021-11-22 Tom de Vries[gdb/build] Fix x86_64 x32 build
2021-11-22 Tom de Vries[gdb/symtab] Support .debug_line with DW_FORM_line_strp
2021-11-22 Tom de Vries[gdb/testsuite] Add target board dwarf64.exp
2021-11-22 Tom de Vries[gdb/testsuite] Support .debug_line v5 in dwarf assembler
next