aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-03Remove user_call_depthTom Tromey2-15/+8
2017-08-03Remove in_user_commandTom Tromey4-11/+7
2017-08-03Use containers to avoid cleanupsTom Tromey10-108/+63
2017-08-03Use unique_xmalloc_ptr in jit.cTom Tromey2-14/+9
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey2-20/+11
2017-08-03More uses of scoped_restoreTom Tromey5-115/+56
2017-08-03Remove make_cleanup_free_soTom Tromey5-39/+26
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey6-36/+47
2017-08-03Remove an unlink cleanupTom Tromey2-19/+25
2017-08-03Remove make_cleanup_fcloseTom Tromey3-20/+5
2017-08-03Change open_terminal_stream to return a gdb_file_upTom Tromey2-12/+17
2017-08-03Use gdb_file_up in source.cTom Tromey2-29/+21
2017-08-03Use gdb_file_up in fbsd-nat.cTom Tromey2-4/+6
2017-08-03Change return type of find_and_open_scriptTom Tromey4-43/+59
2017-08-03Introduce and use gdb_file_upTom Tromey15-153/+112
2017-08-03Introduce and use ui_out_emit_tableTom Tromey14-196/+212
2017-08-02MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki2-8/+25
2017-08-01MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki2-2/+7