Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's one"
This commit is contained in:
9
lldb/test/API/python_api/debugger/main.cpp
Normal file
9
lldb/test/API/python_api/debugger/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// This simple program is to test the lldb Python API SBDebugger.
|
||||
|
||||
int func(int val) {
|
||||
return val - 1;
|
||||
}
|
||||
|
||||
int main (int argc, char const *argv[]) {
|
||||
return func(argc);
|
||||
}
|
||||
Reference in New Issue
Block a user