summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-6/+6
* [Target] Move InferiorCall to ProcessAlex Langford2019-09-131-61/+0
* [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford2019-09-111-11/+21
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-7/+5
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-202/+184
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-37/+20
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-3/+3
* Prevent infinite recursive loop in AppleObjCTrampolineHandler constructorStephane Sezer2016-01-081-1/+5
* Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham2015-10-121-9/+0
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* [LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad2015-06-301-1/+2
* Convert mmap options for target in InferiorCallMmap.Robert Flack2015-05-091-6/+2
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-14/+10
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-3/+3
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-3/+3
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-7/+24
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-081-10/+7
* This patch does a couple of things. Jim Ingham2013-11-071-70/+58
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+11
* Huge change to clean up types.Greg Clayton2013-07-111-4/+4
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-0/+69
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-6/+12
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-4/+4
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham2012-05-111-0/+8
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+5
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-9/+7
* Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen2011-08-251-3/+1
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-201-0/+2
* Add license header to InferiorCallPOSIX.cppPeter Collingbourne2011-06-141-0/+9
* Move inferior mmap/munmap call code into their own functions in utility libPeter Collingbourne2011-06-031-0/+179
OpenPOWER on IntegriCloud