This website requires JavaScript.
Explore
Help
Sign In
Doomhowl-Interactive
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
9b832fe40d24be8e58fe8cfc7199038085534870
llvm-project
/
lldb
/
scripts
/
Python
/
interface
History
Filipe Cabecinhas
c30199917a
A baton isn't needed to dispatch input.
...
I also added a typemap to make DispatchInput usable in Python. llvm-svn: 162204
2012-08-20 16:21:04 +00:00
..
SBAddress.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBBlock.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBBreakpoint.i
…
SBBreakpointLocation.i
Add GetID to the .i file.
2012-05-16 17:15:08 +00:00
SBBroadcaster.i
…
SBCommandInterpreter.i
…
SBCommandReturnObject.i
Make a way to set the result status for Python defined commands, and don't overwrite the status of the result if
2012-06-27 17:25:36 +00:00
SBCommunication.i
…
SBCompileUnit.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBData.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBDebugger.i
A baton isn't needed to dispatch input.
2012-08-20 16:21:04 +00:00
SBError.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBEvent.i
…
SBFileSpec.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBFileSpecList.i
…
SBFrame.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBFunction.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBHostOS.i
…
SBInputReader.i
…
SBInstruction.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBInstructionList.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBLineEntry.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBListener.i
…
SBModule.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBProcess.i
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop.
2012-07-27 23:57:19 +00:00
SBSection.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBSourceManager.i
…
SBStream.i
…
SBStringList.i
…
SBSymbol.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBSymbolContext.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBSymbolContextList.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBTarget.i
Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb.
2012-07-20 21:37:13 +00:00
SBThread.i
Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused.
2012-07-13 20:18:18 +00:00
SBType.i
<rdar://problem/11275622>
2012-07-31 23:39:10 +00:00
SBTypeCategory.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBTypeFilter.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBTypeFormat.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBTypeNameSpecifier.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBTypeSummary.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBTypeSynthetic.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBValue.i
Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output.
2012-06-29 22:00:42 +00:00
SBValueList.i
Make every Python API __len__() method return a PyIntObject.
2012-05-11 20:39:42 +00:00
SBWatchpoint.i
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
2012-06-08 21:56:10 +00:00