aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-17[gdb/build] Return const reference in target_read_auxvTom de Vries3-5/+5
2023-08-17[gdb/build, c++20] Fix invalid conversion in test_symbolsTom de Vries1-1/+1
2023-08-17[gdb/build, c++20] Fix deprecated implicit capture of thisTom de Vries3-3/+3
2023-08-17[gdb/build, c++20] Fix DISABLE_COPY_AND_ASSIGN use in ui_out_emit_typeTom de Vries1-1/+1
2023-08-17[gdb/build, c++20] Stop using deprecated is_podTom de Vries1-1/+3
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries2-5/+10
2023-08-17[gdb/testsuite] Fix copy-to-remote in gdb.base/vfork-follow-parent.expTom de Vries1-1/+3
2023-08-16[gdb/symtab] Handle self-reference DIETom de Vries2-3/+71
2023-08-16Avoid buffer overflow in ada_decodeTom Tromey1-1/+18
2023-08-16Fix obvious bug in aggregate expressionTom Tromey6-1/+147
2023-08-16Implement DAP module-removed eventTom Tromey3-2/+29
2023-08-16gdb/testsuite: fix race condition in gdb.python/py-thread-exited.expAndrew Burgess1-1/+12
2023-08-16gdb: fix vfork regressions when target-non-stop is offAndrew Burgess3-12/+75
2023-08-16gdb, infcmd: support jump command in multi-inferior casePuputti, Matti3-88/+98
2023-08-15Mention process_stratum in inferior::priv commentTom Tromey1-1/+1
2023-08-14[gdb/build] Fix YYSTYPE and yyalloc odr violationTom de Vries1-0/+2
2023-08-14fbsd-nat: Stop a process if it is running before killing it.John Baldwin2-17/+78
2023-08-14fbsd-nat: Fix thread_alive against a running thread.John Baldwin1-1/+7
2023-08-14fbsd-nat: Fix several issues with detaching.John Baldwin2-0/+276
2023-08-14fbsd-nat: Fix resuming and waiting with multiple processes.John Baldwin2-95/+323
2023-08-14fbsd-nat: Defer any ineligible events reported by wait.John Baldwin1-1/+34
2023-08-14fbsd-nat: Add a list of pending events.John Baldwin2-55/+118
2023-08-14Remove alloca from osabi.cTom Tromey1-2/+1
2023-08-14[gdb/build] Fix struct token odr violationTom de Vries5-19/+19
2023-08-14[gdb/build] Fix struct token_and_value odr violationTom de Vries3-14/+14
2023-08-14[gdb/build] Fix enum param_types odr violationTom de Vries2-6/+6
2023-08-14[gdb/build] Remove superfluous variable param_types in gdb/python/py-param.cTom de Vries1-2/+1
2023-08-14[gdb] Fix maint print symbols/psymbols help textTom de Vries2-4/+4
2023-08-13[gdb/symtab] Don't deduplicate variables in gdb-indexTom de Vries1-3/+2
2023-08-13Re: gdb: warn unused result for bfd IO functionsAlan Modra1-0/+1
2023-08-11gdbserver: Reinstall software single-step breakpoints in resume_stopped_resum...Kevin Buettner2-0/+213
2023-08-12regen configAlan Modra1-30/+86
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