summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves2016-08-224-29/+97
* Fix missing files for ld when test suite not compiled in the source directoryCarl E. Love2016-08-197-22/+23
* [AArch64] Match instruction "STP with base register" in prologueYao Qi2016-08-192-2/+8
* null-terminate string in linespec_location_completerYao Qi2016-08-192-1/+7
* x32: Fix gdb.trace/mi-trace-frame-collected.expPedro Alves2016-08-192-2/+17
* x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves2016-08-192-5/+42
* x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2016-08-192-0/+6
* x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2016-08-192-3/+8
* x32 Fast tracepoints: Customize jump pad addressPedro Alves2016-08-192-4/+53
* x32 Fast tracepoints: IPA target descriptionsPedro Alves2016-08-196-5/+98
* Add ChangeLog updates to my previous two commitsCarl E. Love2016-08-182-0/+10
* Fix for powerpc-power.exp gdb regression test for Power 9Carl Love2016-08-182-505/+2717
* Add myself as write-after-approval GDB maintainer.Carl E. Love2016-08-181-0/+1
* ppc: Fix record of HTM instructionsEdjunior Barbosa Machado2016-08-182-5/+9
* Fix remove-inferior error messageSimon Marchi2016-08-174-2/+11
* Add remove-inferiors testSimon Marchi2016-08-173-0/+98
* Remove stale commentSimon Marchi2016-08-172-2/+4
* [GDB] Fix builds broken by proc-service changes.Matthew Wahab2016-08-152-2/+8
* Fix heap-buffer-overflow in explicit_location_lex_oneYao Qi2016-08-152-3/+8
* Fix warning in gdb.base/signals-state-child.cYao Qi2016-08-122-1/+6
* Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves2016-08-112-1/+7
* Fix PR gdb/19187 (process record over a fork causes internal error)Pedro Alves2016-08-104-4/+20
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-1016-51/+125
* Introduce 'enum remove_bp_reason'Pedro Alves2016-08-102-14/+27
* Simplify remove_breakpoint interfacePedro Alves2016-08-102-7/+16
* Support setting thread names (MS-Windows)Руслан Ижбулатов2016-08-103-11/+100
* Quiet ARI gettext checksPedro Alves2016-08-102-4/+10
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-0911-30/+238
* Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c...Pedro Alves2016-08-094-0/+98
* Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves2016-08-0918-7/+386
* Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out valuePedro Alves2016-08-094-8/+111
* Regenerate some target description filesPedro Alves2016-08-085-132/+139
* Remove unused cli_command_loop declarationSimon Marchi2016-08-052-2/+4
* Fix PR remote/20398: File-IO write always outputs "Quit"Pedro Alves2016-08-052-1/+8
* gdb/NEWS: Mention that C++ is now the defaultPedro Alves2016-08-052-0/+12
* gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...Pedro Alves2016-08-055-3/+15
* Determine target description for native aarch64Yao Qi2016-08-042-39/+19
* Quiet ptrace error ESRCH in regsets_fetch_inferior_registersYao Qi2016-08-042-0/+11
* PR python/18565 - make Frame.function work for inline framesTom Tromey2016-08-034-1/+19
* Avoid potential memory leak in find_frame_funnameTom Tromey2016-08-032-6/+15
* Update NEWS to mention Python breakpoint eventsTom Tromey2016-08-032-0/+7
* Add myself as Rust maintainerTom Tromey2016-08-022-0/+5
* [GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsgYao Qi2016-08-022-9/+8
* Update NEWS post GDB 7.12 branch creation.Joel Brobecker2016-08-012-1/+9
* Bump version to 7.12.50.DATE-git.Joel Brobecker2016-08-012-1/+6
* Swap "single-process" and "multi-process" in process-dies-while-detaching.expgdb-7.12-branchpointYao Qi2016-08-012-1/+7
* Tweak gdb.cp tests for aarch32Yao Qi2016-08-014-5/+11
* Wean gdb and sim off private libbfd.h headerAlan Modra2016-07-275-4/+7
* Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves2016-07-262-4/+15
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-269-69/+169