summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-194-11/+11
* The implementation of categories is now synchronization safeEnrico Granata2011-07-194-8/+8
* Removed a redundant dyn_cast. Thanks to FelipeSean Callanan2011-07-181-7/+5
* Added the ability to see block variables when looking up addressesGreg Clayton2011-07-111-74/+136
* remove errant parenthesis.Jim Ingham2011-07-081-1/+1
* Fixed a few issues where typedefs weren't passing through to the correctGreg Clayton2011-07-081-0/+1
* Audited the expression parser to find uninitializedSean Callanan2011-07-084-21/+19
* Added checks to the expresssion parser which makeSean Callanan2011-07-071-1/+13
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-12/+20
* Fixed an issue that was causing us to crash when evaluating expressions forGreg Clayton2011-07-061-2/+6
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-4/+4
* This commit adds broad architectural support for hierarchicalGreg Clayton2011-06-252-14/+148
* Cleanup error output on expressions. Greg Clayton2011-06-241-1/+1
* Fixed an issue for ARM where data symbols would alway return invalid addresses.Greg Clayton2011-06-232-29/+55
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-201-2/+2
* Disable MCJIT on non-Darwin platformsPeter Collingbourne2011-06-031-1/+4
* lldb-59.Greg Clayton2011-05-301-4/+8
* ABI plug-ins must implement the following pure virtual functions:Greg Clayton2011-05-241-4/+1
* This commit integrates support for the LLVM MCJITSean Callanan2011-05-236-92/+510
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-223-173/+87
* Added a function to lldb_private::Address:Greg Clayton2011-05-181-11/+11
* RunThreadPlan should set the plan to "not private" since it needs that,Jim Ingham2011-05-171-1/+1
* Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.Greg Clayton2011-05-172-2/+10
* Fix the error message when an expression evaluation is interrupted by a crash...Jim Ingham2011-05-171-3/+16
* Dump JIT memory requirements when "log enable lldb expr" logging is enabled.Greg Clayton2011-05-151-2/+7
* Updated to use the latest LLVM/Clang, to pick up JITSean Callanan2011-05-151-3/+9
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-0/+18
* For cases where a const function is inaccurately reportedSean Callanan2011-05-131-0/+26
* Introduced support for UnknownAnyTy, the Clang typeSean Callanan2011-05-123-10/+83
* Fixed a bug in which expression-local variables wereSean Callanan2011-05-092-16/+46
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-092-129/+76
* Added support for reading untyped symbols. Right nowSean Callanan2011-05-082-48/+181
* Made expressions that are just casts of pointer Sean Callanan2011-05-076-124/+301
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-1/+2
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-223-25/+25
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-2/+0
* Updated LLVM to pick up fixes to the ARM instructionSean Callanan2011-04-143-2/+22
* Order of initialization lists.Stephen Wilson2011-04-117-18/+18
* Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAXGreg Clayton2011-04-011-2/+2
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-314-24/+37
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-1/+2
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-6/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-246-44/+44
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-1/+1
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+4
* Get ObjC stepping working again when the process is not the default host arch...Jim Ingham2011-03-171-18/+26
* Updated to LLVM/Clang revision 127600.Sean Callanan2011-03-154-11/+15
* Fixed a bug in the expression parser where the 'this'Sean Callanan2011-03-041-30/+64
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Fixed a hang in the expression parser's result synthesizer that occurs when t...Sean Callanan2011-02-221-0/+4
OpenPOWER on IntegriCloud