aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable all warnings in gdb.rust/traits.rsTom Tromey2019-09-302-3/+5
* Improve some comments about msymbol handlingChristian Biesinger2019-09-303-7/+17
* gdb: re-write add_psymbol_to_list doc, move it to header fileSimon Marchi2019-09-303-14/+33
* [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdirTom de Vries2019-09-294-6/+26
* [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-mTom de Vries2019-09-292-8/+14
* gdb: include gdbarch.h in hppa-linux-nat.cSimon Marchi2019-09-282-0/+6
* [gdb/testsuite] Fix incomplete regexps in step-precsave.expTom de Vries2019-09-272-2/+8
* [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovdTom de Vries2019-09-272-1/+14
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-2616-487/+31
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-2616-31/+487
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-266-68/+95
* Remove gdb_usleep.cTom Tromey2019-09-265-72/+8
* Do not expose stub types to PythonTom Tromey2019-09-267-0/+132
* Remove initialize_utilsTom Tromey2019-09-264-54/+54
* Remove make_hex_stringTom Tromey2019-09-254-24/+8
* [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries2019-09-244-2/+34