aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-09-28gdb: remove final user of the executable_changed observerAndrew Burgess1-4/+6
2023-09-28gdb: remove one user of the executable changed observerAndrew Burgess1-11/+7
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess5-0/+165
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess4-0/+54
2023-09-28gdb/doc: extend the description for Progspace.filenameAndrew Burgess2-2/+7
2023-09-28gdb/x86: use size of XSAVE area of enabled featuresSimon Marchi1-3/+3
2023-09-28[gdb/testsuite] Add nopie to gdb.base/unwind-on-each-insn-amd64-2.expTom de Vries5-7/+23
2023-09-27config/debuginfod.m4: Add check for libdebuginfod 0.188Aaron Merey2-1/+110
2023-09-27Adjust gdb.thread/pthreads.exp for CygwinPedro Alves1-7/+7
2023-09-27In gdb.threads/pthreads.c, handle pthread_attr_setscope ENOTSUPPedro Alves1-1/+2
2023-09-27Fix gdb.threads/pthreads.exp error handling/printingPedro Alves1-8/+22
2023-09-27Fix gdb.threads/pthreads.c formattingPedro Alves1-18/+27
2023-09-27gdb.threads/pthreads.c, K&R -> ANSI function stylePedro Alves1-7/+3
2023-09-27gdb: Fix an ODR warning with byacc with GDB_YY_REMAPSam James1-0/+1
2023-09-26gdb/testsuite: add xfail for gdb/29965 in gdb.threads/process-exit-status-is-...Simon Marchi1-1/+18
2023-09-26[gdb/testsuite] Fix gdb.ada/mi_task_arg.exp with newer gccTom de Vries1-1/+2
2023-09-26Remove some unnecessary qualification from printing.pyTom Tromey1-5/+5
2023-09-26Add two new pretty-printer methodsTom Tromey3-11/+43
2023-09-26Introduce gdb.ValuePrinterTom Tromey5-44/+135
2023-09-26[gdb/testsuite] Fix gdb.server/ext-run.exp in containerTom de Vries1-1/+1
2023-09-26[gdb/dap] Fix dap for python < 3.8Tom de Vries1-1/+5
2023-09-26fbsd-nat: Fix build failure with GCC 12Enze Li1-1/+1
2023-09-26Fix to step instruction due to P10 prefix instruction.Aditya Vidyadhar Kamath1-1/+5
2023-09-26Use string_file::release in some placesTom Tromey2-3/+3
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