aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves8-66/+1186
2015-08-07Factor out code to re-resume stepped threadPedro Alves2-92/+112
2015-08-07Add comments to currently_stepping and target_resumePedro Alves3-3/+10
2015-08-07Misc switch_back_to_stepped_thread cleanupsPedro Alves2-15/+27
2015-08-07Use keep_going in proceed and start_step_over tooPedro Alves4-308/+351
2015-08-07Embed the pending step-over chain in thread_info objectsPedro Alves5-69/+207
2015-08-07Make thread_still_needs_step_over consider stepping_over_watchpoint tooPedro Alves2-4/+46
2015-08-07remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANGPedro Alves2-1/+18
2015-08-07Change adjust_pc_after_break's prototypePedro Alves2-9/+21
2015-08-07Fix and test "checkpoint" in non-stop modePedro Alves6-11/+131
2015-08-07ignore invalid DOF provider sectionsJoel Brobecker2-0/+14
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess8-44/+65
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess5-43/+70
2015-08-07btrace: indicate speculative executionMarkus Metzger13-14/+311
2015-08-07configure: check for perf_event.h versionMarkus Metzger3-1/+45
2015-08-06Yaakov Selkowitz: fixes for in-tree libiconvDJ Delorie4-349/+619
2015-08-07Bump timeouts for a couple gdb.reverse/*-precsave.exp testsPedro Alves3-6/+19
2015-08-06Fix gdb.base/valgrind-infcall.exp with the native-extended-gdbserver boardPedro Alves2-0/+9
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi25-57/+119
2015-08-06Add missing ChangeLog entry headerSimon Marchi1-0/+1
2015-08-06Fix ChangeLog formattingSimon Marchi1-1/+1
2015-08-06gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves2-1/+8
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves5-9/+25
2015-08-06PR python/17136Clem Dickey2-1/+6
2015-08-06gdbserver: fix silent error exitPedro Alves2-0/+11
2015-08-06Change type of struct complaints::seriesSimon Marchi2-12/+14
2015-08-06gdbserver: move_out_of_jump_pad_callback misses switching current threadPedro Alves2-0/+12
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves4-10/+24
2015-08-06Revert "test slowdown"Pedro Alves2-5/+3
2015-08-06Test for PR18749: problems if whole process dies while (ptrace-) stoppedPedro Alves3-0/+226
2015-08-06test slowdownPedro Alves2-3/+5
2015-08-06Remove required field in agent's symbolsPierre Langlois4-2/+8
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves7-30/+486
2015-08-06Linux gdbserver confused when event randomization picks process exit eventPedro Alves3-35/+54
2015-08-06Linux gdbserver fork event debug outputPedro Alves2-7/+15
2015-08-05stepping is disturbed by setjmp/longjmp | try/catch in other threadsPedro Alves5-4/+193
2015-08-05Protect nat/gdb_thread_db.h against multiple inclusion.Ulrich Weigand2-0/+27
2015-08-05Remove get_thread_idYao Qi4-62/+46
2015-08-04python: fix Linetable case to LineTable in docstrings and commentsCiro Santilli3-11/+17
2015-08-04Disable tracepoint support for aarch32Yao Qi2-1/+12
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi4-1/+25
2015-08-04Get and set PC correctly on aarch64 in multi-archYao Qi2-7/+33
2015-08-04Use arm target description and regs_info for 32-bit file on aarch64 GDBserverYao Qi3-3/+56
2015-08-04New regs_info for aarch32Yao Qi5-47/+219
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi4-3/+11
2015-08-04signal_command: Leftover cleanup chain regressionJan Kratochvil2-0/+6
2015-08-04ASAN attach crash - 7.9 regressionJan Kratochvil2-3/+13
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves5-95/+137
2015-08-03Nios II R2 support for GDB.Sandra Loosemore6-95/+722
2015-08-03Further robustify gdb.base/bp-permanent.exp.Sandra Loosemore2-2/+20