Created
October 2, 2020 20:37
-
-
Save gabrielschulhof/15fbe4c0e8dc9030dc5eec437bda0461 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set pagination off | |
set breakpoint pending on | |
set style enabled off | |
set environment NODE_ENV=production | |
define domaps | |
shell echo "*** Start Event ***" | |
bt 10 | |
python gdb.execute('finish'); | |
shell echo "*** End Event *****" | |
continue | |
end | |
start ./current/index | |
break mmap | |
commands | |
domaps | |
end | |
continue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment