aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-08-29gdb.base/default.exp regressionJan Kratochvil2-2/+4
2016-08-25xtensa: Avoid designated inits, for C++ complianceAndreas Arnez2-49/+55
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella22-20/+49
2016-08-24Test case to detect recursive unwinding in Python-based unwinders.Kevin Buettner4-0/+191
2016-08-24Allow resetting an empty inferior-ttySimon Marchi7-9/+98
2016-08-24Fix for gdb.base/pc-fp.exp.Carl E. Love2-1/+6
2016-08-23Fix typo in commentSimon Marchi2-2/+6
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves7-47/+206
2016-08-23gdbserver_spawn "" rather than gdbserver_spawn ${binfile}Yao Qi3-2/+9
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-19Fix missing files for ld when test suite not compiled in the source directoryCarl E. Love7-22/+23
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-19x32: Fix gdb.trace/mi-trace-frame-collected.expPedro Alves2-2/+17
2016-08-19x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves2-5/+42
2016-08-19x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2-0/+6
2016-08-19x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2-3/+8
2016-08-19x32 Fast tracepoints: Customize jump pad addressPedro Alves2-4/+53
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves6-5/+98
2016-08-18Add ChangeLog updates to my previous two commitsCarl E. Love2-0/+10
2016-08-18Fix for powerpc-power.exp gdb regression test for Power 9Carl Love2-505/+2717
2016-08-18Add myself as write-after-approval GDB maintainer.Carl E. Love1-0/+1
2016-08-18ppc: Fix record of HTM instructionsEdjunior Barbosa Machado2-5/+9
2016-08-17Fix remove-inferior error messageSimon Marchi4-2/+11
2016-08-17Add remove-inferiors testSimon Marchi3-0/+98
2016-08-17Remove stale commentSimon Marchi2-2/+4
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-10Support setting thread names (MS-Windows)Руслан Ижбулатов3-11/+100
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
2016-08-08Regenerate some target description filesPedro Alves5-132/+139
2016-08-05Remove unused cli_command_loop declarationSimon Marchi2-2/+4
2016-08-05Fix PR remote/20398: File-IO write always outputs "Quit"Pedro Alves2-1/+8
2016-08-05gdb/NEWS: Mention that C++ is now the defaultPedro Alves2-0/+12
2016-08-05gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...Pedro Alves5-3/+15
2016-08-04Determine target description for native aarch64Yao Qi2-39/+19
2016-08-04Quiet ptrace error ESRCH in regsets_fetch_inferior_registersYao Qi2-0/+11
2016-08-03PR python/18565 - make Frame.function work for inline framesTom Tromey4-1/+19
2016-08-03Avoid potential memory leak in find_frame_funnameTom Tromey2-6/+15