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
/
ThreadPlanTracer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.
Jim Ingham
2019-12-20
1
-4
/
+5
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-1
/
+1
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-7
/
+12
*
[Target][NFCI] Remove commented out code
Alex Langford
2019-07-17
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
1
-1
/
+3
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-206
/
+167
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-30
/
+20
*
Made GetScratchTypeSystemForLanguage return an error if desired.
Sean Callanan
2015-10-02
1
-1
/
+1
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+1
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-6
/
+3
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+2
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+2
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-1
/
+1
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+5
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-11
/
+0
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+2
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-3
/
+3
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-2
/
+3
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-3
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Instructions generated by a disassembler can now
Sean Callanan
2012-08-01
1
-5
/
+5
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-2
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-14
/
+22
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-41
/
+46
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-4
/
+4
*
Trivial fix - insert a space between the frame name and the instruction output.
Jim Ingham
2011-06-22
1
-0
/
+1
*
Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...
Jim Ingham
2011-06-22
1
-1
/
+1
*
Replace direct uses of the Debugger's output stream with
Caroline Tice
2011-06-15
1
-3
/
+7
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-40
/
+29
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-1
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-1
/
+3
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-3
/
+2
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-2
/
+2
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
[next]