summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* In cases where the Objective-C ivar symbols are stripped out,Sean Callanan2012-11-151-3/+14
* <rdar://problem/12586350>Enrico Granata2012-11-081-3/+3
* Fixed a problem where we mistook normal resultSean Callanan2012-11-021-2/+2
* Extra safeguards to ensure that we never querySean Callanan2012-11-021-120/+156
* Carlo Kok was compiling with MSVC, caught some more issues. Greg Clayton2012-10-311-1/+1
* Make blocks that capture their containing method's object pointer look like m...Jim Ingham2012-10-302-71/+178
* Path from Ashok Thirumurthi:Greg Clayton2012-10-302-3/+12
* Patch from Matt Kopec:Greg Clayton2012-10-301-1/+1
* This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham2012-10-271-1/+2
* Cleanup some variable names to indicate auto pointers and also manager the ll...Greg Clayton2012-10-241-18/+15
* Added support for "bool", "true", and "false" toSean Callanan2012-10-171-0/+2
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-162-12/+26
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-124-12/+21
* Fixed the IR interaction layer to deal with aSean Callanan2012-10-113-16/+11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-113-11/+17
* Move TargetData to DataLayout.Micah Villmow2012-10-082-8/+8
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+1
* Removed some debugging cruft.Sean Callanan2012-09-241-3/+0
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-245-65/+171
* Fixed a problem where persistent variables didSean Callanan2012-09-202-18/+56
* Show the size of what we are dematerializing in the output log for "lldb expr".Greg Clayton2012-09-201-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-182-3/+3
* Making ClangExpression hold on to a WP to the Process instead of a SP. This f...Enrico Granata2012-09-183-14/+30
* Fixed the #defines for YES and NO, and centralizedSean Callanan2012-09-131-33/+35
* This patch is part of ongoing work to extract typeSean Callanan2012-09-111-136/+259
* Some more typing-related fixes.Filipe Cabecinhas2012-09-112-2/+2
* Disable the "pretty stack trace" signal handler,Sean Callanan2012-09-061-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-292-0/+2
* Fix missing braces from the python-GIL merge.Johnny Chen2012-08-181-1/+4
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-181-1/+4
* Fixed a crash when incomplete expression variablesSean Callanan2012-08-161-0/+6
* <rdar://problem/11791234>Greg Clayton2012-08-111-1/+6
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-112-2/+2
* <rdar://problem/11791234>Greg Clayton2012-08-101-0/+7
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-095-6/+6
* <rdar://problem/12027563> Making sure that some class of stop-hook commands t...Enrico Granata2012-08-031-7/+17
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-1/+1
* Fixed the expression parser to ignore C++ andSean Callanan2012-07-281-2/+18
* Changed the IRForTarget pass to ensure that allSean Callanan2012-07-271-0/+5
* Added a fix that allows newly-constructed objectsSean Callanan2012-07-211-0/+55
* <rdar://problem/10998370>Greg Clayton2012-07-181-9/+17
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-172-2/+7
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-7/+9
* <rdar://problem/11870357>Greg Clayton2012-07-142-33/+32
* Be a little more safe when checking whether theSean Callanan2012-07-131-1/+1
* Fixed a potential crash if a metadata categorySean Callanan2012-07-041-1/+1
* Minor fixes for ARM/iOS targets:Sean Callanan2012-06-082-0/+17
* Made nil resolve as (id)0 and not be looked upSean Callanan2012-05-311-0/+8
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-6/+9
* Insert dynamic checks only if the appropriateSean Callanan2012-05-291-15/+21
OpenPOWER on IntegriCloud