index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adds tests for breakpoint names, and a FindBreakpointsByName.
Jim Ingham
2016-09-21
1
-0
/
+3
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
2
-0
/
+8
*
First tests for serializing breakpoints.
Jim Ingham
2016-09-16
1
-0
/
+6
*
Add SB API's for writing breakpoints to & creating the from a file.
Jim Ingham
2016-09-14
2
-0
/
+35
*
LLDB: API for iPermission of object file's sections
Abhishek Aggarwal
2016-09-08
1
-0
/
+3
*
Add SBType::GetArrayType() such that - given a type - one can make an array (...
Enrico Granata
2016-08-30
1
-0
/
+3
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
3
-2
/
+51
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
3
-51
/
+2
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
3
-2
/
+51
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
2
-0
/
+6
*
Add an API to unwind from a hand-called expression.
Jim Ingham
2016-07-08
1
-0
/
+8
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-0
/
+3
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
1
-0
/
+23
*
Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the rig...
Greg Clayton
2016-07-05
1
-3
/
+3
*
fixits are apparently called fix-its.
Jim Ingham
2016-06-28
1
-2
/
+2
*
Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...
Greg Clayton
2016-06-24
3
-0
/
+99
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
1
-0
/
+6
*
Add missing swig wrappers for r264662
Pavel Labath
2016-03-29
1
-0
/
+5
*
Fix FILE * leak in Python API
Stephane Sezer
2016-03-25
1
-5
/
+11
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+9
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
1
-0
/
+9
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-2
/
+46
*
This patch stops lldb from loading a .lldbinit file from the current
Jason Molenda
2016-02-19
2
-1
/
+7
*
Adding an SBThread::StepInto that takes an end-line, also moved the code that...
Jim Ingham
2016-02-13
1
-0
/
+11
*
Add a note on how to create an empty target and use it to attach to
Jim Ingham
2016-02-01
1
-0
/
+10
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
1
-0
/
+3
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
1
-1
/
+1
*
Add API to support retrieving the formatters category for a specific language
Enrico Granata
2015-12-18
1
-0
/
+3
*
Make it clear how you would get the pointee out of an SBValue with
Jim Ingham
2015-12-04
1
-0
/
+5
*
Add documentation for SBTarget::CreateValueFromAddress.
Jim Ingham
2015-12-04
1
-0
/
+18
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
1
-0
/
+3
*
Revert "FOO"
Adrian McCarthy
2015-11-20
1
-3
/
+0
*
FOO
Adrian McCarthy
2015-11-20
1
-0
/
+3
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
1
-0
/
+3
*
Python 3 - Use six in our embedded Python glue code.
Zachary Turner
2015-11-11
1
-1
/
+1
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
2
-0
/
+9
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
1
-0
/
+3
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
1
-0
/
+21
*
Add calls to the SB API to access the multi-language formatter category feature
Enrico Granata
2015-10-27
1
-0
/
+9
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-1
/
+16
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-0
/
+3
*
Make some more of the LLDB/SWIG/Python glue Python 3 aware.
Zachary Turner
2015-10-16
12
-48
/
+48
*
Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy
2015-10-13
1
-0
/
+2
*
Add a doc string for ReturnFromFrame.
Jim Ingham
2015-10-12
1
-0
/
+7
*
SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...
Greg Clayton
2015-10-05
1
-0
/
+5
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-0
/
+10
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-0
/
+3
*
Add a version of SBTarget::EvaluateExpression that doesn't require
Jim Ingham
2015-07-07
1
-0
/
+4
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
3
-0
/
+9
*
Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.
Oleksiy Vyalov
2015-06-25
1
-1
/
+7
[prev]
[next]