aboutsummaryrefslogtreecommitdiff
path: root/gdb_cmd
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2016-07-16 18:07:24 +0200
committerAlex Auvolat <alex@adnab.me>2016-07-16 18:07:24 +0200
commitbb2dd23f315bafa7b0b64845c2fe25d7a0893b10 (patch)
tree51657cd1ad8b6f1d5941604e75c251a246809034 /gdb_cmd
parent3d6a857b9186ef6304ea6cf04627c2b787169f29 (diff)
downloadkogata-bb2dd23f315bafa7b0b64845c2fe25d7a0893b10.tar.gz
kogata-bb2dd23f315bafa7b0b64845c2fe25d7a0893b10.zip
Got Lua running \o/
Diffstat (limited to 'gdb_cmd')
-rw-r--r--gdb_cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb_cmd b/gdb_cmd
index 994e6c0..1db6ff3 100644
--- a/gdb_cmd
+++ b/gdb_cmd
@@ -1,3 +1,5 @@
target remote localhost:1234
symbol-file build/kernel.bin
break core/sys.c:panic_do
+break user/process.c:764
+break user/process.c:773