"README.md" did not exist on "76aca7b2e8f8a1668608a706343101b7babc8ff3"
Improving the previous checkin about target.load-script-from-symbol-file
There are two settings: target.load-script-from-symbol-file is a boolean that says load or no load (default: false) target.warn-on-script-from-symbol-file is also a boolean, it says whether you want to be warned when a script file is not loaded due to security (default: true) the auto loading on change for target.load-script-from-symbol-file is preserved llvm-svn: 182336
Showing
- lldb/include/lldb/Core/Module.h 3 additions, 1 deletionlldb/include/lldb/Core/Module.h
- lldb/include/lldb/Core/ModuleList.h 1 addition, 0 deletionslldb/include/lldb/Core/ModuleList.h
- lldb/include/lldb/Target/Target.h 6 additions, 9 deletionslldb/include/lldb/Target/Target.h
- lldb/source/Commands/CommandObjectTarget.cpp 4 additions, 1 deletionlldb/source/Commands/CommandObjectTarget.cpp
- lldb/source/Core/Debugger.cpp 8 additions, 5 deletionslldb/source/Core/Debugger.cpp
- lldb/source/Core/Module.cpp 6 additions, 5 deletionslldb/source/Core/Module.cpp
- lldb/source/Core/ModuleList.cpp 11 additions, 8 deletionslldb/source/Core/ModuleList.cpp
- lldb/source/Target/Target.cpp 22 additions, 17 deletionslldb/source/Target/Target.cpp
Loading
Please register or sign in to comment