[Lldb-commits] [lldb] r147609 - in /lldb/trunk: ./ include/lldb/Host/ lib/ source/ source/Host/freebsd/ source/Host/linux/ source/Plugins/ source/Plugins/DynamicLoader/Linux-DYLD/ source/Plugins/Platform/FreeBSD/ source/Plugins/Platform/Linux/ source/Plugins/Process/Linux/ tools/driver/

Charles Davis cdavis at mymail.mines.edu
Thu Jan 5 13:07:57 PST 2012


On Jan 5, 2012, at 12:17 PM, Johnny Chen wrote:
> Modified:
>    lldb/trunk/Makefile
>    lldb/trunk/include/lldb/Host/Host.h
>    lldb/trunk/lib/Makefile
>    lldb/trunk/source/Host/freebsd/Host.cpp
>    lldb/trunk/source/Host/linux/Host.cpp
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/AuxVector.cpp
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/AuxVector.h
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/DYLDRendezvous.cpp
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/DYLDRendezvous.h
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/DynamicLoaderLinuxDYLD.cpp
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/DynamicLoaderLinuxDYLD.h
>    lldb/trunk/source/Plugins/DynamicLoader/Linux-DYLD/Makefile
>    lldb/trunk/source/Plugins/Makefile
>    lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
>    lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
>    lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.h
>    lldb/trunk/source/Plugins/Process/Linux/LinuxStopInfo.cpp
>    lldb/trunk/source/Plugins/Process/Linux/LinuxStopInfo.h
>    lldb/trunk/source/Plugins/Process/Linux/LinuxThread.cpp
>    lldb/trunk/source/Plugins/Process/Linux/LinuxThread.h
>    lldb/trunk/source/Plugins/Process/Linux/Makefile
>    lldb/trunk/source/Plugins/Process/Linux/ProcessLinux.cpp
>    lldb/trunk/source/Plugins/Process/Linux/ProcessLinux.h
>    lldb/trunk/source/Plugins/Process/Linux/ProcessLinuxLog.cpp
>    lldb/trunk/source/Plugins/Process/Linux/ProcessLinuxLog.h
>    lldb/trunk/source/Plugins/Process/Linux/ProcessMessage.cpp
>    lldb/trunk/source/Plugins/Process/Linux/ProcessMessage.h
>    lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.cpp
>    lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h
>    lldb/trunk/source/Plugins/Process/Linux/RegisterContextLinux.h
>    lldb/trunk/source/Plugins/Process/Linux/RegisterContextLinux_i386.cpp
>    lldb/trunk/source/Plugins/Process/Linux/RegisterContextLinux_i386.h
>    lldb/trunk/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.cpp
>    lldb/trunk/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h
>    lldb/trunk/source/lldb.cpp
>    lldb/trunk/tools/driver/Makefile
> 
> Modified: lldb/trunk/Makefile
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=147609&r1=147608&r2=147609&view=diff
> ==============================================================================
> --- lldb/trunk/Makefile (original)
> +++ lldb/trunk/Makefile Thu Jan  5 13:17:38 2012
> @@ -39,6 +39,7 @@
> CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source
> CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Utility
> CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Utility
> +CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/POSIX
Did you forget to 'svn add' something?

Chip





More information about the lldb-commits mailing list