aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02-Bsymbolic is not for PIEsAlan Modra4-72/+68
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-02Change objcopy's --set-section-alignment option to take a byte alignment valu...Nick Clifton5-11/+47
2019-10-02Automatic date update in version.inGDB Administrator1-1/+1
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-10-01Automatic date update in version.inGDB Administrator1-1/+1
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-30PR25046, readelf "Reading xxx bytes extends past end of file for dynamic sect...Alan Modra2-3/+9
2019-09-30Automatic date update in version.inGDB Administrator1-1/+1
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-29Automatic date update in version.inGDB Administrator1-1/+1
2019-09-28gdb: include gdbarch.h in hppa-linux-nat.cSimon Marchi2-0/+6
2019-09-28PR16794, gold ignores R_386_GOTOFF addendAlan Modra3-8/+14
2019-09-28Automatic date update in version.inGDB Administrator1-1/+1
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-27Automatic date update in version.inGDB Administrator1-1/+1
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-26PR24262, plugin search dir doesn't respect --libdirAlan Modra6-35/+73
2019-09-26Automatic date update in version.inGDB Administrator1-1/+1
2019-09-25Remove make_hex_stringTom Tromey4-24/+8
2019-09-26SORT_BY_INIT_PRIORITYAlan Modra3-35/+60
2019-09-25Silence a build-time warning about constant comparisons when building with cl...Nick Clifton2-4/+9
2019-09-25Automatic date update in version.inGDB Administrator1-1/+1
2019-09-24[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries4-2/+34
2019-09-24Arm: Fix out of range conditional branch (PR/24991)Tamar Christina5-7/+38