aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Sync toplevel configure with GCCH.J. Lu3-0/+14
2015-07-14Sync toplevel configure.ac with GCCH.J. Lu5-8/+95
2015-07-14Remove extraneous whitespace from ARM sim sources.Nick Clifton29-320/+348
2015-07-14Fix texinfo problem by adding the required period after an @xref.Nick Clifton2-1/+5
2015-07-14Add test that exercises the inferior being killed while stopped under GDBPedro Alves3-0/+169
2015-07-14gdbserver/Linux: internal error when killing a process that is already gonePedro Alves2-1/+9
2015-07-14Automatic date update in version.inGDB Administrator1-1/+1
2015-07-13Fix attach-pie-noexec.exp fail on native-extended-gdbserverYao Qi2-1/+6
2015-07-13gdb/tui: Add command completion to winheight command.Andrew Burgess2-12/+53
2015-07-13Automatic date update in version.inGDB Administrator1-1/+1
2015-07-12Extend --compress-debug-sections in goldH.J. Lu6-14/+350
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu12-19/+237
2015-07-12Fix GDB breakage due to addition of new nios2 mach types in BFD.Sandra Loosemore2-2/+13
2015-07-12Automatic date update in version.inGDB Administrator1-1/+1
2015-07-11Automatic date update in version.inGDB Administrator1-1/+1
2015-07-10Properly convert objects between different ELF classesH.J. Lu7-2/+285
2015-07-10rx-tdep.c: Use target_read_code instead of target_read_memory.Kevin Buettner2-1/+6
2015-07-10gdbserver/event-loop.c: type mismatchPedro Alves2-2/+8
2015-07-10Warn unsupported compress type and corrupted compressed sectionH.J. Lu2-13/+45
2015-07-10Updated to accept .debug_* sectionsH.J. Lu2-2/+6
2015-07-10Updated to accept .debug_* sectionsH.J. Lu2-2/+6
2015-07-10Fix testsuite regression by: Do not skip prologue for asm (.S) filesJan Kratochvil3-1/+12
2015-07-10[GDBserver][AArch64] Cleanup comments for each linux_target_ops methodPierre Langlois2-26/+44
2015-07-10gdb/tui: Use cleanups to free string copies.Andrew Burgess2-3/+12
2015-07-10gdb/tui: Define tui window names once.Andrew Burgess2-22/+10
2015-07-10gdb: Convert TUI windows names to lower case.Andrew Burgess3-9/+19
2015-07-10Make ALIGN(x) behave as ALIGN(.,x)Alan Modra2-2/+15
2015-07-10Add missing changelog entriesAlan Modra2-0/+10
2015-07-10gnu_vector.exp: Skip infcall tests on x86/x86_64Andreas Arnez2-6/+12
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