aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-08-17Update w/HEADusers/pmuldoon/c++compileKeith Seitz375-7874/+12973
2017-08-16Add myself as a write-after-approval GDB maintainer.Stafford Horne2-0/+5
2017-08-16xtensa: Properly strdup string when building reggroupStafford Horne2-5/+5
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior4-1/+16
2017-08-15Fix compile on big-endian platforms in siginfo_t converter.John Baldwin2-1/+6
2017-08-14GDB testsuite: Suppress GCC's colored outputAndreas Arnez2-1/+34
2017-08-14Remove BITS_IN_BYTES defineTom Tromey2-6/+9
2017-08-14Fix two regressions in scalar printingTom Tromey7-8/+44
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey2-32/+15
2017-08-14Use std::move in a few placesTom Tromey4-3/+10
2017-08-12Fix typo on documentation ("show set startup-with-shell")Sergio Durigan Junior2-1/+7
2017-08-12testsuite: Exclude end-of-line characters from get_valueof resultSimon Marchi2-1/+6
2017-08-11More gdb/skip.c C++ificationPedro Alves4-238/+243
2017-08-11Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi4-16/+17
2017-08-11Class-fy dwarf2_frame_state_reg_infoYao Qi4-95/+189
2017-08-11Class-fy dwarf2_frame_stateYao Qi3-66/+71
2017-08-11Move dwarf2_frame_state_reg.exp_len to union .locYao Qi3-10/+20
2017-08-10Allow gdb::unique_xmalloc_ptr<T[]>Pedro Alves2-0/+11
2017-08-09Replace home-grown linked-lists in FreeBSD's native target with STL lists.John Baldwin2-50/+32
2017-08-09Replace remaining cleanups in fbsd-nat.c.John Baldwin2-31/+36
2017-08-09Fix compile in the !HAVE_KINFO_GETVMMAP case.John Baldwin2-2/+10
2017-08-09doc: Fix copy-pasto in Z0 packet documentationSimon Marchi2-1/+6
2017-08-09C++-ify skip.cTom Tromey2-92/+95
2017-08-09[AArch64] Implement gdbarch_core_read_descriptionJiong Wang2-0/+24
2017-08-09Revert "[AArch64] Implement gdbarch_core_read_description"Jiong Wang2-22/+0
2017-08-09[AArch64] Implement gdbarch_core_read_descriptionJiong Wang2-0/+22
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves5-45/+55
2017-08-09gdb: Fix build failure with GCC 7H.J. Lu2-1/+6
2017-08-09Fix memory leak in cp-support.cYao Qi2-4/+16
2017-08-09Clean up x86 non-linux GDBserver target descriptionsYao Qi14-858/+43
2017-08-09Remove x32 non-linux target descriptionsYao Qi15-952/+32
2017-08-07Add missing PR mention in ChangeLogSimon Marchi1-0/+1
2017-08-07PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki2-1/+8
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki2-7/+5
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki15-22/+68
2017-08-07Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2-1/+6
2017-08-07remote-sim.c: Fix arg variables conflictsSimon Marchi2-4/+8
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey12-203/+129
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey2-3/+8
2017-08-05Remove cleanups from Rust parserTom Tromey2-162/+202
2017-08-04Unbreak GDBserver build for x32Yao Qi3-3/+12
2017-08-04Add namespace std to nullptr_tYao Qi2-2/+6
2017-08-03Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev2-0/+5
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey3-31/+6
2017-08-03Use gdb_argv in PythonTom Tromey2-17/+11
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey24-249/+289
2017-08-03Remove a cleanup in PythonTom Tromey2-23/+11
2017-08-03Avoid some manual memory management in PythonTom Tromey4-42/+29
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey4-23/+11
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey2-6/+11