summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
AgeCommit message (Expand)Author
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2022-11-16Make CompilerType safeAdrian Prantl
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-09-13[Target] Move InferiorCall to ProcessAlex Langford
2019-09-11[Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-05Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-08-16Make i386-*-freebsd expression work on JIT pathEd Maste
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham
2016-01-08Prevent infinite recursive loop in AppleObjCTrampolineHandler constructorStephane Sezer
2015-10-12Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-06-30[LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad
2015-05-09Convert mmap options for target in InferiorCallMmap.Robert Flack
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-01-10Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham
2013-11-08Changed the ABIs and ClangFunction to take aSean Callanan
2013-11-07This patch does a couple of things. Jim Ingham
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-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-07-11Huge change to clean up types.Greg Clayton
2013-02-27Add GNU indirect function support in expressions for Linux.Matt Kopec
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-05-11Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham
2012-02-10Extended function lookup to allow the user toSean Callanan
2011-12-22Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham
2011-08-25Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen
2011-06-20Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham
2011-06-14Add license header to InferiorCallPOSIX.cppPeter Collingbourne
2011-06-03Move inferior mmap/munmap call code into their own functions in utility libPeter Collingbourne