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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik
2015-09-04
1
-0
/
+9
*
Fix logging message
Pavel Labath
2015-09-03
1
-1
/
+1
*
Fix rare failure in TestProcessIO
Pavel Labath
2015-09-03
1
-6
/
+5
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
1
-1
/
+1
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
2
-646
/
+0
*
Add a Language::ForAllLanguages helper function
Enrico Granata
2015-09-02
1
-0
/
+10
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
2
-140
/
+141
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
2
-50
/
+50
*
Add support for language plugins to provide data formatters (second attempt)
Enrico Granata
2015-09-01
1
-0
/
+6
*
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Chaoren Lin
2015-09-01
1
-1
/
+1
*
Revert "Add support for language plugins to provide data formatters"
Pavel Labath
2015-09-01
1
-6
/
+0
*
Add support for language plugins to provide data formatters
Enrico Granata
2015-09-01
1
-0
/
+6
*
Include <mutex>
Enrico Granata
2015-08-27
1
-0
/
+1
*
Added a missing file to the CMakeLists
Enrico Granata
2015-08-27
1
-0
/
+1
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
1
-0
/
+101
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
1
-0
/
+6
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-2
/
+2
*
[MIPS] Avoid breakpoint in delay slot
Bhushan D. Attarde
2015-08-26
1
-0
/
+170
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
5
-14
/
+14
*
Fix resolution conflict between global and class static variables in C++
Paul Herman
2015-08-18
1
-1
/
+1
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-1
/
+1
*
I was assuming that when a bit of inlined code was followed by code from the ...
Jim Ingham
2015-08-14
1
-4
/
+8
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-4
/
+21
*
Download symbol file for .oat files on android
Tamas Berghammer
2015-08-12
1
-2
/
+12
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
7
-14
/
+14
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Feedback from Jim: Change the "optimized code" warning to be entirely
Jason Molenda
2015-08-10
2
-8
/
+16
*
Change the warning message about optimization to be printed once
Jason Molenda
2015-08-06
1
-4
/
+5
*
Second part of indicating when the user is stopped in optimized code.
Jason Molenda
2015-08-06
2
-1
/
+83
*
Fix help message for target.language setting.
Dawn Perchik
2015-07-30
1
-1
/
+1
*
Add a function to make a mutex-protected copy of a breakpoint site's
Jim Ingham
2015-07-29
1
-7
/
+6
*
Add some initial logging for when lldb is searching for binaries,
Jason Molenda
2015-07-25
1
-0
/
+5
*
Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
2015-07-24
2
-11
/
+8
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Most thread plans don't handle eStopReasonInstrumentation stop reasons,
Jim Ingham
2015-07-23
5
-139
/
+133
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-0
/
+1
*
Fix warnings found by -Wextra-semi
Pavel Labath
2015-07-22
1
-4
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
2
-1
/
+66
*
More packet performance improvements.
Greg Clayton
2015-07-17
2
-1
/
+15
*
Fix compiler warning in ThreadPlanStepRange
Pavel Labath
2015-07-16
1
-1
/
+1
*
Small fix to ThreadPlanStepRange::DumpRanges to logging
Jason Molenda
2015-07-14
1
-1
/
+1
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
4
-12
/
+140
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
4
-18
/
+88
*
Don't try to make a pseudo terminal if we are launching in a separate termina...
Greg Clayton
2015-07-10
1
-0
/
+7
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-21
/
+0
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-0
/
+21
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-21
/
+0
[next]