aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-10-08Remove two unused items from windows-nat.cTom Tromey2-14/+5
2019-10-08Don't include buildsym-legacy.h in windows-nat.cTom Tromey2-1/+4
2019-10-08Let ARI allow gdb %p printf extensionsTom Tromey2-1/+6
2019-10-08Move declaration of overload_debug to headerChristian Biesinger4-3/+14
2019-10-08Move declaration of lang_frame_mismatch_warn to header.Christian Biesinger4-8/+22
2019-10-07Move declaration of vtbl_ptr_name to the header.Christian Biesinger4-6/+15
2019-10-07Use gdb_static_assert in charset.cChristian Biesinger2-9/+8
2019-10-07Move top-level Makefile.def/Makefile.in to the top-level ChangeLogWeimin Pan1-14/+14
2019-10-07gdb/testsuite/ada: Handle missing debug info caseAndrew Burgess2-7/+23
2019-10-07gdb: Rename structures within ctfread.cAndrew Burgess2-14/+26
2019-10-07[gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.expTom de Vries2-2/+6
2019-10-07gdb/testsuite: Add gdb_test_name variableAndrew Burgess3-32/+69
2019-10-07[gdb/doc] Fix some typosTom de Vries4-3/+9
2019-10-07gdb: CTF supportWeimin Pan13-3/+3573
2019-10-07Renaming of ctf (the trace format) filesWeimin Pan7-6/+13
2019-10-06Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme)Joel Brobecker2-1/+5
2019-10-04[gdb/testsuite] Fix local-static.exp with gcc-4.8Tom de Vries2-1/+8
2019-10-03Avoid crash on single-field union in RustTom Tromey5-3/+23
2019-10-03gdb/fortran: Allow for matching symbols with missing scopeAndrew Burgess5-12/+23
2019-10-03gdb/fortran: Nested subroutine supportAndrew Burgess10-24/+394
2019-10-03gdb/testsuite: Reduce test name duplication in gdb.python testsAndrew Burgess4-158/+231
2019-10-03gdb/testsuite: Reduce test name duplication in gdb.base testsAndrew Burgess10-174/+251
2019-10-03gdb/testsuite: Make test names unique in gdb.linespec testsAndrew Burgess3-4/+12
2019-10-03gdb/testsuite: Make test names unique in gdb.reverse testsAndrew Burgess14-47/+102
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