This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b57e4a1bc6054a5495d6671f108914108852105b
clang-p2996
/
lldb
/
scripts
/
Python
/
interface
History
Jason Molenda
5e873dbc40
Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.
...
llvm-svn: 193136
2013-10-22 01:37:18 +00:00
..
SBAddress.i
…
SBBlock.i
…
SBBreakpoint.i
…
SBBreakpointLocation.i
…
SBBroadcaster.i
…
SBCommandInterpreter.i
…
SBCommandReturnObject.i
Second attempt at getting the PyCallable changes in trunk
2013-07-09 20:14:26 +00:00
SBCommunication.i
…
SBCompileUnit.i
…
SBData.i
…
SBDebugger.i
…
SBDeclaration.i
…
SBError.i
…
SBEvent.i
…
SBExpressionOptions.i
…
SBFileSpec.i
…
SBFileSpecList.i
…
SBFrame.i
Add an SBFrame::FindRegister() method to make it a little
2013-07-26 02:08:48 +00:00
SBFunction.i
…
SBHostOS.i
…
SBInputReader.i
…
SBInstruction.i
…
SBInstructionList.i
…
SBLineEntry.i
…
SBListener.i
…
SBModule.i
Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files).
2013-07-08 22:22:41 +00:00
SBModuleSpec.i
Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files).
2013-07-08 22:22:41 +00:00
SBProcess.i
Don't recommend using bytearray(buf, 'ascii') for binary data read with
2013-08-24 00:16:19 +00:00
SBSection.i
…
SBSourceManager.i
…
SBStream.i
…
SBStringList.i
…
SBSymbol.i
…
SBSymbolContext.i
…
SBSymbolContextList.i
…
SBTarget.i
<rdar://problem/14028923>
2013-10-08 21:49:02 +00:00
SBThread.i
Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.
2013-10-22 01:37:18 +00:00
SBType.i
…
SBTypeCategory.i
…
SBTypeFilter.i
…
SBTypeFormat.i
…
SBTypeNameSpecifier.i
…
SBTypeSummary.i
…
SBTypeSynthetic.i
…
SBValue.i
…
SBValueList.i
…
SBWatchpoint.i
…