diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5c35d36..85d70f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com> + + * infcall.c (call_function_by_hand): Move BP_ADDR comment to + AT_ENTRY_POINT. + (call_function_by_hand) <ON_STACK>: Call write_memory with + gdbarch_breakpoint_from_pc, if possible. + (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved + here. + 2012-07-31 Yao Qi <yao@codesourcery.com> * tracepoint.c: Add 'static' for some variables. |