summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb/testsuite/ada: Handle missing debug info caseAndrew Burgess2019-10-072-7/+23
* gdb: Rename structures within ctfread.cAndrew Burgess2019-10-072-14/+26
* [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.expTom de Vries2019-10-072-2/+6
* gdb/testsuite: Add gdb_test_name variableAndrew Burgess2019-10-073-32/+69
* [gdb/doc] Fix some typosTom de Vries2019-10-074-3/+9
* gdb: CTF supportWeimin Pan2019-10-0713-3/+3573
* Renaming of ctf (the trace format) filesWeimin Pan2019-10-077-6/+13
* Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme)Joel Brobecker2019-10-062-1/+5
* [gdb/testsuite] Fix local-static.exp with gcc-4.8Tom de Vries2019-10-042-1/+8
* Avoid crash on single-field union in RustTom Tromey2019-10-035-3/+23
* gdb/fortran: Allow for matching symbols with missing scopeAndrew Burgess2019-10-035-12/+23
* gdb/fortran: Nested subroutine supportAndrew Burgess2019-10-0310-24/+394
* gdb/testsuite: Reduce test name duplication in gdb.python testsAndrew Burgess2019-10-034-158/+231
* gdb/testsuite: Reduce test name duplication in gdb.base testsAndrew Burgess2019-10-0310-174/+251
* gdb/testsuite: Make test names unique in gdb.linespec testsAndrew Burgess2019-10-033-4/+12
* gdb/testsuite: Make test names unique in gdb.reverse testsAndrew Burgess2019-10-0314-47/+102
* gdb: Don't ignore all SIGSTOP when the signal handler is set to passAndrew Burgess2019-10-035-1/+140
* [gdb/testsuite] Fix list-missing-source.exp with gcc 4.8Tom de Vries2019-10-032-2/+8
* [gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8Tom de Vries2019-10-032-4/+10
* gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess2019-10-037-13/+28
* [gdb] Fix set/show style metadata help textTom de Vries2019-10-032-1/+6
* Convert boolean globals in server.c to boolChristian Biesinger2019-10-024-39/+67
* Fix type of startup_with_shell in gdbserverTom Tromey2019-10-0210-49/+64
* Add missing includes to gdb_assert.h and gdb_string_view.hChristian Biesinger2019-10-023-0/+8
* gdb/testsuite: Fix py-format-string.exp on big-endian platformsAndreas Arnez2019-10-023-5/+18
* Add $_ada_exception convenience variableTom Tromey2019-10-027-232/+142
* Back out earlier Ada exception changeTom Tromey2019-10-022-82/+31
* Make print-file-var.exp test attribute visibility hidden, dlopen, and main sy...Pedro Alves2019-10-026-78/+246
* Handle copy relocationsTom Tromey2019-10-0211-32/+208
* Make current_source_* per-program-spaceTom Tromey2019-10-022-48/+91
* Don't call decode_line_with_current_source from select_source_symtabTom Tromey2019-10-022-7/+9
* Search global block from basic_lookup_symbol_nonlocalAndrew Burgess2019-10-022-28/+17
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-028-29/+58
* Update my email address in gdb/MAINTAINERSAndreas Arnez2019-10-022-2/+6
* gdb: Remove a use of VEC from dwarf2read.{c,h}Andrew Burgess2019-10-023-11/+18
* gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess2019-10-024-25/+38
* gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess2019-10-027-65/+79
* Use styled_string for "show logging filename"Tom Tromey2019-10-014-2/+14
* Use styled_string in more placesTom Tromey2019-10-015-23/+55
* Introduce metadata styleTom Tromey2019-10-0143-127/+331
* Style "pwd" outputTom Tromey2019-10-014-3/+18
* Use new %p format suffixes in gdbPedro Alves2019-10-017-71/+77
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-0115-107/+646
* Don't create empty literal piecesTom Tromey2019-10-013-8/+20
* Remove the ui_out_style_kind enumTom Tromey2019-10-0118-86/+93
* gdb/testsuite: Fix pretty-print.exp on big-endian platformsAndreas Arnez2019-10-013-7/+18
* Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadirPhilippe Waroquiers2019-10-012-5/+10
* [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strxAli Tamur2019-09-302-0/+15
* Remove extra whitespaces at the end of lines.Ali Tamur2019-09-302-5/+12
* Use std::sort instead of qsort in minsyms.cChristian Biesinger2019-09-302-22/+24