Skip to content

Commit 4df565e

Browse files
committed
dbg: change test gdb commands to work on earlier versions of gdb
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent c86f22b commit 4df565e

File tree

1 file changed

+2
-2
lines changed
  • src/hyperlight_host/examples/guest-debugging

1 file changed

+2
-2
lines changed

src/hyperlight_host/examples/guest-debugging/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ mod tests {
107107
108108
set pagination off
109109
set logging file {out_file_path}
110-
set logging enabled on
110+
set logging on
111111
112112
break hyperlight_main
113113
commands
@@ -118,7 +118,7 @@ mod tests {
118118
119119
continue
120120
121-
set logging enabled off
121+
set logging off
122122
quit
123123
"
124124
)

0 commit comments

Comments
 (0)