summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* Made IRMemoryMap::FindSpace a little cleverer,Sean Callanan2013-04-191-0/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-1873-266/+246
* This commit changes the way LLDB executes userSean Callanan2013-04-185-30/+25
* Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std:...Greg Clayton2013-04-181-3/+12
* Missed some cases when switching over to using our STD_UNIQUE_PTR macros.Greg Clayton2013-04-185-7/+6
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-1851-118/+99
* Re-enable m_private_run_lock changes from 179329, but only for Apple hosted b...Greg Clayton2013-04-181-2/+15
* Revert of r179378 and r179329, which introduce a private thread lock around t...Ashok Thirumurthi2013-04-181-6/+2
* Remove duplicate "friend" declaration.Andy Gibbs2013-04-181-3/+1
* Add missing includeDaniel Malea2013-04-171-0/+2
* Added a new API to the IRInterpreter (the old APISean Callanan2013-04-172-0/+22
* Made the IRInterpreter's methods static, sinceSean Callanan2013-04-171-29/+12
* Made the IRInterpreter be able to operate withoutSean Callanan2013-04-171-2/+2
* Updated the IRInterpreter to work with anSean Callanan2013-04-171-3/+6
* Modified the IRInterpreter to take an IRMemoryMap.Sean Callanan2013-04-162-2/+6
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-163-160/+47
* Adding new Python API function to check for stopped threads.Andrew Kaylor2013-04-151-0/+3
* Added logging to each entity in the MaterializerSean Callanan2013-04-152-1/+3
* Removed a duplicate copy of the contents ofSean Callanan2013-04-151-122/+0
* Audited the existing Materializer code to ensureSean Callanan2013-04-152-2/+4
* Fixed issues with the way ELF symbols are parsed:Greg Clayton2013-04-132-1/+2
* Now that ValueObjects permit writing, made theSean Callanan2013-04-131-0/+2
* I don't know how I managed to build with that missingSean Callanan2013-04-131-1/+1
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-135-0/+15
* Implemented materialization and dematerializationSean Callanan2013-04-121-0/+1
* <rdar://problem/13491977>Greg Clayton2013-04-121-0/+18
* Replicated the materialization logic for persistentSean Callanan2013-04-122-139/+16
* Fixed a bug where a few class forward declarationsSean Callanan2013-04-121-2/+2
* <rdar://problem/13623698>Enrico Granata2013-04-112-32/+30
* <rdar://problem/13370286>Greg Clayton2013-04-111-2/+6
* Use std::unique_ptr instead of std::auto_ptr.Greg Clayton2013-04-111-1/+1
* Hand over the job of laying out the argument structureSean Callanan2013-04-111-1/+9
* Static variables inside classes were not being added to the RecordDecl, now t...Greg Clayton2013-04-111-0/+20
* Added a Materializer class that containsSean Callanan2013-04-114-2/+394
* When ObjectFileMachO::ParseSections() notices that it has a truncated file, z...Jason Molenda2013-04-101-0/+6
* Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_v...Greg Clayton2013-04-052-4/+13
* <rdar://problem/13563628>Enrico Granata2013-04-053-4/+30
* Add support for Platform plugins to have settings.Jason Molenda2013-04-051-2/+13
* Factored out memory access into the target processSean Callanan2013-04-058-64/+138
* Ah, forgot to include the header file and project file changes in r178827.Jason Molenda2013-04-051-0/+17
* <rdar://problem/13457391>Greg Clayton2013-04-041-4/+4
* <rdar://problem/13384801>Greg Clayton2013-04-031-18/+51
* <rdar://problem/13506727> Greg Clayton2013-04-035-3/+175
* <rdar://problem/13563403>Enrico Granata2013-04-031-0/+4
* Allow partial matching for alias commands as well as regular commands.Jim Ingham2013-04-031-0/+3
* Fixed the way ClangASTImporter deports types fromSean Callanan2013-03-301-2/+24
* <rdar://problem/12022060>Greg Clayton2013-03-291-1/+12
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-291-0/+8
* <rdar://problem/11730263>Greg Clayton2013-03-282-7/+11
* Be sure to take the mutex when the destructor is called in case other threads...Greg Clayton2013-03-281-0/+3
OpenPOWER on IntegriCloud