aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey4-5/+13
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey7-28/+33
2017-08-22List actual code around more than one locationZhouyi Zhou2-16/+36
2017-08-21Use an array type (lwpid_t[]) for the array of lwp IDs.John Baldwin2-5/+8
2017-08-21Correct earlier ChangeLog entry for fbsd_add_threads.John Baldwin1-1/+1
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves10-9/+194
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves13-31/+654
2017-08-18Remove save_inferior_ptidTom Tromey13-133/+78
2017-08-18[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi2-0/+14
2017-08-18GDBserver self testsYao Qi16-18/+146
2017-08-18Remove some GDB specific stuff from selftest.cYao Qi2-5/+8
2017-08-18Put selftests api into selftests namespaceYao Qi21-27/+66
2017-08-17Plug source_command leakPedro Alves2-1/+5
2017-08-17Plug line_header leaksPedro Alves2-33/+70
2017-08-17Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay2-0/+7
2017-08-17Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWSRuslan Kabatsayev2-0/+8
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev4-0/+20
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