mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* infcmd.c (step_once): Remove dead code.
This commit is contained in:
parent
1403b9e2c0
commit
e71c9293b3
@ -1,3 +1,7 @@
|
||||
2008-12-05 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* infcmd.c (step_once): Remove dead code.
|
||||
|
||||
2008-12-04 Doug Evans <dje@google.com>
|
||||
|
||||
* infcall.c (call_function_by_hand): Clean up use of local dummy_addr.
|
||||
|
@ -928,8 +928,6 @@ step_once (int skip_subroutines, int single_inst, int count, int thread)
|
||||
clear_proceed_status ();
|
||||
|
||||
frame = get_current_frame ();
|
||||
if (!frame) /* Avoid coredump here. Why tho? */
|
||||
error (_("No current frame"));
|
||||
tp->step_frame_id = get_frame_id (frame);
|
||||
|
||||
if (!single_inst)
|
||||
|
Loading…
Reference in New Issue
Block a user