Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Expression
/
IRMemoryMap.cpp
f71dd34
[IRMemoryMap] Shrink Allocation and make it move-only (NFC)
by Vedant Kumar
· 7 years ago
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
9452359
[IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)
by Vedant Kumar
· 7 years ago
5b71e75
[IRMemoryMap] Fix the alignment adjustment in Malloc
by Vedant Kumar
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
f31c9d2
Silence some -Wstring-conversion warnings
by Pavel Labath
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
b37674d
Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.
by Sean Callanan
· 9 years ago
f3df7e8
Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.
by Sean Callanan
· 9 years ago
cec91ef
Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break.
by Greg Clayton
· 10 years ago
a94ae1e
Update for llvm change. NFC.
by Rafael Espindola
· 10 years ago
2c38141
Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Zero out
by Jim Ingham
· 10 years ago
90ff791
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation
by Ewan Crawford
· 10 years ago
3ddcd31
Dont' use a random probe & alloc strategy for the IRMemoryMap.
by Zachary Turner
· 11 years ago
ceab3ac
remove trailing whitespace + remove some useless comments
by Sylvestre Ledru
· 11 years ago
af245d1
Add lldb-gdbserver support for Linux x86_64.
by Todd Fiala
· 11 years ago
cfcd791
Fix silly compilation error.
by Zachary Turner
· 11 years ago
1536244
Fix a bug in the IRMemoryMap which generated bogus allocations.
by Zachary Turner
· 11 years ago
23f8c95
JITed functions can now have debug info and be debugged with debug and source info:
by Greg Clayton
· 12 years ago
9bbf3cd
Hardened against reads in the IRMemoryMap that
by Sean Callanan
· 12 years ago
b2f1fb2
MingW compilation (windows). Includes various refactoring to improve portability.
by Virgile Bello
· 12 years ago
6fea779
Initialize m_leak member variable.
by Michael Sartain
· 12 years ago
70cac8f
Remove the process's reservation cache and don't
by Sean Callanan
· 12 years ago
ad7cc46
Fixed a problem in the expression parser that
by Sean Callanan
· 12 years ago
e86cef6
Fixed printf build warning.
by Greg Clayton
· 12 years ago
ef14371
Fix various build warnings.
by Matt Kopec
· 12 years ago
fbf5c68
Fixed a bug where persistent variables did not
by Sean Callanan
· 12 years ago
bb77704
Added a per-process cache for reserved memory
by Sean Callanan
· 12 years ago
5c42d8a
Fixed a few obvious errors pointed out by the static analyzer.
by Jim Ingham
· 12 years ago
df56540
Performance optimizations to ClangUserExpression,
by Sean Callanan
· 12 years ago
750dcc3
Change Malloc to request an aligned memory size.
by Matt Kopec
· 12 years ago
d256250
Simplified the management of the data buffer for
by Sean Callanan
· 12 years ago
7d71e56
Reverted 179810, which breaks the expression parser.
by Sean Callanan
· 12 years ago
bb9945f
Made IRMemoryMap::FindSpace a little cleverer,
by Sean Callanan
· 12 years ago
d850685
Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/3564
by Greg Clayton
· 12 years ago
1582ee6
This commit changes the way LLDB executes user expressions.
by Sean Callanan
· 12 years ago
e0c64e1
Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std::unique_ptr changes.
by Greg Clayton
· 12 years ago
08052af
Updated the IRInterpreter to work with an
by Sean Callanan
· 12 years ago
14b1bae
Flipped the big switch: LLDB now uses the new
by Sean Callanan
· 12 years ago
2d37e5a
Added logging to each entity in the Materializer
by Sean Callanan
· 12 years ago
c8c5b8d
Fixed a few bugs in IRMemoryMap:
by Sean Callanan
· 12 years ago
b024d87
Audited the existing Materializer code to ensure
by Sean Callanan
· 12 years ago
458ae1c
Now that ValueObjects permit writing, made the
by Sean Callanan
· 12 years ago
f8043fa
Implemented materialization and dematerialization
by Sean Callanan
· 12 years ago
35005f7
Replicated the materialization logic for persistent
by Sean Callanan
· 12 years ago
5a1af4e
Factored out memory access into the target process
by Sean Callanan
· 12 years ago