Update LLDB bmake build for r262187
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
f5e6858941
commit
5b307017f3
@ -25,7 +25,6 @@ SRCS= SBAddress.cpp \
|
||||
SBFrame.cpp \
|
||||
SBFunction.cpp \
|
||||
SBHostOS.cpp \
|
||||
SBInputReader.cpp \
|
||||
SBInstruction.cpp \
|
||||
SBInstructionList.cpp \
|
||||
SBLineEntry.cpp \
|
||||
@ -34,6 +33,8 @@ SRCS= SBAddress.cpp \
|
||||
SBModuleSpec.cpp \
|
||||
SBPlatform.cpp \
|
||||
SBProcess.cpp \
|
||||
SBQueue.cpp \
|
||||
SBQueueItem.cpp \
|
||||
SBSection.cpp \
|
||||
SBSourceManager.cpp \
|
||||
SBStream.cpp \
|
||||
|
@ -14,6 +14,7 @@ SRCS= CommandCompletions.cpp \
|
||||
CommandObjectDisassemble.cpp \
|
||||
CommandObjectExpression.cpp \
|
||||
CommandObjectFrame.cpp \
|
||||
CommandObjectGUI.cpp \
|
||||
CommandObjectHelp.cpp \
|
||||
CommandObjectLog.cpp \
|
||||
CommandObjectMemory.cpp \
|
||||
|
@ -32,9 +32,7 @@ SRCS= Address.cpp \
|
||||
FileLineResolver.cpp \
|
||||
FileSpecList.cpp \
|
||||
History.cpp \
|
||||
InputReader.cpp \
|
||||
InputReaderEZ.cpp \
|
||||
InputReaderStack.cpp \
|
||||
IOHandler.cpp \
|
||||
Language.cpp \
|
||||
Listener.cpp \
|
||||
Log.cpp \
|
||||
|
@ -7,6 +7,7 @@ LIB= lldbHostCommon
|
||||
SRCDIR= tools/lldb/source/Host/common
|
||||
SRCS= Condition.cpp \
|
||||
DynamicLibrary.cpp \
|
||||
Editline.cpp \
|
||||
File.cpp \
|
||||
FileSpec.cpp \
|
||||
Host.cpp \
|
||||
|
@ -17,7 +17,11 @@ SRCS= ABI.cpp \
|
||||
PathMappingList.cpp \
|
||||
Platform.cpp \
|
||||
Process.cpp \
|
||||
Queue.cpp \
|
||||
QueueItem.cpp \
|
||||
QueueList.cpp \
|
||||
RegisterContext.cpp \
|
||||
SectionLoadHistory.cpp \
|
||||
SectionLoadList.cpp \
|
||||
StackFrame.cpp \
|
||||
StackFrameList.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user