aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-10-03gdb: Don't ignore all SIGSTOP when the signal handler is set to passAndrew Burgess5-1/+140
2019-10-03[gdb/testsuite] Fix list-missing-source.exp with gcc 4.8Tom de Vries2-2/+8
2019-10-03[gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8Tom de Vries2-4/+10
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess7-13/+28
2019-10-03[gdb] Fix set/show style metadata help textTom de Vries2-1/+6
2019-10-02Convert boolean globals in server.c to boolChristian Biesinger4-39/+67
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey10-49/+64
2019-10-02Add missing includes to gdb_assert.h and gdb_string_view.hChristian Biesinger3-0/+8
2019-10-02gdb/testsuite: Fix py-format-string.exp on big-endian platformsAndreas Arnez3-5/+18
2019-10-02Add $_ada_exception convenience variableTom Tromey7-232/+142
2019-10-02Back out earlier Ada exception changeTom Tromey2-82/+31
2019-10-02Make print-file-var.exp test attribute visibility hidden, dlopen, and main sy...Pedro Alves6-78/+246
2019-10-02Handle copy relocationsTom Tromey11-32/+208
2019-10-02Make current_source_* per-program-spaceTom Tromey2-48/+91
2019-10-02Don't call decode_line_with_current_source from select_source_symtabTom Tromey2-7/+9
2019-10-02Search global block from basic_lookup_symbol_nonlocalAndrew Burgess2-28/+17
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey8-29/+58
2019-10-02Update my email address in gdb/MAINTAINERSAndreas Arnez2-2/+6
2019-10-02gdb: Remove a use of VEC from dwarf2read.{c,h}Andrew Burgess3-11/+18
2019-10-02gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess4-25/+38
2019-10-02gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess7-65/+79
2019-10-01Use styled_string for "show logging filename"Tom Tromey4-2/+14
2019-10-01Use styled_string in more placesTom Tromey5-23/+55
2019-10-01Introduce metadata styleTom Tromey43-127/+331
2019-10-01Style "pwd" outputTom Tromey4-3/+18
2019-10-01Use new %p format suffixes in gdbPedro Alves7-71/+77
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves15-107/+646
2019-10-01Don't create empty literal piecesTom Tromey3-8/+20
2019-10-01Remove the ui_out_style_kind enumTom Tromey18-86/+93
2019-10-01gdb/testsuite: Fix pretty-print.exp on big-endian platformsAndreas Arnez3-7/+18
2019-10-01Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadirPhilippe Waroquiers2-5/+10
2019-09-30[PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strxAli Tamur2-0/+15
2019-09-30Remove extra whitespaces at the end of lines.Ali Tamur2-5/+12
2019-09-30Use std::sort instead of qsort in minsyms.cChristian Biesinger2-22/+24
2019-09-30Disable all warnings in gdb.rust/traits.rsTom Tromey2-3/+5
2019-09-30Improve some comments about msymbol handlingChristian Biesinger3-7/+17
2019-09-30gdb: re-write add_psymbol_to_list doc, move it to header fileSimon Marchi3-14/+33
2019-09-29[gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdirTom de Vries4-6/+26
2019-09-29[gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-mTom de Vries2-8/+14
2019-09-28gdb: include gdbarch.h in hppa-linux-nat.cSimon Marchi2-0/+6
2019-09-27[gdb/testsuite] Fix incomplete regexps in step-precsave.expTom de Vries2-2/+8
2019-09-27[gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovdTom de Vries2-1/+14
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior16-487/+31
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior16-31/+487
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger6-68/+95
2019-09-26Remove gdb_usleep.cTom Tromey5-72/+8
2019-09-26Do not expose stub types to PythonTom Tromey7-0/+132
2019-09-26Remove initialize_utilsTom Tromey4-54/+54
2019-09-25Remove make_hex_stringTom Tromey4-24/+8
2019-09-24[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries4-2/+34