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
/
ThreadPlanStepRange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Fix a -Wreturn-type warning on gcc
Pavel Labath
2019-12-20
1
-0
/
+1
*
[lldb] Fix unused variable warning in ThreadPlanStepRange.cpp
Raphael Isemann
2019-12-17
1
-1
/
+0
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
1
-3
/
+19
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-28
/
+29
*
Improve step over performance by not stopping at branches that are function c...
Greg Clayton
2019-05-09
1
-3
/
+4
*
Include inlined functions when figuring out a contiguous address range
Greg Clayton
2019-05-06
1
-4
/
+8
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-1
/
+17
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-26
/
+21
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-02-15
1
-0
/
+10
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...
Boris Ulasevich
2017-01-27
1
-10
/
+0
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-01-24
1
-0
/
+10
*
Rollback my commit r290168 to fix linux tests failure. I'll be back!
Boris Ulasevich
2016-12-20
1
-10
/
+0
*
Bug 30863 - Step doesn't stop with coditional breakpoint on the next line
Boris Ulasevich
2016-12-20
1
-0
/
+10
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-444
/
+374
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-10
/
+0
*
Keep original source path and mapped path in LineEntry
Ted Woodward
2016-05-11
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-31
/
+12
*
When constructing an address range to "step" or "next" through,
Jason Molenda
2015-12-15
1
-2
/
+2
*
Fix commit 252963 to work around a bug on some platforms where they don't
Jim Ingham
2015-11-13
1
-3
/
+13
*
Revert "Another little stepping optimization: if any of the source step comma...
Ying Chen
2015-11-13
1
-9
/
+2
*
Another little stepping optimization: if any of the source step commands are ...
Jim Ingham
2015-11-12
1
-2
/
+9
*
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
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Add Hexagon packet support to ThreadPlanStepRange
Ted Woodward
2015-05-11
1
-1
/
+2
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-2
/
+0
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-3
/
+5
*
Fetching the parent frame may fail, handle that case. Patch from Tong Shen.
Jim Ingham
2014-08-11
1
-2
/
+7
*
When stepping, handle the case where the step leaves us with
Jim Ingham
2014-08-06
1
-1
/
+9
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-2
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
DWARF says line number 0 is a valid line number - used to indicate a source l...
Jim Ingham
2013-09-27
1
-0
/
+19
*
Disassembler::DisassembleRange() currently calls Target::ReadMemory
Jason Molenda
2013-09-12
1
-1
/
+3
*
Re-enable fast stepping for arm targets. The issue being worked
Jason Molenda
2013-08-01
1
-5
/
+1
*
The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...
Jim Ingham
2013-07-31
1
-0
/
+13
*
Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...
Jim Ingham
2013-07-19
1
-1
/
+5
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+7
*
Add a target setting (target.use-fast-stepping) to control using the "run to ...
Jim Ingham
2013-03-13
1
-0
/
+1
*
The step by running from branch to branch pretty much works with this checkin...
Jim Ingham
2013-03-13
1
-7
/
+61
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+4
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-2
/
+7
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...
Jim Ingham
2012-09-10
1
-6
/
+20
[next]