summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ExecutionContext.cpp
AgeCommit message (Expand)Author
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere
2025-08-11[lldb][NFC] Address follow up comments in ExecutionContext (#153110)Felipe de Azevedo Piovezan
2025-08-11[lldb] Guard SBFrame/SBThread methods against running processes (#152020)Felipe de Azevedo Piovezan
2025-08-04[lldb][nfc] Use delegating ctor for ExecutionContext (#151987)Felipe de Azevedo Piovezan
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-07[ExecutionContext] Return the target/process byte order.Jonas Devlieghere
2019-03-05Remove tautological #ifdefs (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-02-25Add missing "return" statements.Hafiz Abid Qadeer
2015-02-12Make a more complete fix for always supplying an execution context when getti...Greg Clayton
2015-01-19Fix a race condition where you could set the selected thread & target in theJim Ingham
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-08<rdar://problem/14028923>Enrico Granata
2013-05-24<rdar://problem/13643315> Greg Clayton
2013-03-15<rdar://problem/13194155>Greg Clayton
2013-03-15<rdar://problem/13194155>Enrico Granata
2012-08-22Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham
2012-07-30Don't set the thread when adopting selected execution context entries, and us...Greg Clayton
2012-07-26Don't have ExecutionContextRef::SetTargetPtr fill in the frameJason Molenda
2012-04-05Added a new Host class: ReadWriteLockGreg Clayton
2012-04-04<rdar://problem/11184458>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-02-17This checking is part one of trying to add some threading safety to ourGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner