Rename frame_stop_reason_string to unwind_stop_reason_to_string.
[external/binutils.git] / gdb / ChangeLog
2014-05-30 Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-30 Andrew BurgessRemove previous frame if an error occurs when computing...
2014-05-29 Pedro AlvesRunning the current tree against my software-single...
2014-05-29 Pedro Alvesinfrun.c: simplify "end stepping range" code a bit.
2014-05-29 Pedro Alvesinfrun.c: stop_stepping -> stop_waiting.
2014-05-29 Pedro Alvesunbreak infcalls
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-29 Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29 Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-05-29 Pedro AlvesPR gdb/15713 - errors from i386_linux_resume lead to...
2014-05-29 Pedro AlvesPR15693 - Fix spurious *running events, thread state...
2014-05-28 Joel BrobeckerRemove "set/show remotebaud" (deprecated) commands.
2014-05-28 Yao QiFix typo in comments
2014-05-27 Gary BensonPrompt the user to file bug reports for internal errors...
2014-05-27 Andy Wingoremove unnecessary smob mark/free functions
2014-05-27 Andy Wingogdb smob cleanups
2014-05-26 Andy WingoAdd configure support for building with guile 2.2.
2014-05-26 Doug Evansfix 80 cols overrun in earlier entry
2014-05-23 Markus Metzgerbtrace, vdso: add vdso target sections
2014-05-23 Markus Metzgerbtrace: control memory access during replay
2014-05-22 Ramana RadhakrishnanInclude asm/ptrace.h in aarch64-linux-nat.c
2014-05-22 Ramana RadhakrishnanReinstate self to Write After Approval
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-22 Pedro AlvesDon't store the inferior's exit code for --return-child...
2014-05-21 Pedro AlvesPR gdb/13860: don't lose '-interpreter-exec console...
2014-05-21 Pedro AlvesPR gdb/13860: make -interpreter-exec console "list...
2014-05-21 Doug Evansfix file names in earlier checkin
2014-05-21 Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21 Doug Evans* scm-breakpoint.c (breakpoint_functions): Fix typo.
2014-05-21 Doug EvansMake exception throwers have void result. Delete unuse...
2014-05-21 Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21 Pedro AlvesNEWS: Mention native target renames.
2014-05-21 Pedro Alvesgo32-nat.c: Don't override to_open.
2014-05-21 Pedro Alvesnto-procfs.c: Add "target native".
2014-05-21 Pedro AlvesWindows: Rename "target child" -> "target native"
2014-05-21 Pedro AlvesRename "target GNU" -> "target native"
2014-05-21 Pedro AlvesRename "target darwin-child" -> "target native"
2014-05-21 Pedro AlvesRename "target djgpp" -> "target native"
2014-05-21 Pedro AlvesRename "target child" to "target native".
2014-05-21 Andreas ArnezDrop regset_alloc().
2014-05-21 Andreas ArnezSPARC: Replace regset_alloc() invocations by static...
2014-05-21 Andreas ArnezSPARC: Rename register maps from "*regset" to "*regmap"
2014-05-21 Andreas ArnezSCORE: Replace regset_alloc() invocation by a static...
2014-05-21 Andreas ArnezMN10300: Replace regset_alloc() invocations by static...
2014-05-21 Andreas ArnezMIPS: Replace regset_alloc() invocations by static...
2014-05-21 Andreas ArnezX86: Replace regset_alloc() invocations by static regse...
2014-05-21 Andreas ArnezARM: Replace regset_alloc() invocations by static regse...
2014-05-21 Andreas ArnezAARCH64: Replace regset_alloc() invocations by static...
2014-05-21 Andreas ArnezRemove 'arch' field from regset structure.
2014-05-21 Andreas ArnezConstify regset structures.
2014-05-21 Jan KratochvilFix TLS access for -static -pthread
2014-05-21 Pedro AlvesMake the dcache (code/stack cache) handle line reading...
2014-05-20 Doug EvansFix gdb.multi/base.exp failures.
2014-05-20 Pedro AlvesMake compare-sections work against all targets; add...
2014-05-20 Markus Metzgerbtrace: no replay without history
2014-05-20 Hui ZhuFix issue #15778: GDB Aarch64 signal frame unwinder...
2014-05-19 Doug Evansbuild_type_unit_groups and moved closer to only caller...
2014-05-19 Tom Tromeyfix two latent type errors
2014-05-19 Doug EvansRemove all_type_unit_groups, unused.
2014-05-19 Doug Evans* eval.c (evaluate_subexp_standard): Add some comments.
2014-05-17 Doug Evans * progspace.c (remove_program_space): Delete, unused.
2014-05-17 Doug Evans * inferior.c (prune_inferiors): Fix comment.
2014-05-16 Doug EvansNew command line option -D.
2014-05-16 Gregory FongImport the "dirfd" gnulib module.
2014-05-16 Yao QiFix display of tabulation character for mingw hosts.
2014-05-16 Yao QiFix changelong entry.
2014-05-16 Taimoor MirzaFix prologue analysis for ldr.w and ldrd instruction
2014-05-15 Doug Evans* dwarf2read.c (read_structure_type): Delete outdated...
2014-05-14 Tom Tromeyreindent print_macro_definition
2014-05-14 Doug Evans* python/py-cmd.c (cmdpy_completer): Add comment.
2014-05-13 Simon MarchiRemove unused variable
2014-05-13 Tom Tromeyremove an unused macro and an unused declaration
2014-05-13 Andreas ArnezS390: Fix erroneous offset in fill_gregset.
2014-05-12 Simon Marchimi: Use the value in mi_console_file->quote as the...
2014-05-12 Simon MarchiAdd myself as write after approval maintainer
2014-05-08 Tom Tromeyrename "set debugvarobj" to "set debug varobj"
2014-05-07 Kyle McMartinaarch64: detect atomic sequences like other ll/sc archi...
2014-05-05 Joel BrobeckerDocument the GDB 7.7.1 release in gdb/ChangeLog
2014-05-05 Keith SeitzFix a dangling cleanup in linspec_parse_basic.
2014-05-05 Yao QiPartially available/unavailable data in requested range
2014-05-05 Yao QiShow new created display
2014-05-03 Mark KettenisEnable rthreads support on OpenBSD/powerpc.
2014-05-02 Sergio Durigan JuniorExtend recognized types of SDT probe's arguments
2014-05-02 Sergio Durigan JuniorFix PR breakpoints/16889: gdb segfaults when printing...
2014-05-01 David Taylorcompare-sections: New -r option.
2014-04-30 Siva ChandraRemove unused arguments to few functions in dwarf2loc...
2014-04-29 Pedro AlvesFix remote connection to targets that don't support...
2014-04-28 Joel Brobeckerdwarf2read.c::read_subrange_type: Handle dynamic lower...
2014-04-28 Joel BrobeckerImprove Ada dynamic range type handling.
2014-04-28 Joel BrobeckerEnhance dwarfread.c::resolve_dynamic_type to resolve...
2014-04-28 Joel BrobeckerUnnecessary XA type handling in ada_varobj_describe_sim...
2014-04-28 Joel Brobeckerremove unnecessary second call to static_unwrap_type...
2014-04-27 Hui ZhuMake "set disassemble-next-line on" can work with DUMMY...
2014-04-26 Doug Evans* guile/scm-safe-call.c (scscm_eval_scheme_string)...
2014-04-25 Pedro AlvesPR server/16255: gdbserver cannot attach to a second...
2014-04-25 Pedro AlvesFix several "set remote foo-packet on/off" commands.
2014-04-25 Tom Tromeydocument "quit" command's argument
2014-04-25 Sanimir Agovicnews: mention support for C99 variable length arrays
2014-04-24 Joel Brobeckerada-lang.c: Expand standard_exc's introductory comment.
2014-04-24 Michael SturmAdd AVX512 registers support to GDB and GDBserver.
next