aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-01-04gdb: merge error handling from different expression parsersAndrew Burgess9-25/+23
2024-01-04gdb: don't try to style content in error callsAndrew Burgess1-4/+2
2024-01-02Fix GDB reverse-step and reverse-next command behaviorCarl Love5-34/+201
2024-01-02PowerPC and aarch64: Fix reverse stepping failureCarl Love5-0/+335
2024-01-02Add gdb_compile options column-info and no-column-infoCarl Love1-0/+34
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen13-13/+328
2023-12-31Run 'black' on tui-window.pyTom Tromey1-2/+4
2023-12-31[gdb/testsuite] Fix typo in gdb.base/catch-syscall.expTom de Vries1-1/+1
2023-12-30Add keywords to TuiWindow.writeTom Tromey2-4/+8
2023-12-30[gdb/testsuite] Fix gdb.base/gdb-index-err.exp for root userTom de Vries1-1/+7
2023-12-30MAINTAINERS: Update my email addressJoseph Myers1-1/+1
2023-12-29dwarf, fortran: add support for DW_TAG_entry_pointNils-Christian Kempke8-5/+479
2023-12-29gdb, dwarf: add assert to dwarf2_get_pc_boundsNils-Christian Kempke1-0/+1
2023-12-29gdb, dwarf: move part of dwarf2_get_pc_bounds into separate functionNils-Christian Kempke1-21/+50
2023-12-24gdb: make value::allocate_register_lazy store id of next non-inline frameSimon Marchi4-25/+21
2023-12-24gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi7-36/+26
2023-12-24gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_idSimon Marchi4-36/+21
2023-12-24gdb: implement address_from_register using value_from_registerSimon Marchi1-37/+4
2023-12-24gdb: remove read_frame_register_value's frame parameterSimon Marchi2-13/+13
2023-12-24gdb: add type parameter to value::allocate_register and add value::allocate_r...Simon Marchi4-35/+37
2023-12-24gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_re...Simon Marchi2-20/+9
2023-12-24gdb: pass frame_info_ptr to gdbarch_value_from_registerSimon Marchi7-38/+33
2023-12-24gdb: don't set frame id after calling cooked_read_valueSimon Marchi1-1/+0
2023-12-22Check for rogue DAP exceptions in test suiteTom Tromey1-1/+33
2023-12-22Avoid exception from attach in DAPTom Tromey2-6/+30
2023-12-22Add DAP log level parameterTom Tromey5-6/+64
2023-12-22Introduce and use DAPExceptionTom Tromey6-17/+37
2023-12-22gdb: fix refactoring hiccup in rs6000_register_to_valueKévin Le Gouguec1-1/+1
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey5-9/+42
2023-12-22gdb: add git trailer information on gdb/MAINTAINERSGuinevere Larsen1-8/+90
2023-12-21Rename TUI locator window -> statusTom Tromey8-30/+30
2023-12-21Rename tui-stack -> tui-statusTom Tromey13-13/+13
2023-12-21Fix Clang build issue with flexible array member and non-trivial dtorPedro Alves1-1/+9
2023-12-20Fix handling of vanishing threads that were stepping/stoppingPedro Alves1-41/+153
2023-12-20Fix thread target ID of exited wavesPedro Alves4-38/+135
2023-12-20Step over thread exit, always delete the thread non-silentlyPedro Alves1-4/+7
2023-12-20displaced_step_finish: Don't fetch the regcache of exited threadsPedro Alves2-7/+14
2023-12-20Ensure selected thread after thread exit stopPedro Alves1-0/+7
2023-12-20gdb.threads/step-over-thread-exit.exp improvementsPedro Alves2-24/+119
2023-12-20Fix bug in previous remote unique_ptr changePedro Alves1-2/+3
2023-12-20Complete use of unique_ptr with notif_event and stop_replyPedro Alves3-55/+54
2023-12-20Make cached_reg_t own its dataPedro Alves3-26/+16
2023-12-20gdb: remove stale comment and ctor in gdbarch_infoSimon Marchi1-7/+1
2023-12-19gdb: use put_frame_register instead of put_frame_register_bytes in pseudo_to_...Simon Marchi1-10/+10
2023-12-19gdb: remove stale comment in value_assignSimon Marchi1-7/+0
2023-12-19gdb: register frame_destroyed function for amd64 gdbarchGuinevere Larsen2-24/+25
2023-12-18gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.expAndrew Burgess1-18/+6
2023-12-16Use function entry point record only for entry valuesHannes Domani3-5/+7
2023-12-16[gdb/build] Remove dependency on _rl_term_autowrapTom de Vries1-8/+11
2023-12-16[gdb/tui] Show regs when switching to regs layoutTom de Vries3-8/+22