We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecc8a4 commit 9368f64Copy full SHA for 9368f64
.github/workflows/remoteBuild.yml
@@ -236,7 +236,7 @@ jobs:
236
./hello
237
clang -v
238
sudo apt-get install -y gdb
239
- gdb -batch -ex "run" -ex "bt" -ex "p \$_siginfo._sifields._sigfault.si_addr" --args ../build/adept src/hello_world/main.adept --no-type-info 2>&1
+ gdb -batch -ex "run" -ex "layout asm" -ex "layout regs" -ex "bt" -ex "p \$_siginfo._sifields._sigfault.si_addr" --args ../build/adept src/hello_world/main.adept --no-type-info 2>&1
240
- name: E2E Test (Unix) (2)
241
if: ${{ matrix.os != 'windows-latest' }}
242
working-directory: ${{github.workspace}}/e2e
0 commit comments