llvm-project/lldb/source
Jason Molenda 87a04b2445 Add a new target setting to disable automatic loading of kext images
in a kernel debug session:

settings set target.disable-kext-loading true

<rdar://problem/12490623>

llvm-svn: 166262
2012-10-19 03:40:45 +00:00
..
API <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Breakpoint Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. 2012-10-05 19:16:31 +00:00
Commands <rdar://problem/12491420> 2012-10-18 22:40:37 +00:00
Core Improvements to the data formatters logging - plus, new log messages when our dynamic type changes 2012-10-17 22:23:56 +00:00
Expression Added support for "bool", "true", and "false" to 2012-10-17 22:09:59 +00:00
Host <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Interpreter Change the "rb" alias to "rbreak" since some people are used to typing more than "rb" and so weren't 2012-10-18 23:24:12 +00:00
Plugins Add a new target setting to disable automatic loading of kext images 2012-10-19 03:40:45 +00:00
Symbol Fixed ClangASTContext to own its TargetOptions 2012-10-17 22:11:14 +00:00
Target Add a new target setting to disable automatic loading of kext images 2012-10-19 03:40:45 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
lldb.cpp Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00