1#include <cstdint>
2int main () {
3 int32_t myvar = -1;
4 return myvar; // break here
5}
6

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of lldb/test/API/python_api/get-value-32bit-int/main.cpp