Skip to content

Commit

Permalink
Base test output
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Dec 27, 2024
1 parent d771043 commit 51a5eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/db/archos/linux-x64/dbg_trace
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ FILE=bins/elf/analysis/calls_x64
ARGS=-d
CMDS=<<EOF
dcu main
dbt~[6-] # dbtt here would be nice
dbt
echo ----
dbtj
echo ----
dsui call; ds
dbt~[6-] # ditto
dbt~[6-] # dbtt here would be nice
echo ----
dsuir "^(call|ret)\b"; ds
dbt~[6-]
EOF
REGEXP_FILTER_OUT=("?main[^\n"]*"?)|("?entry0[^\n"]*"?)|(loc\.[^_][^\n]*)|(----)
EXPECT=<<EOF
main loc.func_6+6
entry0+41
entry0+41
----
"main loc.func_6+6"
"entry0+41"
Expand Down

0 comments on commit 51a5eb3

Please sign in to comment.