aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-01-27gdb: work around negative DW_AT_data_member_location GCC 11 bugSimon Marchi5-0/+124
2022-01-27Fix GDB internal error by using text (instead of data) section offsetKevin Buettner2-2/+2
2022-01-27gdb, remote, btrace: move switch_to_thread call right before xfer callMarkus Metzger1-9/+8
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger8-20/+27
2022-01-27gdb, btrace: switch threads in remote_btrace_maybe_reopen()Markus Metzger1-1/+1
2022-01-27gdb, btrace: rename record_btrace_enable_warn()Markus Metzger1-3/+3
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess4-16/+114
2022-01-26Remove global wrap_here functionTom Tromey2-23/+3
2022-01-26Always call the wrap_here methodTom Tromey28-80/+80
2022-01-26Add ui_file::wrap_hereTom Tromey4-2/+25
2022-01-26Convert wrap_here to use integer parameterTom Tromey37-146/+122
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess5-30/+151
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess8-0/+43
2022-01-26Remove unused declarationTom Tromey1-2/+0
2022-01-26gdb: convert maintenance target-async and target-non-stop settings to callbacksSimon Marchi1-36/+32
2022-01-26Reference array of structs instead of first member during memcpyKeith Seitz1-1/+1
2022-01-26gdb: add string_file::release methodSimon Marchi17-34/+35
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey4-0/+70
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey9-12/+41
2022-01-26Change how Python architecture and language are handledTom Tromey20-105/+146
2022-01-26gdb/testsuite: Ensure constant test name in gdb.base/break-interp.expLancelot SIX1-1/+1
2022-01-25Always print the "host libthread-db" message to stdoutTom Tromey1-9/+2
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey20-127/+109
2022-01-25Sent timing stats to gdb_stdlogTom Tromey1-22/+25
2022-01-25Send some error output to gdb_stderrTom Tromey3-5/+6
2022-01-24gdb/doc: improve description for Window.click on Python TUI windowsAndrew Burgess1-3/+3
2022-01-23Simplify some Rust expression-evaluation codeTom Tromey2-54/+29
2022-01-21gdb: include gdbsupport/buildargv.h in ser-mingw.cSimon Marchi1-0/+1
2022-01-21gdb/doc: fill in two missing @rAndrew Burgess1-2/+2
2022-01-20Avoid bad breakpoints with --gc-sectionsTom Tromey5-2/+109
2022-01-19Add `set print array-indexes' tests for C/C++ arraysMaciej W. Rozycki3-0/+217
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki5-27/+279
2022-01-19Add `set print repeats' tests for C/C++ arraysMaciej W. Rozycki4-0/+243
2022-01-19Respect `set print repeats' with Fortran arraysMaciej W. Rozycki8-28/+572
2022-01-19fbsd-nat: Add include for gdb_argv.John Baldwin1-0/+1
2022-01-18Fix the remote-sim.c buildTom Tromey1-0/+1
2022-01-18Simplify Ada catchpointsTom Tromey1-65/+3
2022-01-18Move "catch exec" to a new fileTom Tromey3-191/+237
2022-01-18Move "catch fork" to a new fileTom Tromey3-243/+287
2022-01-18Unify "catch fork" and "catch vfork"Tom Tromey1-142/+41
2022-01-18Move gdb_regex to gdbsupportTom Tromey27-140/+24
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey6-50/+4
2022-01-18Move gdb obstack code to gdbsupportTom Tromey61-263/+58
2022-01-18Move gdb_argv to gdbsupportTom Tromey17-185/+16
2022-01-18Simplify event_location_probeTom Tromey3-23/+16
2022-01-18Use std::string in event_locationTom Tromey2-39/+34
2022-01-18Split event_location into subclassesTom Tromey1-239/+281
2022-01-18Remove EL_* macros from location.cTom Tromey1-93/+90
2022-01-18Boolify explicit_to_string_internalTom Tromey1-8/+8
2022-01-18Remove a use of xfree in location.cTom Tromey3-23/+13