Revert the entire VLA series.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2014-04-11  Joel BrobeckerRevert the entire VLA series.
2014-04-11  Keith SeitzFix c++/16675 -- sizeof reference type should give...
2014-04-11  Sanimir Agovicvla: evaluate operand of sizeof if its type is a vla
2014-04-11  Sanimir Agovicvla: resolve dynamic bounds if value contents is a...
2014-04-11  Sanimir Agovicvla: support for DW_AT_count
2014-04-11  Sanimir Agovicvla: print "variable length" for unresolved dynamic...
2014-04-11  Sanimir Agovicvla: update type from newly created value
2014-04-11  Sanimir Agovicvla: enable sizeof operator for indirection
2014-04-11  Sanimir Agovicvla: enable sizeof operator to work with variable lengt...
2014-04-11  Sanimir Agovictype: add c99 variable length array support
2014-04-11  Sanimir Agovicvla: introduce new bound type abstraction adapt uses
2014-04-11  Sanimir Agovicrefactoring: rename create_range_type to create_static_...
2014-04-10  Pedro Alvesbreakpoint shadowing, take single-step breakpoints...
2014-04-09  Tristan Gingolddarwin: fix thinko (free thread port after threads...
2014-04-08  Pierre LangloisFix erroneous backtrace on avrxmega architectures.
2014-04-07  Siva Chandra[python] Fix gdb.Value.dynamic_type for reference values.
2014-04-07  Joel BrobeckerFix ARI warning in darwin-nat.c::darwin_decode_message
2014-04-03  Doug Evans * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion...
2014-04-02  Alan ModraHandle VDSO section headers past end of page
2014-04-01  Doug Evans* dwarf2read.c (read_cutu_die_from_dwo): Improve comment.
2014-04-01  Tristan Gingolddarwin-nat: avoid crash while debugging gdb.
2014-03-31  Doug Evansdwarf2read.c (read_cutu_die_from_dwo): Delete unused...
2014-03-31  Doug EvansNew option "set print symbol-loading".
2014-03-30  Doug Evans * infrun.c (set_last_target_status): New function.
2014-03-30  Doug Evans* inferior.h (enum stop_kind): Improve comment.
2014-03-28  Joel Brobecker[varobj] false type-changed status for reference to...
2014-03-27  Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-03-27  Doug Evans * dwarf2read.c (read_str_index): Delete arg cu. All...
2014-03-27  Doug Evans * dwarf2read.c (init_cutu_and_read_dies_no_follow...
2014-03-27  Doug Evans * dwarf2read.c (struct dwarf2_cu): Improve comments...
2014-03-26  Keith SeitzRemove VAR_DOMAIN/STRUCT_DOMAIN ambiguity from ada...
2014-03-26  Sandra LoosemoreFix type of "fp" and other registers for Nios II.
2014-03-25  Pedro Alves"source", foreground execution commands, and target...
2014-03-24  Pierre LangloisFix PR/16720
2014-03-24  Tristan Gingolddarwin-nat.c: fix dump of messages on x86_64.
2014-03-24  Pierre LangloisFix typo in previous entry.
2014-03-24  Pierre LangloisAdd myself as a write-after-approval mainainer.
2014-03-22  Doug Evans* infcmd.c: Whitespace fixes.
2014-03-22  Doug Evans* infcmd.c (interrupt_command): Renamed from interrupt_...
2014-03-22  Yao QiRemove target_read_live_memory
2014-03-22  Yao QiFactor remote_read_bytes.
2014-03-22  Yao QiMove the traceframe_available_memory code from memory_x...
2014-03-22  Doug Evans * extension.c (eval_ext_lang_from_control_command...
2014-03-21  Pedro Alvesnormal_stop: Extend and clarify comment.
2014-03-21  Hui ZhuFix internal warning when "gdb -p xxx"
2014-03-20  Maciej W. RozyckiAvoid using the ISO C99 `z' formatted output modifier
2014-03-20  Sergio Durigan JuniorFix probe-related internal error on AIX
2014-03-20  Tom TromeyFix py-finish-breakpoint.exp with target async.
2014-03-20  Pedro Alvesmake dprintf.exp pass in target async mode
2014-03-20  Pedro AlvesHandle multiple step-overs.
2014-03-20  Pedro AlvesFix for even more missed events; eliminate thread-hop...
2014-03-20  Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-03-20  Pedro AlvesFix missing breakpoint/watchpoint hits, eliminate defer...
2014-03-18  Jan KratochvilFix SIGTERM signal safety (PR gdb/15358).
2014-03-18  Maciej W. RozyckiPower: Correct little-endian e500v2 GPR frame offsets
2014-03-18  Pedro AlvesPR gdb/13860: make "-exec-foo"'s MI output equal to...
2014-03-17  Tom Tromeyfix latent bugs in ui-out.c
2014-03-17  Pierre-Marie de... [Ada] Crash with references to GNAT packed arrays handling
2014-03-17  Tristan Gingolddarwin: handle recent version of dyld
2014-03-16  Ulrich WeigandFix Python 2.4 build break
2014-03-14  Jan KratochvilStep down from being global maintainer.
2014-03-14  Pedro AlvesRename native-only terminal related functions.
2014-03-13  Doug EvansFix pr 16612.
2014-03-13  Doug EvansFix segv when referencing a value added to history...
2014-03-13  Pedro AlvesRename Solaris's target to "target child" like most...
2014-03-13  Pedro AlvesDon't mention "Unix" in native target name.
2014-03-13  Stan ShebsDoxygenate gdbtypes.h
2014-03-12  Pedro AlvesFactor out foreground/background execution command...
2014-03-12  Omair JavaidSupport for HWbreak/watchpoint across fork/vfork on...
2014-03-12  Pedro AlvesMake 'make check TESTS="..."' work from GDB's build...
2014-03-12  Tom Tromeyfix regressions with target-async
2014-03-12  Pedro Alvesinf-child.h: Update comment.
2014-03-12  Pedro Alvesinf-child.c: Update comments.
2014-03-12  Pedro AlvesMake the nto-procfs.c target inherit inf-child.c.
2014-03-12  Pedro AlvesMake the windows-nat.c target inherit inf-child.c.
2014-03-11  Doug Evans * guile/guile.c (call_initialize_gdb_module): New...
2014-03-10  Joel BrobeckerMissing space before '(' in ada-lang.c::ada_evaluate_subexp
2014-03-10  Joel BrobeckerMinor style change in the previous commits' ChangeLog...
2014-03-10  Jerome Guitton[Ada] Full view of tagged type with ptype
2014-03-10  Hui ZhuRemove "hardware" from comments of "target_insert_break...
2014-03-08  Doug Evans* dwarf2read.c (read_str_index): Rename local dwo_name...
2014-03-08  Doug Evansread_cutu_die_from_dwo: Misc minor cleanups.
2014-03-08  Joel Brobeckertarget.h: Expands complete_target_initialization and...
2014-03-07  Pedro AlvesMake the go32-nat.c target inherit inf-child.c.
2014-03-06  Joel BrobeckerFix sol-thread.c build failure.
2014-03-06  Yao QiRemove argument optional_p from get_tracepoint_by_number
2014-03-06  Yao QiHandle parse number error in goto_bookmark_command
2014-03-06  Yao QiAdd a newline in output messages
2014-03-06  Yao QiFix PR16508
2014-03-06  Yao QiChange the default implementation of to_traceframe_info...
2014-03-05  Pedro AlvesPR gdb/16575: stale breakpoint instructions in the...
2014-03-05  Mike Frysingersim: constify prog_name
2014-03-03  Tom Tromeymove probes to be per-bfd
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-03-03  Tom Tromeycomment fixes
2014-03-02  Doug Evans* infrun.c (handle_signal_stop): Replace test for
2014-03-02  Doug Evansguile/scm-objfile.c (ofscm_mark_objfile_smob): Fix...
2014-03-02  Doug Evansguile/lib/gdb/printing.scm (append-pretty-printer!...
2014-03-01  Mark KettenisSilence ARI warning.
2014-03-01  Mark KettenisEnable rhreads support on OpenBSD/i386.
next
This page took 0.279252 seconds and 107 git commands to generate.