aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-07gdb/fortran: Align intrinsic/variable precedenceRichard Bunt4-19/+163
2023-08-05[gdb/symtab] Find main language without symtab expansionTom de Vries4-0/+120
2023-08-04Reindent recursive_dump_typeTom Tromey1-33/+33
2023-08-04Consolidate calls to bfd_set_cacheableTom Tromey5-9/+5
2023-08-04Remove extra '.' from error messageTom Tromey2-3/+3
2023-08-04Fix incorrect class name in free_objfile documentationTom Tromey1-1/+1
2023-08-04[gdb/testsuite] Extend gdb.base/index-cache.exp furtherTom de Vries1-0/+9
2023-08-04[gdb/testsuite] Move "maint wait-for-index-cache" ALAP in gdb.base/index-cach...Tom de Vries1-18/+18
2023-08-04[gdb/symtab] Fix data race on dwarf2_per_cu_data::{files_read,is_debug_types}Tom de Vries1-5/+5
2023-08-04[gdb/symtab] Fix data race on dwarf2_per_cu_data::{mark,is_debug_types}Tom de Vries1-5/+5
2023-08-04[gdb/testsuite] Extend gdb.base/index-cache.expTom de Vries3-4/+48
2023-08-04[gdb/symtab] Fix data race on dwarf2_per_cu_data::{m_header_read_in,is_debug_...Tom de Vries1-7/+7
2023-08-04[gdb/symtab] Fix race on dwarf2_per_cu_data::{queued,is_debug_type}Tom de Vries1-6/+6
2023-08-04[gdb/symtab] Fix data race on bfd::{cacheable,format}Tom de Vries3-20/+43
2023-08-04[gdb/symtab] Fix data race on index_cache::m_enabledTom de Vries4-8/+38
2023-08-04gdb/testsuite: Disable gdb.compile when testing with clangBruno Larsen16-4/+32
2023-08-03[gdb/symtab] Remove superfluous handling of Ada main in write_cooked_indexTom de Vries1-21/+6
2023-08-03Remove f-string from DAPTom Tromey1-1/+1
2023-08-03Use frame.name() in FrameDecoratorTom Tromey2-12/+12
2023-08-03gdb: avoid double stop after failed breakpoint condition checkAndrew Burgess5-23/+152
2023-08-03gdb: fix possible nullptr dereference in a remote_debug_printf callAndrew Burgess1-2/+2
2023-08-02[gdb] Initialize main_thread_id earlierTom de Vries2-1/+25
2023-08-02[gdb/dap] Disable DAP for python <= 3.5Tom de Vries2-0/+28
2023-08-02Avoid failures in fixed_points.exp with older GCCTom Tromey1-2/+5
2023-08-01Implement DAP "source" requestTom Tromey4-4/+97
2023-08-01Handle Source in DAP breakpointLocationsTom Tromey2-8/+20
2023-08-01Introduce sourceReference handling in DAPTom Tromey3-20/+41
2023-08-01Don't supply DAP 'path' for non-file shared librariesTom Tromey1-2/+4
2023-08-01Implement ValueFormat for DAPTom Tromey4-78/+124
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey5-12/+13
2023-08-01Add DAP support for C++ exceptionsTom Tromey3-4/+119
2023-08-01Implement DAP 'terminated' eventTom Tromey3-1/+41
2023-08-01Do not send "new breakpoint" event when breakpoint is setTom Tromey2-13/+34
2023-08-01Move DAP breakpoint event code to breakpoint.pyTom Tromey2-39/+40
2023-08-01Full paths in DAP stackTrace responsesTom Tromey2-51/+82
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey4-17/+70
2023-08-01Refactor dap_launchTom Tromey3-28/+43
2023-08-01Rename private member of FrameDecoratorTom Tromey1-4/+4
2023-08-01Add thread exited eventSimon Farre1-7/+18
2023-07-31[gdb/testsuite] Set TSAN_OPTIONS by default to history_size=7Tom de Vries1-0/+8
2023-07-31Fix bug in fixed-point handlingTom Tromey3-0/+13
2023-07-31gdb/amdgpu: Fix debugging multiple inferiors using the ROCm runtimeLancelot Six3-3/+207
2023-07-31gdb/testsuite/rocm: Add the hip_devices_support_debug_multi_process procLancelot Six1-0/+20
2023-07-31Set PYTHONMALLOC in the test suiteTom Tromey1-0/+4
2023-07-31Restore previous sigmask in gdb.block_signalsTom Tromey1-2/+2
2023-07-30GDB Global Maintainer update (3 maintainers stepping down)Joel Brobecker1-5/+3
2023-07-28[gdb] Rename variable main_thread to main_thread_idTom de Vries1-4/+4
2023-07-28Re-acquire GIL earlier in gdbpy_parse_and_evalTom Tromey1-2/+10
2023-07-27gdb: remove trailing empty line in target-delegates.cSimon Marchi5-7/+12
2023-07-27Report supportsBreakpointLocationsRequestTom Tromey1-1/+9