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
/
Plugins
/
Process
/
Utility
/
InferiorCallPOSIX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-6
/
+6
*
[Target] Move InferiorCall to Process
Alex Langford
2019-09-13
1
-61
/
+0
*
[Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX
Alex Langford
2019-09-11
1
-11
/
+21
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
1
-7
/
+5
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-202
/
+184
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-37
/
+20
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-3
/
+3
*
Prevent infinite recursive loop in AppleObjCTrampolineHandler constructor
Stephane Sezer
2016-01-08
1
-1
/
+5
*
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...
Jim Ingham
2015-10-12
1
-9
/
+0
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
[LLDB][MIPS] Getting correct flags for MIPS
Mohit K. Bhakkad
2015-06-30
1
-1
/
+2
*
Convert mmap options for target in InferiorCallMmap.
Robert Flack
2015-05-09
1
-6
/
+2
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-14
/
+10
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-3
/
+3
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-3
/
+3
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-7
/
+24
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
1
-10
/
+7
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-70
/
+58
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+11
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-4
/
+4
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-0
/
+69
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-6
/
+12
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-4
/
+4
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...
Jim Ingham
2012-05-11
1
-0
/
+8
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+5
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
1
-9
/
+7
*
Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...
Johnny Chen
2011-08-25
1
-3
/
+1
*
Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...
Jim Ingham
2011-06-20
1
-0
/
+2
*
Add license header to InferiorCallPOSIX.cpp
Peter Collingbourne
2011-06-14
1
-0
/
+9
*
Move inferior mmap/munmap call code into their own functions in utility lib
Peter Collingbourne
2011-06-03
1
-0
/
+179