Handle function aliases better (PR gdb/19487, errno printing)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2017-08-21  Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-08-21  Pedro AlvesFix type casts losing typedefs and reimplement "whatis...
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-08-18  Yao Qi[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_i...
2017-08-18  Yao QiGDBserver self tests
2017-08-18  Yao QiRemove some GDB specific stuff from selftest.c
2017-08-18  Yao QiPut selftests api into selftests namespace
2017-08-17  Pedro AlvesPlug source_command leak
2017-08-17  Pedro AlvesPlug line_header leaks
2017-08-17  Alex LindsaySynthetic symbol leak in elf_read_minimal_symbols
2017-08-17  Ruslan KabatsayevMention new TUI Single-Key mode shortcuts for nexti...
2017-08-16  Ruslan KabatsayevAdd shortcuts for "nexti" and "stepi" commands in Singl...
2017-08-15  Stafford HorneAdd myself as a write-after-approval GDB maintainer.
2017-08-15  Stafford Hornextensa: Properly strdup string when building reggroup
2017-08-15  Sergio Durigan JuniorFix PR gdb/21954: make 'unset environment' work again
2017-08-15  John BaldwinFix compile on big-endian platforms in siginfo_t converter.
2017-08-14  Tom TromeyRemove BITS_IN_BYTES define
2017-08-14  Tom TromeyFix two regressions in scalar printing
2017-08-14  Tom TromeyFix memory leak in add_symbol_file_command
2017-08-14  Tom TromeyUse std::move in a few places
2017-08-11  Pedro AlvesMore gdb/skip.c C++ification
2017-08-11  Yao QiReset *THIS_CACHE in frame_unwind_try_unwinder in case...
2017-08-11  Yao QiClass-fy dwarf2_frame_state_reg_info
2017-08-11  Yao QiClass-fy dwarf2_frame_state
2017-08-11  Yao QiMove dwarf2_frame_state_reg.exp_len to union .loc
2017-08-10  Pedro AlvesAllow gdb::unique_xmalloc_ptr<T[]>
2017-08-09  John BaldwinReplace home-grown linked-lists in FreeBSD's native...
2017-08-09  John BaldwinReplace remaining cleanups in fbsd-nat.c.
2017-08-09  John BaldwinFix compile in the !HAVE_KINFO_GETVMMAP case.
2017-08-09  Tom TromeyC++-ify skip.c
2017-08-09  Jiong Wang[AArch64] Implement gdbarch_core_read_description
2017-08-09  Jiong WangRevert "[AArch64] Implement gdbarch_core_read_description"
2017-08-09  Jiong Wang[AArch64] Implement gdbarch_core_read_description
2017-08-09  Pedro AlvesMake cp_comp_to_string return a gdb::unique_xmalloc_ptr...
2017-08-09  H.J. Lugdb: Fix build failure with GCC 7
2017-08-09  Yao QiFix memory leak in cp-support.c
2017-08-09  Yao QiClean up x86 non-linux GDBserver target descriptions
2017-08-09  Yao QiRemove x32 non-linux target descriptions
2017-08-07  Simon MarchiAdd missing PR mention in ChangeLog
2017-08-07  Maciej W. RozyckiPR breakpoints/21886: mem-break: Fix breakpoint inserti...
2017-08-07  Maciej W. RozyckiGDB/opcodes: Remove arch/mach/endian disassembler asser...
2017-08-07  Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-08-07  Leszek SwirskiFix dwarf2_string_attr for -gsplit-dwarf
2017-08-07  Simon Marchiremote-sim.c: Fix arg variables conflicts
2017-08-05  Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-05  Tom TromeyRemove cleanups from Rust parser
2017-08-04  Yao QiUnbreak GDBserver build for x32
2017-08-04  Yao QiAdd namespace std to nullptr_t
2017-08-03  Ruslan KabatsayevAdd myself as a write-after-approval GDB maintainer.
2017-08-03  Tom TromeyRemove make_cleanup_freeargv and gdb_buildargv
2017-08-03  Tom TromeyUse gdb_argv in Python
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03  Tom TromeyRemove a cleanup in Python
2017-08-03  Tom TromeyAvoid some manual memory management in Python
2017-08-03  Tom TromeyReplace do_restore_instream_cleanup with scoped_restore
2017-08-03  Tom TromeyUse a scoped_restore for command_nest_depth
2017-08-03  Tom TromeyRemove user_call_depth
2017-08-03  Tom TromeyRemove in_user_command
2017-08-03  Tom TromeyUse containers to avoid cleanups
2017-08-03  Tom TromeyUse unique_xmalloc_ptr in jit.c
2017-08-03  Tom TromeyReplace tui_restore_gdbout with scoped_restore
2017-08-03  Tom TromeyMore uses of scoped_restore
2017-08-03  Tom TromeyRemove make_cleanup_free_so
2017-08-03  Tom TromeyRemove make_cleanup_restore_current_language
2017-08-03  Tom TromeyRemove an unlink cleanup
2017-08-03  Tom TromeyRemove make_cleanup_fclose
2017-08-03  Tom TromeyChange open_terminal_stream to return a gdb_file_up
2017-08-03  Tom TromeyUse gdb_file_up in source.c
2017-08-03  Tom TromeyUse gdb_file_up in fbsd-nat.c
2017-08-03  Tom TromeyChange return type of find_and_open_script
2017-08-03  Tom TromeyIntroduce and use gdb_file_up
2017-08-03  Tom TromeyIntroduce and use ui_out_emit_table
2017-08-02  Maciej W. RozyckiMIPS: Factor out FPU type naming in `gdbarch' debug
2017-08-01  Maciej W. RozyckiMIPS: Consistently use MIPS_FPU_TYPE for `gdbarch'...
2017-07-31  Xavier RoirandUpdate ChangeLog (missed that in my previous commit)
2017-07-27  Xavier RoirandAdd myself as a write-after-approval GDB maintainer.
2017-07-26  Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-26  Yao QiLazily and dynamically create i386-linux target descrip...
2017-07-26  Yao QiGenerate c for feature instead of tdesc
2017-07-26  Yao QiUse visitor pattern for "maint print c-tdesc"
2017-07-26  Yao QiCentralize i386 linux target descriptions
2017-07-26  Yao QiAdd optional argument to command "maint prints c-tdesc"
2017-07-26  Yao QiClass-fy target_desc
2017-07-25  John BaldwinFix two NetBSD-specific typos in the configure.nat...
2017-07-25  Yao QiMake amd64_x32_init_abi and amd64_init_abi argument...
2017-07-25  Yao Qi[ARM] Access FPSCR on vfpv2
2017-07-22  Tom TromeyUse std::vector in struct catch_syscall_inferior_data
2017-07-22  Tom TromeyUse std::vector in syscall_catchpoint
2017-07-22  Tom TromeyC++-ify break-catch-throw
2017-07-22  Tom TromeyC++-ify break-catch-sig
2017-07-20  Pedro AlvesMake language_def O(1)
2017-07-20  Pedro Alvesget_int_var_value
2017-07-20  Pedro AlvesUse SYMBOL_MATCHES_SEARCH_NAME some more
2017-07-20  Pedro AlvesEliminate block_iter_name_*
2017-07-20  Pedro AlvesFix cp_find_first_component_aux bug
2017-07-18  David BlaikieFix Fission (broken by my previous patch)
2017-07-18  Yao QiRemove one line comment
2017-07-18  Yao QiSimplify regcache_cpy and remove regcache::cpy_no_passt...
2017-07-18  Pedro AlvesFix GDB builds that include the simulator
2017-07-17  Pedro AlvesA smarter linespec completer
next
This page took 0.345036 seconds and 107 git commands to generate.