aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-08-18[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi1-0/+6
2017-08-18GDBserver self testsYao Qi1-0/+9
2017-08-18Remove some GDB specific stuff from selftest.cYao Qi1-0/+5
2017-08-18Put selftests api into selftests namespaceYao Qi1-0/+27
2017-08-17Plug source_command leakPedro Alves1-0/+5
2017-08-17Plug line_header leaksPedro Alves1-0/+14
2017-08-17Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay1-0/+4
2017-08-17Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWSRuslan Kabatsayev1-0/+5
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev1-0/+5
2017-08-16Add myself as a write-after-approval GDB maintainer.Stafford Horne1-0/+4
2017-08-16xtensa: Properly strdup string when building reggroupStafford Horne1-0/+4
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior1-0/+6
2017-08-15Fix compile on big-endian platforms in siginfo_t converter.John Baldwin1-0/+5
2017-08-14Remove BITS_IN_BYTES defineTom Tromey1-0/+6
2017-08-14Fix two regressions in scalar printingTom Tromey1-0/+7
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey1-0/+4
2017-08-14Use std::move in a few placesTom Tromey1-0/+7
2017-08-11More gdb/skip.c C++ificationPedro Alves1-0/+38
2017-08-11Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi1-0/+9
2017-08-11Class-fy dwarf2_frame_state_reg_infoYao Qi1-0/+28
2017-08-11Class-fy dwarf2_frame_stateYao Qi1-0/+14
2017-08-11Move dwarf2_frame_state_reg.exp_len to union .locYao Qi1-0/+7
2017-08-10Allow gdb::unique_xmalloc_ptr<T[]>Pedro Alves1-0/+4
2017-08-09Replace home-grown linked-lists in FreeBSD's native target with STL lists.John Baldwin1-0/+11
2017-08-09Replace remaining cleanups in fbsd-nat.c.John Baldwin1-0/+9
2017-08-09Fix compile in the !HAVE_KINFO_GETVMMAP case.John Baldwin1-0/+6
2017-08-09C++-ify skip.cTom Tromey1-0/+16
2017-08-09[AArch64] Implement gdbarch_core_read_descriptionJiong Wang1-0/+6
2017-08-09Revert "[AArch64] Implement gdbarch_core_read_description"Jiong Wang1-6/+0
2017-08-09[AArch64] Implement gdbarch_core_read_descriptionJiong Wang1-0/+6
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves1-0/+16
2017-08-09gdb: Fix build failure with GCC 7H.J. Lu1-0/+4
2017-08-09Fix memory leak in cp-support.cYao Qi1-0/+7
2017-08-09Clean up x86 non-linux GDBserver target descriptionsYao Qi1-0/+14
2017-08-09Remove x32 non-linux target descriptionsYao Qi1-0/+20
2017-08-07Add missing PR mention in ChangeLogSimon Marchi1-0/+1
2017-08-07PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki1-0/+7
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki1-0/+5
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-0/+23
2017-08-07Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski1-0/+4
2017-08-07remote-sim.c: Fix arg variables conflictsSimon Marchi1-0/+5
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-0/+26
2017-08-05Remove cleanups from Rust parserTom Tromey1-0/+18
2017-08-04Unbreak GDBserver build for x32Yao Qi1-0/+8
2017-08-04Add namespace std to nullptr_tYao Qi1-0/+4
2017-08-03Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev1-0/+4
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey1-0/+6
2017-08-03Use gdb_argv in PythonTom Tromey1-0/+4
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-0/+34
2017-08-03Remove a cleanup in PythonTom Tromey1-0/+4