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
/
Expression
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
4
-11
/
+11
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
4
-8
/
+8
*
Removed a redundant dyn_cast. Thanks to Felipe
Sean Callanan
2011-07-18
1
-7
/
+5
*
Added the ability to see block variables when looking up addresses
Greg Clayton
2011-07-11
1
-74
/
+136
*
remove errant parenthesis.
Jim Ingham
2011-07-08
1
-1
/
+1
*
Fixed a few issues where typedefs weren't passing through to the correct
Greg Clayton
2011-07-08
1
-0
/
+1
*
Audited the expression parser to find uninitialized
Sean Callanan
2011-07-08
4
-21
/
+19
*
Added checks to the expresssion parser which make
Sean Callanan
2011-07-07
1
-1
/
+13
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-12
/
+20
*
Fixed an issue that was causing us to crash when evaluating expressions for
Greg Clayton
2011-07-06
1
-2
/
+6
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-4
/
+4
*
This commit adds broad architectural support for hierarchical
Greg Clayton
2011-06-25
2
-14
/
+148
*
Cleanup error output on expressions.
Greg Clayton
2011-06-24
1
-1
/
+1
*
Fixed an issue for ARM where data symbols would alway return invalid addresses.
Greg Clayton
2011-06-23
2
-29
/
+55
*
Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...
Jim Ingham
2011-06-20
1
-2
/
+2
*
Disable MCJIT on non-Darwin platforms
Peter Collingbourne
2011-06-03
1
-1
/
+4
*
lldb-59.
Greg Clayton
2011-05-30
1
-4
/
+8
*
ABI plug-ins must implement the following pure virtual functions:
Greg Clayton
2011-05-24
1
-4
/
+1
*
This commit integrates support for the LLVM MCJIT
Sean Callanan
2011-05-23
6
-92
/
+510
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
3
-173
/
+87
*
Added a function to lldb_private::Address:
Greg Clayton
2011-05-18
1
-11
/
+11
*
RunThreadPlan should set the plan to "not private" since it needs that,
Jim Ingham
2011-05-17
1
-1
/
+1
*
Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.
Greg Clayton
2011-05-17
2
-2
/
+10
*
Fix the error message when an expression evaluation is interrupted by a crash...
Jim Ingham
2011-05-17
1
-3
/
+16
*
Dump JIT memory requirements when "log enable lldb expr" logging is enabled.
Greg Clayton
2011-05-15
1
-2
/
+7
*
Updated to use the latest LLVM/Clang, to pick up JIT
Sean Callanan
2011-05-15
1
-3
/
+9
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-0
/
+18
*
For cases where a const function is inaccurately reported
Sean Callanan
2011-05-13
1
-0
/
+26
*
Introduced support for UnknownAnyTy, the Clang type
Sean Callanan
2011-05-12
3
-10
/
+83
*
Fixed a bug in which expression-local variables were
Sean Callanan
2011-05-09
2
-16
/
+46
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
2
-129
/
+76
*
Added support for reading untyped symbols. Right now
Sean Callanan
2011-05-08
2
-48
/
+181
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
6
-124
/
+301
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-1
/
+2
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
3
-25
/
+25
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-2
/
+0
*
Updated LLVM to pick up fixes to the ARM instruction
Sean Callanan
2011-04-14
3
-2
/
+22
*
Order of initialization lists.
Stephen Wilson
2011-04-11
7
-18
/
+18
*
Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX
Greg Clayton
2011-04-01
1
-2
/
+2
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
4
-24
/
+37
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-1
/
+2
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-6
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
6
-44
/
+44
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-1
/
+1
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-0
/
+4
*
Get ObjC stepping working again when the process is not the default host arch...
Jim Ingham
2011-03-17
1
-18
/
+26
*
Updated to LLVM/Clang revision 127600.
Sean Callanan
2011-03-15
4
-11
/
+15
*
Fixed a bug in the expression parser where the 'this'
Sean Callanan
2011-03-04
1
-30
/
+64
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Fixed a hang in the expression parser's result synthesizer that occurs when t...
Sean Callanan
2011-02-22
1
-0
/
+4
[next]