aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-11gdb.ada/mi_var_access.expCarl Love1-2/+9
2023-08-11Fix Python documentation for range type fieldsTom Tromey1-3/+0
2023-08-11Test GNAT encodings in arr_acc_idx_w_gap.expTom Tromey1-37/+43
2023-08-11RISC-V: Reflect actual range of vlen for hashingTsukasa OI1-1/+1
2023-08-11RISC-V: Add reference to Zve32*Tsukasa OI1-3/+4
2023-08-11gdb: warn unused result for bfd IO functionsAlan Modra4-68/+85
2023-08-11Fix AIX build break.Aditya Vidyadhar Kamath1-4/+2
2023-08-10[gdb/symtab] Fix off-by-one error in cooked_indexer::recurseTom de Vries2-1/+13
2023-08-10[gdb/symtab] Dump qualified name of cooked_index_entryTom de Vries1-0/+3
2023-08-10Fix gdb.ada/O2_float_param.exp for PowerPCCarl Love1-1/+8
2023-08-10Change py-thread-exited.exp to work with gdbserverTom Tromey2-5/+13
2023-08-10Pass unique_ptr to add_thread_with_infoTom Tromey5-7/+12
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