aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-10[gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp with cc-with-gnu-deb...Tom de Vries1-1/+1
2023-08-10[gdb/testsuite] Improve failure mode in gdb.dwarf2/enqueued-cu-base-addr.expTom de Vries1-1/+9
2023-08-10[gdb/symtab] Fix assertion in write_debug_namesTom de Vries1-1/+1
2023-08-09gdb, breakpoint: add breakpoint location debugging logsMihails Strasuns4-0/+126
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra8-31/+31
2023-08-09[gdb/build] Use move capture in gdb_demangleTom de Vries1-1/+7
2023-08-08Update my name in maintainers fileGuinevere Larsen1-1/+1
2023-08-08Guard against killing unrelated processes in amd64-disp-step.expRainer Orth1-1/+6
2023-08-08[gdb/build] Fix build breaker with -std=c++11Tom de Vries1-1/+6
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