aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker23-2/+278
2018-03-26Remove verbose code from backtrace commandTom Tromey2-18/+4
2018-03-26Simplify exception handling in py-framefilter.cTom Tromey2-394/+167
2018-03-26Improve "backtrace" help textTom Tromey2-6/+12
2018-03-26Call wrap_hint in one more spot in py-framefilter.cTom Tromey2-0/+6
2018-03-26Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.cTom Tromey2-0/+6
2018-03-26Move some code later in backtrace_command_1Tom Tromey2-52/+59
2018-03-26Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey5-4/+41
2018-03-26Allow C-c to work in backtrace in more casesTom Tromey2-11/+18
2018-03-26Avoid manual resource management in py-framefilter.cTom Tromey2-15/+10
2018-03-26Remove EXT_LANG_BT_COMPLETEDTom Tromey3-9/+14
2018-03-26Allow hiding of some filtered framesTom Tromey8-25/+57
2018-03-26Change backtrace_command_1 calling to use flagsTom Tromey2-10/+13
2018-03-26Rationalize "backtrace" command line parsingTom Tromey4-73/+57
2018-03-27Automatic date update in version.inGDB Administrator1-1/+1
2018-03-26Remove DEF_VEC_I(offset_type)Simon Marchi2-2/+4
2018-03-26Add include guard to filename-seen-cache.hSimon Marchi2-0/+9
2018-03-26Fix case where IR file provides symbol visibility but replacement file does not.Cary Coutant7-4/+172
2018-03-26Remove struct keyword from section_addr_infoKeith Seitz3-2/+9
2018-03-26Make gdbserver reg_defs a vector of objectsAlan Hayward6-37/+42
2018-03-26Automatic date update in version.inGDB Administrator1-1/+1
2018-03-25eval.c: reverse minsym and symPedro Alves2-4/+9
2018-03-25Fix date in gdb/ChangeLogPedro Alves1-1/+1
2018-03-25x86-64: Add ENDBR64 to the TLSDESC PLT entryH.J. Lu4-14/+31
2018-03-25Automatic date update in version.inGDB Administrator1-1/+1
2018-03-23Fix warn-unused-return message.Cary Coutant2-3/+15
2018-03-23Add missing ChangeLog entry for last commit.Cary Coutant1-0/+21
2018-03-23aarch64: Make "info address" resolve TLS variablesWeimin Pan3-15/+10
2018-03-24Automatic date update in version.inGDB Administrator1-1/+1
2018-03-23Add psymbols for nested typesKeith Seitz7-1/+190
2018-03-23Add --debug=plugin option to record plugin actions.Cary Coutant3-21/+294
2018-03-23Change machoread.c to use std::vectorTom Tromey2-56/+47
2018-03-23Make gdbserver find_register_by_number staticAlan Hayward3-16/+14
2018-03-23Improve readelf's selection of a file start symbol when displaying a gnu buil...Nick Clifton5-13/+36
2018-03-23Add an extra library name template to the list used by the WIN32 targets.Nick Clifton4-0/+13
2018-03-23gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.expAndrew Burgess3-8/+32
2018-03-23gdb: Minor cleanup in some gdb.arch/* testsAndrew Burgess6-33/+16
2018-03-23Move gdbserver tdesc header funcs to c fileAlan Hayward3-42/+57
2018-03-23Testsuite: fully migrate to use_gdb_stub convenience funcAndreas Arnez25-24/+52
2018-03-22Remove some cleanups from record-full.cTom Tromey2-15/+12
2018-03-23Automatic date update in version.inGDB Administrator1-1/+1
2018-03-22ppc: Fix stwux and stdux masks in skip_prologuePedro Franco de Carvalho2-9/+8
2018-03-22ppc: Detect when LR is saved through frame pointerPedro Franco de Carvalho2-18/+63
2018-03-22Make "info proc cmdline" show args on GNU/LinuxAndreas Arnez4-4/+38
2018-03-22S390: Correct brace style in s390_get_wordsizeAndreas Arnez2-4/+9
2018-03-22x86: use local variable in check_VecOperands()Jan Beulich2-7/+13
2018-03-22x86: drop pointless VecESizeJan Beulich3-952/+958
2018-03-22x86: drop remaining redundant DispNJan Beulich2-75/+81
2018-03-22ix86: allow HLE store of accumulator to absolute addressJan Beulich5-0/+25
2018-03-22x86: fix swapped operand handling for BNDMOVJan Beulich10-7/+54