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
/
StackFrameList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
1
-10
/
+15
*
[StackFrameList][DFS] Turn a few raw pointers into references, NFC
Vedant Kumar
2019-09-30
1
-8
/
+8
*
[Function] Factor out GetCallEdgeForReturnAddress, NFC
Vedant Kumar
2019-09-10
1
-11
/
+4
*
Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet
2019-08-02
1
-13
/
+21
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-5
/
+8
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-12
/
+12
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-9
/
+11
*
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
-4
/
+0
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-10
/
+185
*
[StackFrame] Add more clarifying comments to StackFrameList (NFC)
Vedant Kumar
2018-08-07
1
-3
/
+3
*
[StackFrame] Add doxygen comments to the StackFrameList API (NFC)
Vedant Kumar
2018-08-01
1
-19
/
+1
*
[StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)
Vedant Kumar
2018-08-01
1
-116
/
+108
*
[StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)
Vedant Kumar
2018-08-01
1
-163
/
+166
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-74
/
+60
*
Introduce new command: thread backtrace unique
Pavel Labath
2017-06-12
1
-1
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-806
/
+716
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-28
/
+27
*
Keep original source path and mapped path in LineEntry
Ted Woodward
2016-05-11
1
-14
/
+15
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...
Eugene Zelenko
2016-02-18
1
-42
/
+34
*
Add a missing Mutex Locker in ResetCurrentInlinedDepth
Keno Fischer
2015-10-16
1
-0
/
+2
*
Minor indentation fix in StackFrameList.cpp.
Stephane Sezer
2015-10-15
1
-3
/
+3
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+2
*
Use eAddressClassCode for address lookup for opcodes for stack frames
Tamas Berghammer
2015-09-07
1
-2
/
+2
*
Fix address adjusment in stack frame inline block lookup
Tamas Berghammer
2015-06-01
1
-1
/
+15
*
Add null RegisterContext assertions
Ed Maste
2015-02-23
1
-0
/
+1
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-6
/
+9
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Patch from Todd Fiala: lldb will seg fault if for some reason there is no unw...
Greg Clayton
2013-11-22
1
-8
/
+11
*
Add new ivars to StackFrame so it can represent a stack collected
Jason Molenda
2013-11-04
1
-2
/
+8
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-27
/
+26
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-26
/
+27
*
Mark the selected frame of the selected thread in backtraces.
Jim Ingham
2013-10-18
1
-2
/
+22
*
<rdar://problem/13643315>
Greg Clayton
2013-05-24
1
-7
/
+30
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13491977>
Greg Clayton
2013-04-12
1
-19
/
+22
*
Be sure to take the mutex when the destructor is called in case other threads...
Greg Clayton
2013-03-28
1
-0
/
+3
*
Protect against the case where the current inlined depth is wrong, and leads ...
Jim Ingham
2013-03-28
1
-30
/
+51
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
<rdar://problem/13194155>
Enrico Granata
2013-03-15
1
-0
/
+4
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-2
/
+0
[next]