aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-10record: set stop_pc in "record goto" commandMarkus Metzger5-6/+63
2015-07-09Use "gold_info" instead of "gold_warning" for erratum fix.Han Shen2-2/+10
2015-07-10Automatic date update in version.inGDB Administrator1-1/+1
2015-07-09Drop 'missing mapping symbols' warning for arm and aarch64.Han Shen3-13/+10
2015-07-09Add NEWS entry for tracepoints support on aarch64-linuxPierre Langlois2-0/+6
2015-07-09[GDBServer][AArch64] Enable support for tracepointsPierre Langlois2-0/+16
2015-07-09[testsuite][AArch64] Port gdb.tracePierre Langlois9-0/+34
2015-07-09[AArch64] Implement gdbarch_gen_return_address gdbarch methodPierre Langlois2-0/+22
2015-07-09[AArch64] Teach stub unwinder to terminate gracefullyPierre Langlois2-5/+42
2015-07-09[AArch64] Teach prologue unwinder to terminate gracefullyPierre Langlois2-26/+87
2015-07-09[AArch64] Only access inferior registers when creating a frame cachePierre Langlois2-8/+28
2015-07-09[AArch64] Refactor aarch64_make_stub_cachePierre Langlois2-10/+19
2015-07-09[AArch64] Refactor aarch64_make_prologue_cachePierre Langlois2-18/+25
2015-07-092015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore19-4/+154
2015-07-09Factor out memberptr printing code from c_val_printSimon Marchi2-6/+29
2015-07-09Factor out int printing code from c_val_printSimon Marchi2-24/+41
2015-07-09Factor out struct and union printing code from c_val_printSimon Marchi2-30/+65
2015-07-09Factor out pointer printing code from c_val_printSimon Marchi2-25/+44
2015-07-09Factor out array printing code from c_val_printSimon Marchi2-94/+116
2015-07-09Factor out print_unpacked_pointer from c_val_printSimon Marchi2-99/+112
2015-07-09Remove unneeded variable assignmentSimon Marchi2-4/+9
2015-07-092015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore2-3/+9
2015-07-09Pass ptid to aarch64_linux_get_debug_reg_capacityYao Qi2-4/+10
2015-07-09[gdbserver, aarch64] Set usrregs to NULL in regs_infoYao Qi2-29/+7
2015-07-09btrace, pt: support new packetsMarkus Metzger2-1/+31
2015-07-09btrace: fix build fail with 32-bit BFDMarkus Metzger2-2/+6
2015-07-09Automatic date update in version.inGDB Administrator1-1/+1
2015-07-08Add missing spaces in previous patchSimon Marchi2-2/+6
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi7-59/+61
2015-07-08Clarify case requirements for gas pseudo-opsRichard Sandiford2-1/+6
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka6-14/+31
2015-07-08Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov13-4/+270
2015-07-08gdb/doc: Update 'frame' command documentation.Andrew Burgess2-13/+10
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi6-57/+57
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi6-57/+57
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil5-35/+60
2015-07-08PR18617 - Incorrect expression bytecode generated for narrowing conversionsRobert O'Callahan4-1/+13
2015-07-08add myself to write-after-approval listMarkus Metzger2-0/+5
2015-07-08ari: fix strerror() useMarkus Metzger2-10/+15
2015-07-08Automatic date update in version.inGDB Administrator1-1/+1
2015-07-07Make gold aarch64 accept long form of mapping symbols.Han Shen2-4/+18
2015-07-07New proc is_aarch64_targetYao Qi6-4/+23
2015-07-07New proc is_aarch32_targetYao Qi9-7/+56
2015-07-07Enable multi-arch test in catch-syscall.exp on aarch64Yao Qi2-2/+10
2015-07-07Adjust gdb.multi tests for aarch64Yao Qi3-2/+41
2015-07-07Set architecture to arm in arm-*.xml filesYao Qi13-0/+33
2015-07-07Native debug arm program by aarch64 GDBYao Qi6-43/+192
2015-07-07New aarch32-linux-nat.cYao Qi5-38/+153
2015-07-07Remove {fetch,store}_fpregister and {fetch,store}_registerYao Qi2-219/+15
2015-07-07Fix test for Python 3Simon Marchi2-2/+7