[all-commits] [llvm/llvm-project] 251e61: [Dexter] Ignore step information in __libc_start_c...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Wed Oct 12 04:22:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 251e61401925dc72ad05b889636eaea18b016940
      https://github.com/llvm/llvm-project/commit/251e61401925dc72ad05b889636eaea18b016940
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py

  Log Message:
  -----------
  [Dexter] Ignore step information in __libc_start_call_main

The test dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
was failing on a machine because __libc_start_call_main was not identified as a
"frame below main" (a frame we don't want to gather information from), causing
dexter to count one more step than expected in the test.

Add __libc_start_call_main to the list of "frames below main". There may
be a more robust way of doing this but this is a pragmatic solution we can
use for now.




More information about the All-commits mailing list