gdb/
authorYao Qi <yao@codesourcery.com>
Wed, 16 Jan 2013 14:44:03 +0000 (14:44 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 16 Jan 2013 14:44:03 +0000 (14:44 +0000)
* infcmd.c (step_once): Don't check '!single_inst' as it was
checked before.

gdb/ChangeLog
gdb/infcmd.c

index 7fd2794e23efeef5636f5774185d6a1ecb5ab16a..e7fc5c8a09bd5005b1e55379081445b16861ced7 100644 (file)
@@ -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.
index 085903dcb014fea7645b845059514e5f9795c3a0..fb34ae41310fd9d6f018ad43df5e7484e1f8eeb3 100644 (file)
@@ -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;
This page took 0.026762 seconds and 4 git commands to generate.