aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-03Avoid some manual memory management in PythonTom Tromey1-0/+10
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey1-0/+7
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey1-0/+5
2017-08-03Remove user_call_depthTom Tromey1-0/+6
2017-08-03Remove in_user_commandTom Tromey1-0/+7
2017-08-03Use containers to avoid cleanupsTom Tromey1-0/+14
2017-08-03Use unique_xmalloc_ptr in jit.cTom Tromey1-0/+4
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey1-0/+5
2017-08-03More uses of scoped_restoreTom Tromey1-0/+13
2017-08-03Remove make_cleanup_free_soTom Tromey1-0/+8
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey1-0/+12
2017-08-03Remove an unlink cleanupTom Tromey1-0/+6
2017-08-03Remove make_cleanup_fcloseTom Tromey1-0/+5
2017-08-03Change open_terminal_stream to return a gdb_file_upTom Tromey1-0/+5
2017-08-03Use gdb_file_up in source.cTom Tromey1-0/+5
2017-08-03Use gdb_file_up in fbsd-nat.cTom Tromey1-0/+4
2017-08-03Change return type of find_and_open_scriptTom Tromey1-0/+9
2017-08-03Introduce and use gdb_file_upTom Tromey1-0/+25
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-0/+19
2017-08-02MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki1-0/+5
2017-08-01MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki1-0/+5
2017-07-31Update ChangeLog (missed that in my previous commit)Xavier Roirand1-0/+4
2017-07-27Add myself as a write-after-approval GDB maintainer.Xavier Roirand1-0/+4
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi1-0/+17
2017-07-26Lazily and dynamically create i386-linux target descriptionsYao Qi1-0/+14
2017-07-26Generate c for feature instead of tdescYao Qi1-0/+23
2017-07-26Use visitor pattern for "maint print c-tdesc"Yao Qi1-0/+128
2017-07-26Centralize i386 linux target descriptionsYao Qi1-0/+13
2017-07-26Add optional argument to command "maint prints c-tdesc"Yao Qi1-0/+8
2017-07-26Class-fy target_descYao Qi1-0/+7
2017-07-25Fix two NetBSD-specific typos in the configure.nat conversion.John Baldwin1-0/+4
2017-07-25Make amd64_x32_init_abi and amd64_init_abi argument constantYao Qi1-0/+8
2017-07-25[ARM] Access FPSCR on vfpv2Yao Qi1-0/+7
2017-07-22Use std::vector in struct catch_syscall_inferior_dataTom Tromey1-0/+9
2017-07-22Use std::vector in syscall_catchpointTom Tromey1-0/+14