mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-25 10:54:26 +00:00
gdb/
* infcmd.c (step_once): Don't check '!single_inst' as it was checked before.
This commit is contained in:
parent
04e65a62c6
commit
3f01d0d042
@ -1,3 +1,8 @@
|
||||
2013-01-16 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* infcmd.c (step_once): Don't check '!single_inst' as it was
|
||||
checked before.
|
||||
|
||||
2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* dwarf2read.c (psymtab_include_file_name): Extend the function comment.
|
||||
|
@ -1032,7 +1032,7 @@ step_once (int skip_subroutines, int single_inst, int count, int thread)
|
||||
CORE_ADDR pc;
|
||||
|
||||
/* Step at an inlined function behaves like "down". */
|
||||
if (!skip_subroutines && !single_inst
|
||||
if (!skip_subroutines
|
||||
&& inline_skipped_frames (inferior_ptid))
|
||||
{
|
||||
ptid_t resume_ptid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user