lldb: debug info test, lldb plugin, readme
This commit is contained in:
6
_lldb/runlldb.sh
Executable file
6
_lldb/runlldb.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
go run ./cmd/llgo build -o ./cl/_testdata/debug/out -dbg ./cl/_testdata/debug/
|
||||
lldb -O "command script import _lldb/llgo_plugin.py" ./cl/_testdata/debug/out
|
||||
Reference in New Issue
Block a user