aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Set GDB version number to 7.12.gdb-7.12-releaseJoel Brobecker2-1/+5
2016-10-06frame.h: Forward-declare struct ui_outSimon Marchi2-0/+5
2016-10-06mips-tdep: Make FCRs always 32-bitMaciej W. Rozycki5-1/+94
2016-10-06mips-tdep: Rearrange comments in `mips_pseudo_register_type'Maciej W. Rozycki2-11/+14
2016-10-06testsuite: solib-disc: Use `standard_output_file'Maciej W. Rozycki2-2/+7
2016-10-06stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regressionMarkus Metzger2-1/+6
2016-10-06Fix PR11094: JIT breakpoint is not properly recreated on rerunsPedro Alves7-43/+226
2016-10-06Fix a few gdb.base/jit-simple.exp problemsPedro Alves2-30/+33
2016-10-03Introduce cleanup to restore current_uioutSimon Marchi7-38/+38
2016-10-03Add test for user context selection syncAntoine Tremblay3-0/+1355
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay23-88/+503
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil8-5/+133
2016-09-28Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...Pedro Alves5-0/+105
2016-09-27Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna2-9/+65
2016-09-21Keep reserved bits in CPSR on writeYao Qi4-2/+23
2016-09-20ppc: Fix record support of Store String Word instructionsEdjunior Barbosa Machado2-3/+12
2016-09-06new-ui command: gdb internal errors if input is already pendingPedro Alves6-3/+194
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves6-8/+27
2016-08-31Fix lwp_suspend/unsuspend imbalance in linux_wait_1Antoine Tremblay2-18/+23
2016-08-30Fix order of inferiors in "thread apply all"Andreas Arnez4-1/+15
2016-08-29gdb.base/default.exp regressionJan Kratochvil2-2/+4
2016-08-26xtensa: Avoid designated inits, for C++ complianceAndreas Arnez2-49/+55
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella22-20/+49
2016-08-24Allow resetting an empty inferior-ttySimon Marchi7-9/+98
2016-08-23x32: Fix gdb.trace/mi-trace-frame-collected.expPedro Alves2-2/+17
2016-08-23x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves2-5/+42
2016-08-23x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2-0/+6
2016-08-23x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2-3/+8
2016-08-23x32 Fast tracepoints: Customize jump pad addressPedro Alves2-4/+53
2016-08-23x32 Fast tracepoints: IPA target descriptionsPedro Alves6-5/+98
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves7-47/+206
2016-08-23Fix signals-state-child.exp in remote testingYao Qi2-6/+29
2016-08-22Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves4-29/+97
2016-08-19[AArch64] Match instruction "STP with base register" in prologueYao Qi2-2/+8
2016-08-19null-terminate string in linespec_location_completerYao Qi2-1/+7
2016-08-18ppc: Fix record of HTM instructionsEdjunior Barbosa Machado2-5/+9
2016-08-15Make "end" field in feature specs required again.Doug Evans21-147/+153
2016-08-15[GDB] Fix builds broken by proc-service changes.Matthew Wahab2-2/+8
2016-08-15Fix heap-buffer-overflow in explicit_location_lex_oneYao Qi2-3/+8
2016-08-12Fix warning in gdb.base/signals-state-child.cYao Qi2-1/+6
2016-08-11Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves2-1/+7
2016-08-10Fix PR gdb/19187 (process record over a fork causes internal error)Pedro Alves4-4/+20
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves16-51/+125
2016-08-10Introduce 'enum remove_bp_reason'Pedro Alves2-14/+27
2016-08-10Simplify remove_breakpoint interfacePedro Alves2-7/+16
2016-08-10Quiet ARI gettext checksPedro Alves2-4/+10
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves11-30/+238
2016-08-09Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c...Pedro Alves4-0/+98
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves18-7/+386
2016-08-09Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out valuePedro Alves4-8/+111