summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangUtilityFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit changes the way LLDB executes userSean Callanan2013-04-181-6/+3
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-0/+1
* Added a Materializer class that containsSean Callanan2013-04-111-1/+1
* Factored out memory access into the target processSean Callanan2013-04-051-1/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+0
* Refactored the expression parser so that the IRSean Callanan2013-03-191-13/+1
* Centralized the expression prefixes that are used for both expressions and ut...Greg Clayton2013-02-131-28/+2
* <rdar://problem/13210494>Greg Clayton2013-02-131-1/+30
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Making ClangExpression hold on to a WP to the Process instead of a SP. This f...Enrico Granata2012-09-181-1/+1
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* I moved the responsibility for interacting with theSean Callanan2011-10-291-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-5/+5
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-2/+10
* Added checking to make sure that the target has aSean Callanan2011-08-011-1/+5
* This commit integrates support for the LLVM MCJITSean Callanan2011-05-231-1/+23
* Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.Greg Clayton2011-05-171-1/+5
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-1/+3
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-15/+2
* Make expressions clean up their JIT'ed code allocation.Greg Clayton2011-01-191-7/+9
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-0/+10
* Added support for the fragile ivars provided bySean Callanan2011-01-171-1/+1
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+3
* Fixed object lifetimes in ClangExpressionDeclMapSean Callanan2010-12-031-1/+5
* Cleaned a few build related things up:Greg Clayton2010-09-241-0/+4
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-0/+8
* Added support for dynamic sanity checking inSean Callanan2010-09-011-2/+10
* Added a ClangUtilityFunction class that allows theSean Callanan2010-08-271-0/+116
OpenPOWER on IntegriCloud