aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Update the NetBSD system call table to add memfd_create(2) and epoll(2).Frederic Cambus1-1/+6
2023-09-22fbsd-nat: Pacify gcc with no functional changesEnze Li1-5/+6
2023-09-22Remove keywords from target debug printer namesTom Tromey3-85/+86
2023-09-20Remove stray trailing "," from DAP breakpoint.pyTom Tromey1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey89-127/+124
2023-09-20gdb/dap: only include sourceReference if file path does not existGregory Anders2-9/+16
2023-09-20gdb/dap: use breakpoint fullname to resolve sourceGregory Anders1-3/+3
2023-09-20gdb/dap: ignore unused keyword args in step_outGregory Anders2-1/+8
2023-09-20gdb/dap: check for breakpoint source before unpackingGregory Anders2-8/+19
2023-09-20Run 'black' on printing.pyTom Tromey1-1/+5
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar6-2/+52
2023-09-20[gdb/symtab] Error out for .debug_types section in dwz fileTom de Vries5-0/+143
2023-09-19Handle pointers and references correctly in DAPTom Tromey3-0/+153
2023-09-19Give a language to a typeTom Tromey9-94/+98
2023-09-19Add is_array_like and to_array to language_defnTom Tromey3-0/+34
2023-09-19Regularize some DWARF type initializationTom Tromey1-11/+13
2023-09-19Pass a type allocator to init_fixed_point_typeTom Tromey3-5/+5
2023-09-19Use gdb::checked_static_cast for catchpointsTom Tromey3-7/+9
2023-09-19Use gdb::checked_static_cast for code_breakpointTom Tromey2-3/+5
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey10-50/+61
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey3-156/+149
2023-09-19gdb, breakpoint: add a destructor to the watchpoint structMohamed Bouhaouel4-0/+83
2023-09-19gdb/cli: fixes to newly added "list ." commandGuinevere Larsen4-25/+28
2023-09-18More type safety for symbol_searchTom Tromey1-5/+5
2023-09-18Move val_prettyformat to valprint.hTom Tromey2-14/+11
2023-09-17gdb: remove unused free_actions declarationSimon Marchi1-2/+0
2023-09-16[gdb/symtab] Fix overly large gdb-index file check for 32-bitTom de Vries1-2/+82
2023-09-15gdb: remove -Werror annotations from MAINTAINERS fileSimon Marchi1-38/+37
2023-09-15gdb/amdgpu: add precise-memory supportSimon Marchi12-8/+683
2023-09-15gdb/testsuite: add linux target check in allow_hipcc_testsSimon Marchi1-0/+4
2023-09-15gdb: add inferior_cloned observableSimon Marchi3-0/+7
2023-09-15gdb/amdgpu: Silence wave termination messagesLaurent Morichetti1-1/+1
2023-09-15gdb: add Lancelot Six as maintainer of the AMD GPU portSimon Marchi1-0/+3
2023-09-15Rename split_style::DOTTom Tromey4-5/+6
2023-09-15gdb: small cleanup in symbol_file_add_with_addrsAndrew Burgess1-8/+3
2023-09-15gdb: add some missing filename stylingAndrew Burgess2-10/+14
2023-09-15gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.expGuinevere Larsen2-3/+22
2023-09-14Throw error when creating an overly large gdb-index fileKevin Buettner1-1/+8
2023-09-14gdb: fix buffer overflow in DWARF readerAndrew Burgess1-1/+1
2023-09-14[gdb/exp] Clean up asap in value_print_array_elementsTom de Vries9-3/+361
2023-09-14[gdb/testsuite] Modernize gdb.base/huge.expTom de Vries1-18/+33
2023-09-12gdb/mi: remove warning about mi1Simon Marchi1-10/+0
2023-09-12Avoid spurious breakpoint-setting failure in DAPTom Tromey2-3/+14
2023-09-12gdb: Fix -Wuninitialized issueEnze Li1-0/+1
2023-09-12gdb/testsuite/rocm: fix rocm-multi-inferior-gpu.cppLancelot Six1-1/+1
2023-09-11Specialize std::hash for ptid_tTom Tromey2-2/+2
2023-09-11Update Python signal-handling documentationTom Tromey1-2/+4
2023-09-11gdb/testsuite: use foreach_with_prefix in gdb.guile/scm-ports.expSimon Marchi1-60/+54
2023-09-11testsuite, fortran: Fix regression due to fix for ifort's 'start' behaviorIjaz, Abdul B1-5/+5
2023-09-11gdb: c++ify btrace_target_infoMarkus Metzger3-148/+95