summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2024-01-04[gdb/testsuite] Handle PAC markerTom de Vries
2024-01-04gdb: improve error reporting from expression parserAndrew Burgess
2024-01-04gdb: merge error handling from different expression parsersAndrew Burgess
2024-01-04gdb: don't try to style content in error callsAndrew Burgess
2024-01-02Fix GDB reverse-step and reverse-next command behaviorCarl Love
2024-01-02PowerPC and aarch64: Fix reverse stepping failureCarl Love
2024-01-02Add gdb_compile options column-info and no-column-infoCarl Love
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen
2023-12-31Run 'black' on tui-window.pyTom Tromey
2023-12-31[gdb/testsuite] Fix typo in gdb.base/catch-syscall.expTom de Vries
2023-12-30Add keywords to TuiWindow.writeTom Tromey
2023-12-30[gdb/testsuite] Fix gdb.base/gdb-index-err.exp for root userTom de Vries
2023-12-30MAINTAINERS: Update my email addressJoseph Myers
2023-12-29dwarf, fortran: add support for DW_TAG_entry_pointNils-Christian Kempke
2023-12-29gdb, dwarf: add assert to dwarf2_get_pc_boundsNils-Christian Kempke
2023-12-29gdb, dwarf: move part of dwarf2_get_pc_bounds into separate functionNils-Christian Kempke
2023-12-24gdb: make value::allocate_register_lazy store id of next non-inline frameSimon Marchi
2023-12-24gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi
2023-12-24gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_idSimon Marchi
2023-12-24gdb: implement address_from_register using value_from_registerSimon Marchi
2023-12-24gdb: remove read_frame_register_value's frame parameterSimon Marchi
2023-12-24gdb: add type parameter to value::allocate_register and add value::allocate_r...Simon Marchi
2023-12-24gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_re...Simon Marchi
2023-12-24gdb: pass frame_info_ptr to gdbarch_value_from_registerSimon Marchi
2023-12-24gdb: don't set frame id after calling cooked_read_valueSimon Marchi
2023-12-22Check for rogue DAP exceptions in test suiteTom Tromey
2023-12-22Avoid exception from attach in DAPTom Tromey
2023-12-22Add DAP log level parameterTom Tromey
2023-12-22Introduce and use DAPExceptionTom Tromey
2023-12-22gdb: fix refactoring hiccup in rs6000_register_to_valueKévin Le Gouguec
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey
2023-12-22gdb: add git trailer information on gdb/MAINTAINERSGuinevere Larsen
2023-12-21Rename TUI locator window -> statusTom Tromey
2023-12-21Rename tui-stack -> tui-statusTom Tromey
2023-12-21Fix Clang build issue with flexible array member and non-trivial dtorPedro Alves
2023-12-20Fix handling of vanishing threads that were stepping/stoppingPedro Alves
2023-12-20Fix thread target ID of exited wavesPedro Alves
2023-12-20Step over thread exit, always delete the thread non-silentlyPedro Alves
2023-12-20displaced_step_finish: Don't fetch the regcache of exited threadsPedro Alves
2023-12-20Ensure selected thread after thread exit stopPedro Alves
2023-12-20gdb.threads/step-over-thread-exit.exp improvementsPedro Alves
2023-12-20Fix bug in previous remote unique_ptr changePedro Alves
2023-12-20Complete use of unique_ptr with notif_event and stop_replyPedro Alves
2023-12-20Make cached_reg_t own its dataPedro Alves
2023-12-20gdb: remove stale comment and ctor in gdbarch_infoSimon Marchi
2023-12-19gdb: use put_frame_register instead of put_frame_register_bytes in pseudo_to_...Simon Marchi
2023-12-19gdb: remove stale comment in value_assignSimon Marchi
2023-12-19gdb: register frame_destroyed function for amd64 gdbarchGuinevere Larsen
2023-12-18gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.expAndrew Burgess
2023-12-16Use function entry point record only for entry valuesHannes Domani