hanchenye-llvm-project/lldb/source/API
Zachary Turner 12792af026 Create a ConnectionGenericFile class for Windows.
This is the first step in getting ConnectionFileDescriptor ported
to Windows. It implements a connection against a disk file for
windows. This supports connection strings of the form file://PATH
which are currently supported only on posix platforms in
ConnectionFileDescriptor.

Reviewed by: Greg Clayton
Differential Revision: http://reviews.llvm.org/D5608

llvm-svn: 219145
2014-10-06 21:23:09 +00:00
..
CMakeLists.txt [cmake] Include the new file in the CMake lists. Without this every 2014-10-01 21:33:28 +00:00
Makefile
SBAddress.cpp
SBBlock.cpp
SBBreakpoint.cpp If a breakpoint gets deleted, any SBBreakpoints representing that 2014-07-02 18:44:43 +00:00
SBBreakpointLocation.cpp
SBBroadcaster.cpp
SBCommandInterpreter.cpp Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00
SBCommandReturnObject.cpp
SBCommunication.cpp Create a ConnectionGenericFile class for Windows. 2014-10-06 21:23:09 +00:00
SBCompileUnit.cpp
SBData.cpp Included <inttypes.h> in a few headers that were 2014-04-19 03:09:28 +00:00
SBDebugger.cpp Revert r219102 as it caused significant buildbot breakage 2014-10-06 13:40:32 +00:00
SBDeclaration.cpp
SBError.cpp
SBEvent.cpp This checkin is the first step in making the lldb thread stepping mechanism more accessible from 2014-09-29 23:17:18 +00:00
SBExecutionContext.cpp Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00
SBExpressionOptions.cpp Add an option to suppress the persistent result variable when running EvaluateExpression 2014-08-08 21:45:36 +00:00
SBFileSpec.cpp Optimizations for FileSpec. 2014-08-07 17:33:36 +00:00
SBFileSpecList.cpp
SBFrame.cpp Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
SBFunction.cpp
SBHostOS.cpp Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00
SBInstruction.cpp
SBInstructionList.cpp
SBLineEntry.cpp
SBListener.cpp
SBModule.cpp Buffer not null terminated CID 1094354 2014-08-19 12:13:14 +00:00
SBModuleSpec.cpp
SBPlatform.cpp Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
SBProcess.cpp Implement ASan history threads in SB API 2014-09-06 01:33:13 +00:00
SBQueue.cpp Add a new SBThread::GetQueue() method to get the queue that is 2014-04-25 00:01:15 +00:00
SBQueueItem.cpp
SBSection.cpp
SBSourceManager.cpp
SBStream.cpp (no commit message) 2014-07-30 17:38:47 +00:00
SBStringList.cpp
SBSymbol.cpp
SBSymbolContext.cpp
SBSymbolContextList.cpp
SBTarget.cpp Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunctions that lets you search by name, by regular expression and by starts with. 2014-09-19 19:38:19 +00:00
SBThread.cpp This checkin is the first step in making the lldb thread stepping mechanism more accessible from 2014-09-29 23:17:18 +00:00
SBThreadCollection.cpp Expose ThreadCollection in SB API 2014-09-06 01:21:19 +00:00
SBThreadPlan.cpp This checkin is the first step in making the lldb thread stepping mechanism more accessible from 2014-09-29 23:17:18 +00:00
SBType.cpp Fix a problem where LLDB was constructing a TypeImpl marking the dynamic type as the static type. Instead use the TypeImpl() constructor correctly 2014-10-06 21:00:30 +00:00
SBTypeCategory.cpp
SBTypeEnumMember.cpp Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
SBTypeFilter.cpp
SBTypeFormat.cpp
SBTypeNameSpecifier.cpp
SBTypeSummary.cpp
SBTypeSynthetic.cpp
SBUnixSignals.cpp Add API control of the signal disposition. 2014-06-23 19:30:49 +00:00
SBValue.cpp Expose the ability to retrieve the result of a type validator via the SB API. To keep it simple, do not expose the pair, but just return a NULL string for success, and a non-NULL string for error; If we were to decide to expose the pair, we would need an SBTypeValidatorResult, which is fine, but it should come as part of exposing type validators through the SB API rather than as a one-off thing. So, KISS for now 2014-09-06 01:30:04 +00:00
SBValueList.cpp
SBWatchpoint.cpp