Remove path name from test case
[binutils-gdb.git] / gdb /
2023-11-14 Tom TromeyRemove path name from test case master
2023-11-14 Tom TromeyRemove some redundant "break"s
2023-11-14 Tom TromeyUpdate gdb.Symbol.is_variable documentation
2023-11-14 Tom TromeyHandle the static link in FrameDecorator
2023-11-14 Tom TromeyFix a bug in DAP scopes code
2023-11-14 Tom TromeyAdd gdb.Frame.static_link method
2023-11-14 Tom TromeyMove follow_static_link to frame.c
2023-11-14 Tom TromeyAdd block::function_block
2023-11-14 Tom TromeyAdd two convenience methods to block
2023-11-14 Simon Marchigdb/MAINTAINERS: add Guinevere Larsen as record-full...
2023-11-14 Simon Marchigdb/MAINTAINERS: add Luis Machado as global maintainer
2023-11-14 Simon Marchigdb/MAINTAINERS: add John Baldwin as global maintainer
2023-11-14 Simon Marchigdb: normalize whitespaces in MAINTAINERS
2023-11-14 Tom de Vries[gdb/tui] Factor out tui_noscroll_window et al
2023-11-14 Tankut Baris Aktemurgdb: refactor make-target-delegates.py's ARGTYPES
2023-11-14 Tankut Baris Aktemurgdb: regenerate target-delegates.c
2023-11-14 Tom de Vries[gdb/testsuite] Fix gdb.threads/stepi-over-clone.exp...
2023-11-14 Andrew Burgessgdb: implement missing debug handler hook for Python
2023-11-14 Andrew Burgessgdb: add an extension language hook for missing debug...
2023-11-14 Andrew Burgessgdb: refactor objfile::find_and_add_separate_symbol_file
2023-11-14 Andrew Burgessgdb: merge debug symbol file lookup code from coffread...
2023-11-14 Andrew Burgessgdb/coffread: bring separate debug file logic into...
2023-11-13 Tom de Vries[gdb/tui] Don't include border_width in left_margin
2023-11-13 Tom de Vries[gdb/tui] Add tui_win_info::{box_width,box_size}
2023-11-13 Tom de Vries[gdb/tui] Refactor prefresh call in tui_source_window_b...
2023-11-13 Carl LoveFix the gdb.ada/inline-section-gc.exp test
2023-11-13 Pedro AlvesCancel execution command on thread exit, when stepping...
2023-11-13 Pedro AlvesDocument remote clone events, and QThreadOptions packet
2023-11-13 Simon MarchiTestcases for stepping over thread exit syscall (PR...
2023-11-13 Pedro Alvesgdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL...
2023-11-13 Pedro AlvesDon't resume new threads if scheduler-locking is in...
2023-11-13 Pedro Alvesstop_all_threads: (re-)enable async before waiting...
2023-11-13 Pedro Alvesgdb: clear step over information on thread exit (PR...
2023-11-13 Pedro AlvesImplement GDB_THREAD_OPTION_EXIT support for native...
2023-11-13 Pedro AlvesIntroduce GDB_THREAD_OPTION_EXIT thread option, fix...
2023-11-13 Pedro AlvesMove deleting thread on TARGET_WAITKIND_THREAD_EXITED...
2023-11-13 Pedro Alvesall-stop/synchronous RSP support thread-exit events
2023-11-13 Pedro AlvesRemove gdb/19675 kfails (displaced stepping + clone)
2023-11-13 Pedro AlvesThread options & clone events (Linux GDBserver)
2023-11-13 Pedro AlvesThread options & clone events (native Linux)
2023-11-13 Pedro AlvesThread options & clone events (core + remote)
2023-11-13 Pedro AlvesAvoid duplicate QThreadEvents packets
2023-11-13 Pedro AlvesSupport clone events in the remote protocol
2023-11-13 Pedro AlvesStep over clone syscall w/ breakpoint, TARGET_WAITKIND_...
2023-11-13 Pedro Alvesgdb/linux: Delete all other LWPs immediately on ptrace...
2023-11-13 Andrew BurgessAdd "maint info linux-lwps" command
2023-11-13 Tom de Vries[gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassem...
2023-11-13 Tom de Vries[gdb/tui] Make assert in tui_find_disassembly_address...
2023-11-13 Tom TromeyRemove declaration of re_comp
2023-11-10 Lulu CaiAdd support for ilp32 register alias.
2023-11-08 Carl Lovers6000, Fix test gdb.base/store.exp
2023-11-08 Carl Lovers6000, Fix Linux DWARF register mapping
2023-11-08 Andrew Burgessgdb: call update_thread_list after completing an inferi...
2023-11-08 Andrew Burgessgdb: call update_thread_list for $_inferior_thread_coun...
2023-11-08 Andrew Burgessgdb: add a custom command completer for disassemble...
2023-11-08 Andrew Burgessgdb: make skip_over_slash_fmt available outside printcmd.c
2023-11-08 Andrew Burgessgdb: error if /r and /b are used with disassemble command
2023-11-07 Simon Marchigdb/arm: remove thumb bit in arm_adjust_breakpoint_address
2023-11-07 Tom TromeyRemove EXTERN_C and related defines
2023-11-06 Carl Lovegdb: Update email address for Carl Love in gdb/MAINTAINERS
2023-11-06 Hannes DomaniFix resizing of TUI python windows
2023-11-06 Aditya Vidyadhar... Change gdb.base/examine-backwards.exp for AIX.
2023-11-06 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-gas-workaround.exp
2023-11-05 Tom TromeyPre-read DWZ file in DWARF reader
2023-11-03 Tom TromeyRemove unused declaration
2023-11-02 Tom de Vries[gdb/tdep] Fix nr array elements in ppc64_aggregate_can...
2023-11-01 Simon Marchigdb: use gdb::byte_vector instead of gdb::def_vector...
2023-10-31 Tom de Vries[gdb/symtab] Work around gas PR28629
2023-10-31 Tom de Vries[gdb/symtab] Add producer_is_gas
2023-10-31 Tom TromeyImplement DAP setVariable request
2023-10-31 Tom TromeyRemove some frame invalidation code
2023-10-30 Tom TromeyFix fixed-point "return" on ARM
2023-10-30 Tom TromeyFix range-type "return" command on ARM
2023-10-30 Tom TromeyFix "finish" for vector types on ARM
2023-10-30 Tom TromeyFix "finish" with range types on ARM
2023-10-30 Tom TromeyFix calls with small integers on ARM
2023-10-29 Tom TromeyMove read_addrmap_from_aranges to new file
2023-10-29 Tom TromeyPre-read .debug_aranges section
2023-10-28 Lancelot Sixgdb/gdbsupport/gdbserver: Require c++17
2023-10-28 Lancelot Sixgdb/ax_cxx_compile_stdcxx.m4: upgrade
2023-10-27 Simon Marchigdb: trim trailing spaces in i386-tdep.{c,h}
2023-10-26 Andrew Burgessgdb/python: Add new gdb.Value.bytes attribute
2023-10-26 Andrew Burgessgdb: handle main thread exiting during detach
2023-10-26 Tom de Vries[gdb/testsuite] Add wait-for-index-cache in gdb.dwarf2...
2023-10-26 Thiago Jung Bauermanngdb/nat/aarch64-scalable-linux-ptrace.h: Don't include...
2023-10-25 Guinevere Larsengdb/testsuite: add a clang XFAIL to gdb.python/py-watch...
2023-10-25 Guinevere Larsengdb/testsuite: fix running gdb.python/py-explore-cc...
2023-10-25 Simon Marchigdb: make get_symbol_address a private method of symbol
2023-10-25 Simon Marchigdb: make get_msymbol_address a private method of minim...
2023-10-24 Tom de Vries[gdb/cli] Add gnu-source-highlight selftest
2023-10-23 Tom de Vries[gdb/python] Only include gdbsupport/selftest.h if...
2023-10-22 Tom TromeyStyle history variable output
2023-10-21 Simon Marchigdb: fix owner passed to remove_target_sections in...
2023-10-20 Tom de Vries[gdb/cli] Allow source-highlight to autodetect language
2023-10-20 Tom TromeyDon't include cooked-index.h from dwarf2/read.h
2023-10-20 Tom de Vries[gdb/symtab] Fix more style issues in v9 .gdb_index...
2023-10-19 Tom TromeyFix race in DWARF reader
2023-10-19 Simon Marchigdb: fix no-expat build of solib-target.c
2023-10-19 Simon Marchigdb: rename struct so_list to shobj
2023-10-19 Simon Marchigdb: remove free_so function
next