aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi10-1218/+767
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi4-53/+72
2015-07-17Use debug_printf to print debug messageYao Qi4-40/+50
2015-07-17int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi2-7/+20
2015-07-17Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi2-1/+6
2015-07-17Fix using uninitialised valuesYao Qi2-2/+7
2015-07-16stabs.texinfo: @include gdb-cfg.texi.Doug Evans2-0/+8
2015-07-16Fix gdb.arch/i386-biarch-core.exp FAIL on i386.Jan Kratochvil2-9/+26
2015-07-16[AArch64] Mark single precision pseudo registers unavailable if invalidPierre Langlois2-1/+10
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil43-1946/+824
2015-07-15Tests for validate symbol file using build-idJan Kratochvil5-0/+280
2015-07-15Validate symbol file using build-idJan Kratochvil13-1/+279
2015-07-15gdbserver build-id attribute generatorJan Kratochvil6-49/+409
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil11-597/+695
2015-07-15Prepare linux_find_memory_regions_full & co. for moveJan Kratochvil3-79/+160
2015-07-15Move gdb_regex* to common/Jan Kratochvil12-140/+251
2015-07-15Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil11-7/+130
2015-07-15Unbreak nios2-*-linux* GDB testing.Sandra Loosemore5-0/+22
2015-07-15Move ChangeLog entry to gdbserverPierre Langlois2-6/+6
2015-07-15[GDBserver][AArch64] Enable support for range steppingPierre Langlois2-0/+19
2015-07-15[testsuite] Skip gdb.trace/range-stepping.exp test case if not supportedPierre Langlois4-21/+35
2015-07-15ari, btrace: avoid unsigned long longMarkus Metzger6-47/+108
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi51-131/+179
2015-07-14Add support reading D modules from DWARFIain Buclaw2-8/+38
2015-07-14i386-biarch-core.exp: Fix comment typoJan Kratochvil2-1/+5
2015-07-14Fix build issue with nat/linux-namespaces.c.Peter Bergner2-6/+12
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-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-12Fix GDB breakage due to addition of new nios2 mach types in BFD.Sandra Loosemore2-2/+13
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-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-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-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-09Factor out memberptr printing code from c_val_printSimon Marchi2-6/+29