llvm-project/lldb/source
Jason Molenda 65d57a3d2a Don't re-add kexts and the kernel each time we get a notification
that kexts were newly added.

The Darwin userland dynamic loader provides lldb with a list of 
newly-added or newly-removed binaries but in the kernel case we
only know that something has changed.  DynamicLoaderDarwinKernel
really needs to maintain its own persistent list of kexts that 
it has been notified about (most importantly, it will not detect
kext unlods) but for now we'll at least avoid re-adding an already
present kext.

<rdar://problem/12658487>, <rdar://problem/12658487> 

llvm-svn: 169082
2012-12-01 06:13:29 +00:00
..
API Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. 2012-11-30 20:23:19 +00:00
Breakpoint Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
Commands Added new options to "target create" and "target modules add". 2012-11-30 19:05:35 +00:00
Core Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. 2012-11-30 20:23:19 +00:00
Expression Added support for PtrToInt to the IR 2012-12-01 00:09:34 +00:00
Host Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. 2012-11-30 20:23:19 +00:00
Interpreter <rdar://problem/12676084> Dump the traceback when a Python error occurs in "command script import" and the exception is not an ImportError 2012-11-30 20:15:16 +00:00
Plugins Don't re-add kexts and the kernel each time we get a notification 2012-12-01 06:13:29 +00:00
Symbol Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
Target <rdar://problem/12687087> 2012-11-29 22:16:27 +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