aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-09-18btrace: fix non-stop check in to_waitMarkus Metzger2-1/+6
2015-09-17Add test case for tracepoints with conditionsPierre Langlois3-0/+240
2015-09-16Fix argument to compiled_cond, and add cases for compiled-condition.Wei-cheng Wang4-2/+79
2015-09-16non-stop-fair-events.exp slower on software single-step && !displ-step targetsPedro Alves4-38/+96
2015-09-16Make it easier to debug non-stop-fair-events.expPedro Alves2-3/+61
2015-09-16Don't skip gdb.asm/asm-source.exp on aarch64Yao Qi3-0/+43
2015-09-15[Ada] Enhance type printing for arrays with variable-sized elementsPierre-Marie de Rodat7-3/+140
2015-09-15Handle clang naming of function static local variable.Doug Evans2-1/+6
2015-09-15Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers8-13/+185
2015-09-15gdb/doc: revert previous vforkdone changePedro Alves2-6/+11
2015-09-15[AArch64] Use debug_printf instead of fprintf_unfilteredPierre Langlois2-129/+160
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil8-2/+177
2015-09-15gdbserver: Fix exec stop reply reporting conditionsPedro Alves2-1/+7
2015-09-15Move ChangeLog entry to proper placePedro Alves2-7/+7
2015-09-15PR remote/18965: vforkdone stop reply should indicate parent PIDPedro Alves4-15/+26
2015-09-15Fix typoYao Qi2-1/+6
2015-09-15Fix gdb.threads/non-ldr-exc-3.exp racePedro Alves2-5/+6
2015-09-15Support single step by arch or targetYao Qi10-10/+170
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi9-30/+51
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi6-1/+291
2015-09-14Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves9-156/+341
2015-09-14[Ada] Fix the evaluation of access to packed array subscriptPierre-Marie de Rodat7-2/+133
2015-09-14Remove duplicate gdb/NEWS entryPedro Alves2-6/+5
2015-09-14btrace, test: remove buffer-size test with unlimited buffer sizeMarkus Metzger2-11/+6
2015-09-11Extended-remote exec documentationDon Breazeal4-0/+67
2015-09-11Extended-remote exec testDon Breazeal9-103/+178
2015-09-11Extended-remote catch execDon Breazeal2-0/+41
2015-09-11Extended-remote follow-execDon Breazeal17-41/+441
2015-09-11[AArch64] Cleanup comments in instruction decoding functionsPierre Langlois2-7/+12
2015-09-11[AArch64] Fix incorrect mask when decoding b.cond instructionPierre Langlois2-1/+6
2015-09-11gdb/18947: [aarch64]Step into shared library is very slow.Mihail-Marian Nistor2-0/+7
2015-09-10Small refactor in ada-lang.c:scan_discrim_boundSimon Marchi2-6/+16
2015-09-10Constify variables in ada-lang.cSimon Marchi2-11/+19
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi4-4/+23
2015-09-09* gdb.python/py-prettyprint.exp: Check result of run_lang_tests.Doug Evans2-2/+10
2015-09-09* gdb.base/pie-execl.exp: Fix result test of build_executable.Doug Evans2-2/+6
2015-09-09* gdb.base/savedregs.exp: Fix typo.Doug Evans2-1/+5
2015-09-09Delete enum inferior_event_handler::INF_TIMERPedro Alves3-3/+5
2015-09-09Garbage collect thread continuationsPedro Alves9-303/+38
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves6-121/+26
2015-09-09Convert the until/advance commands to thread_fsm mechanismPedro Alves3-85/+211
2015-09-09Convert infcalls to thread_fsm mechanismPedro Alves6-160/+349
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves17-353/+852
2015-09-09Merge async and sync code paths some morePedro Alves14-199/+174
2015-09-09btrace: kernel address filteringMarkus Metzger6-64/+73
2015-09-08Improve hand-call-in-threads.exp failure handling.Sandra Loosemore2-3/+24
2015-09-07guile: Add as_a_scm_t_subrPedro Alves24-280/+401
2015-09-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess7-24/+45
2015-09-04gdb/cli: Remove casts of NULL during assignment.Andrew Burgess2-1/+5
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess7-8/+18