Skip to content

Commit

Permalink
Fix "missing main stack frame fix (#3806)" test (#3857)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Sep 14, 2023
1 parent ac2dd1b commit 7a50bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db/archos/linux-x64/dbg_trace
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo ----
ds 2 # Should be dsui call; ds
dbt~[6-] # dbtt here would be nice
EOF
REGEXP_FILTER_OUT=(loc\.\S+.|main\S*.|entry0\+\d+\s+|-+.)
REGEXP_FILTER_OUT=(loc\.[^_]\S*.|main\S*.|entry0\+\d+\s+|-+.)
EXPECT=<<EOF
main loc.func_6+6
entry0+41
Expand Down

0 comments on commit 7a50bd7

Please sign in to comment.