mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Fix earlier changelog errors.
This commit is contained in:
@ -127,12 +127,6 @@
|
|||||||
(cmd_qtbuffer): Ditto.
|
(cmd_qtbuffer): Ditto.
|
||||||
(cmd_bigqtbuffer): Ditto.
|
(cmd_bigqtbuffer): Ditto.
|
||||||
|
|
||||||
* gdbserver/tracepoint.c (tracepoint_finish_step): Fix
|
|
||||||
loop variable.
|
|
||||||
|
|
||||||
* gdbserver/server.c (handle_v_run): Free alloced buffer on early
|
|
||||||
return.
|
|
||||||
|
|
||||||
2011-03-10 Tom Tromey <tromey@redhat.com>
|
2011-03-10 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* tracepoint.c (trace_actions_command): Update.
|
* tracepoint.c (trace_actions_command): Update.
|
||||||
@ -480,8 +474,6 @@
|
|||||||
* symfile.c (simple_overlay_update): Check for null return value
|
* symfile.c (simple_overlay_update): Check for null return value
|
||||||
from lookup_minimal_symbol.
|
from lookup_minimal_symbol.
|
||||||
|
|
||||||
* gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.
|
|
||||||
|
|
||||||
* xml-syscall.c (syscall_start_syscall): Assert name is non null.
|
* xml-syscall.c (syscall_start_syscall): Assert name is non null.
|
||||||
|
|
||||||
2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||||
@ -583,9 +575,6 @@
|
|||||||
|
|
||||||
* mdebugread.c (parse_partial_symbols): Fix indent.
|
* mdebugread.c (parse_partial_symbols): Fix indent.
|
||||||
|
|
||||||
* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
|
|
||||||
with xmalloc.
|
|
||||||
|
|
||||||
* target-descriptions.c (tdesc_gdb_type): No need to call
|
* target-descriptions.c (tdesc_gdb_type): No need to call
|
||||||
xstrdup, callee saves a copy.
|
xstrdup, callee saves a copy.
|
||||||
|
|
||||||
|
@ -1,12 +1,18 @@
|
|||||||
2011-03-14 Michael Snyder <msnyder@vmware.com>
|
2011-03-14 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* gdbserver/hostio.c (handle_close): Remove unnecessary null test.
|
* hostio.c (handle_close): Remove unnecessary null test.
|
||||||
|
|
||||||
2011-03-10 Joel Brobecker <brobecker@adacore.com>
|
2011-03-10 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* Makefile.in (maintainer-clean realclean distclean): Remove
|
* Makefile.in (maintainer-clean realclean distclean): Remove
|
||||||
"make ... subdir_do" command.
|
"make ... subdir_do" command.
|
||||||
|
|
||||||
|
2011-03-10 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* tracepoint.c (tracepoint_finish_step): Fix loop variable.
|
||||||
|
|
||||||
|
* server.c (handle_v_run): Free alloced buffer on early return.
|
||||||
|
|
||||||
2011-03-09 Yao Qi <yao@codesourcery.com>
|
2011-03-09 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
Revert:
|
Revert:
|
||||||
@ -46,6 +52,14 @@
|
|||||||
|
|
||||||
* Makefile.in: Remove GNU make feature --directory.
|
* Makefile.in: Remove GNU make feature --directory.
|
||||||
|
|
||||||
|
2011-03-04 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* server.c (queue_stop_reply): Call xmalloc not malloc.
|
||||||
|
|
||||||
|
2011-03-02 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
|
||||||
|
|
||||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* tracepoint.c (cmd_qtv): Discard unused value 'packet'.
|
* tracepoint.c (cmd_qtv): Discard unused value 'packet'.
|
||||||
|
Reference in New Issue
Block a user