summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix a -Wreturn-type warning on gccPavel Labath2019-12-201-0/+1
* [lldb] Fix unused variable warning in ThreadPlanStepRange.cppRaphael Isemann2019-12-171-1/+0
* Run all threads when extending a next range over a call.Jim Ingham2019-12-161-3/+19
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-28/+29
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-3/+4
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-4/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-1/+17
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-26/+21
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-151-0/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-271-10/+0
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-241-0/+10
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-201-10/+0
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-201-0/+10
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-444/+374
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-10/+0
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-1/+1
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-31/+12
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-151-2/+2
* Fix commit 252963 to work around a bug on some platforms where they don't Jim Ingham2015-11-131-3/+13
* Revert "Another little stepping optimization: if any of the source step comma...Ying Chen2015-11-131-9/+2
* Another little stepping optimization: if any of the source step commands are ...Jim Ingham2015-11-121-2/+9
* Fix compiler warning in ThreadPlanStepRangePavel Labath2015-07-161-1/+1
* Small fix to ThreadPlanStepRange::DumpRanges to loggingJason Molenda2015-07-141-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Add Hexagon packet support to ThreadPlanStepRangeTed Woodward2015-05-111-1/+2
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-3/+5
* Fetching the parent frame may fail, handle that case. Patch from Tong Shen.Jim Ingham2014-08-111-2/+7
* When stepping, handle the case where the step leaves us withJim Ingham2014-08-061-1/+9
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-2/+2
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* DWARF says line number 0 is a valid line number - used to indicate a source l...Jim Ingham2013-09-271-0/+19
* Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda2013-09-121-1/+3
* Re-enable fast stepping for arm targets. The issue being workedJason Molenda2013-08-011-5/+1
* The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham2013-07-311-0/+13
* Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...Jim Ingham2013-07-191-1/+5
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
* Add a target setting (target.use-fast-stepping) to control using the "run to ...Jim Ingham2013-03-131-0/+1
* The step by running from branch to branch pretty much works with this checkin...Jim Ingham2013-03-131-7/+61
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+4
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-2/+7
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...Jim Ingham2012-09-101-6/+20
OpenPOWER on IntegriCloud