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
d59474a6cb86d00a4802f29d455aaec199d7bfbc
clang-p2996
/
lldb
/
scripts
/
Python
/
interface
History
Jason Molenda
4104b908cc
Fix mispelled 'ling' Python property to be 'line' in
...
SBLineEntry and SBDeclaration. Patch from Chris Willmore. <rdar://problem/19054323> llvm-svn: 222592
2014-11-22 00:00:17 +00:00
..
SBAddress.i
…
SBBlock.i
…
SBBreakpoint.i
…
SBBreakpointLocation.i
…
SBBroadcaster.i
…
SBCommandInterpreter.i
…
SBCommandReturnObject.i
…
SBCommunication.i
…
SBCompileUnit.i
Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in
2014-11-17 23:06:20 +00:00
SBData.i
…
SBDebugger.i
…
SBDeclaration.i
Fix mispelled 'ling' Python property to be 'line' in
2014-11-22 00:00:17 +00:00
SBError.i
…
SBEvent.i
…
SBExecutionContext.i
…
SBExpressionOptions.i
…
SBFileSpec.i
…
SBFileSpecList.i
…
SBFrame.i
…
SBFunction.i
Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in
2014-11-17 23:06:20 +00:00
SBHostOS.i
…
SBInstruction.i
…
SBInstructionList.i
…
SBLineEntry.i
Fix mispelled 'ling' Python property to be 'line' in
2014-11-22 00:00:17 +00:00
SBListener.i
…
SBModule.i
…
SBModuleSpec.i
…
SBPlatform.i
…
SBProcess.i
…
SBQueue.i
…
SBQueueItem.i
…
SBSection.i
…
SBSourceManager.i
…
SBStream.i
…
SBStringList.i
…
SBSymbol.i
…
SBSymbolContext.i
…
SBSymbolContextList.i
…
SBTarget.i
Add documentation for the SBTarget::ReadInstructions and
2014-11-18 05:43:11 +00:00
SBThread.i
…
SBThreadCollection.i
…
SBThreadPlan.i
…
SBType.i
Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://12675166
2014-10-28 21:44:06 +00:00
SBTypeCategory.i
…
SBTypeEnumMember.i
…
SBTypeFilter.i
…
SBTypeFormat.i
…
SBTypeNameSpecifier.i
…
SBTypeSummary.i
Introduce the notion of "type summary options" as flags that can be passed down to individual summary formatters to alter their behavior in a formatter-dependent way
2014-11-06 21:23:20 +00:00
SBTypeSynthetic.i
…
SBUnixSignals.i
…
SBValue.i
Shuffle APIs around a little bit, so that if you pass custom summary options, we don't end up caching the summary hence obtained. You may want to obtain an uncapped summary, but this should not be reflected in the summary we cache. The drawback is that we don't cache as aggressively as we could, but at least you get to have different summaries with different options without having to reset formatters or the SBValue at each step
2014-11-18 23:36:25 +00:00
SBValueList.i
Per off-list feedback, this API returns the *first* value with a given name, not the *only* one. Rename it to reflect that
2014-11-21 22:23:08 +00:00
SBWatchpoint.i
…