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
/
source
/
API
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the logging messages for SBFrame::FindRegister().
Jason Molenda
2013-07-26
1
-3
/
+3
*
Add an SBFrame::FindRegister() method to make it a little
Jason Molenda
2013-07-26
1
-0
/
+58
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-21
/
+21
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
4
-144
/
+86
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-3
/
+3
*
Second attempt at getting the PyCallable changes in trunk
Enrico Granata
2013-07-09
1
-0
/
+21
*
Added missing SBModuleSpec.cpp file to the CMakeLists.txt
Greg Clayton
2013-07-08
1
-0
/
+1
*
Added a way to extract the module specifications from a file. A module specif...
Greg Clayton
2013-07-08
4
-51
/
+272
*
Revert commits that cause broken builds on GCC buildbots
Daniel Malea
2013-07-03
1
-20
/
+0
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-70
/
+51
*
Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...
Greg Clayton
2013-06-29
1
-1
/
+1
*
<rdar://problem/14266411>
Enrico Granata
2013-06-25
1
-0
/
+20
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
1
-0
/
+12
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
2
-6
/
+54
*
We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
2013-06-18
1
-0
/
+6
*
Added a SBSection::GetParent() to the API.
Greg Clayton
2013-06-13
1
-0
/
+14
*
Improvements to the data formatters SB API:
Enrico Granata
2013-06-11
1
-4
/
+4
*
Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...
Michael Sartain
2013-05-23
1
-0
/
+16
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
2
-2
/
+1
*
Change the mechanism around SBValue::GetSP() so that it always requires the t...
Jim Ingham
2013-05-15
1
-699
/
+386
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-2
/
+2
*
fix a couple of clang static analyzer warnings.
Jason Molenda
2013-05-04
1
-3
/
+1
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-4
/
+11
*
<rdar://problem/11742979>
Enrico Granata
2013-05-03
1
-0
/
+8
*
<rdar://problem/13499317>
Enrico Granata
2013-05-02
1
-1
/
+1
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+9
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-9
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+9
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-4
/
+2
*
Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...
Enrico Granata
2013-04-22
2
-152
/
+147
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
2
-6
/
+6
*
Adding new Python API function to check for stopped threads.
Andrew Kaylor
2013-04-15
1
-0
/
+10
*
Added a SetData() method to ValueObject. This
Sean Callanan
2013-04-13
1
-0
/
+59
*
The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic
Jim Ingham
2013-04-04
1
-0
/
+6
*
Avoid hang in attach-by-name test case
Daniel Malea
2013-04-01
1
-4
/
+7
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-3
/
+15
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
31
-309
/
+309
*
Modified patch from Prabhat Verma to enable loading core files through the SB...
Greg Clayton
2013-03-25
1
-0
/
+20
*
<rdar://problem/13404009>
Han Ming Ong
2013-03-25
1
-2
/
+2
*
<rdar://problem/13443931>
Greg Clayton
2013-03-19
1
-23
/
+33
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
3
-3
/
+35
*
Fixing the log line for SBValue::MightHaveChildren() to report the correct fu...
Enrico Granata
2013-02-28
1
-1
/
+1
*
the log entry for SBThread::GetProcess() would not include the pointer to the...
Enrico Granata
2013-02-28
1
-3
/
+1
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-1
/
+1
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+50
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-0
/
+12
*
Renaming SBValueList::get() to
Enrico Granata
2013-02-07
2
-3
/
+3
*
Correct logging for function calls that return SBValueList
Enrico Granata
2013-02-07
2
-3
/
+3
[next]