| Commit message (Expand) | Author | Age | Files | Lines |
| * | Made IRMemoryMap::FindSpace a little cleverer, | Sean Callanan | 2013-04-19 | 1 | -0/+1 |
| * | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 73 | -266/+246 |
| * | This commit changes the way LLDB executes user | Sean Callanan | 2013-04-18 | 5 | -30/+25 |
| * | Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std:... | Greg Clayton | 2013-04-18 | 1 | -3/+12 |
| * | Missed some cases when switching over to using our STD_UNIQUE_PTR macros. | Greg Clayton | 2013-04-18 | 5 | -7/+6 |
| * | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 51 | -118/+99 |
| * | Re-enable m_private_run_lock changes from 179329, but only for Apple hosted b... | Greg Clayton | 2013-04-18 | 1 | -2/+15 |
| * | Revert of r179378 and r179329, which introduce a private thread lock around t... | Ashok Thirumurthi | 2013-04-18 | 1 | -6/+2 |
| * | Remove duplicate "friend" declaration. | Andy Gibbs | 2013-04-18 | 1 | -3/+1 |
| * | Add missing include | Daniel Malea | 2013-04-17 | 1 | -0/+2 |
| * | Added a new API to the IRInterpreter (the old API | Sean Callanan | 2013-04-17 | 2 | -0/+22 |
| * | Made the IRInterpreter's methods static, since | Sean Callanan | 2013-04-17 | 1 | -29/+12 |
| * | Made the IRInterpreter be able to operate without | Sean Callanan | 2013-04-17 | 1 | -2/+2 |
| * | Updated the IRInterpreter to work with an | Sean Callanan | 2013-04-17 | 1 | -3/+6 |
| * | Modified the IRInterpreter to take an IRMemoryMap. | Sean Callanan | 2013-04-16 | 2 | -2/+6 |
| * | Flipped the big switch: LLDB now uses the new | Sean Callanan | 2013-04-16 | 3 | -160/+47 |
| * | Adding new Python API function to check for stopped threads. | Andrew Kaylor | 2013-04-15 | 1 | -0/+3 |
| * | Added logging to each entity in the Materializer | Sean Callanan | 2013-04-15 | 2 | -1/+3 |
| * | Removed a duplicate copy of the contents of | Sean Callanan | 2013-04-15 | 1 | -122/+0 |
| * | Audited the existing Materializer code to ensure | Sean Callanan | 2013-04-15 | 2 | -2/+4 |
| * | Fixed issues with the way ELF symbols are parsed: | Greg Clayton | 2013-04-13 | 2 | -1/+2 |
| * | Now that ValueObjects permit writing, made the | Sean Callanan | 2013-04-13 | 1 | -0/+2 |
| * | I don't know how I managed to build with that missing | Sean Callanan | 2013-04-13 | 1 | -1/+1 |
| * | Added a SetData() method to ValueObject. This | Sean Callanan | 2013-04-13 | 5 | -0/+15 |
| * | Implemented materialization and dematerialization | Sean Callanan | 2013-04-12 | 1 | -0/+1 |
| * | <rdar://problem/13491977> | Greg Clayton | 2013-04-12 | 1 | -0/+18 |
| * | Replicated the materialization logic for persistent | Sean Callanan | 2013-04-12 | 2 | -139/+16 |
| * | Fixed a bug where a few class forward declarations | Sean Callanan | 2013-04-12 | 1 | -2/+2 |
| * | <rdar://problem/13623698> | Enrico Granata | 2013-04-11 | 2 | -32/+30 |
| * | <rdar://problem/13370286> | Greg Clayton | 2013-04-11 | 1 | -2/+6 |
| * | Use std::unique_ptr instead of std::auto_ptr. | Greg Clayton | 2013-04-11 | 1 | -1/+1 |
| * | Hand over the job of laying out the argument structure | Sean Callanan | 2013-04-11 | 1 | -1/+9 |
| * | Static variables inside classes were not being added to the RecordDecl, now t... | Greg Clayton | 2013-04-11 | 1 | -0/+20 |
| * | Added a Materializer class that contains | Sean Callanan | 2013-04-11 | 4 | -2/+394 |
| * | When ObjectFileMachO::ParseSections() notices that it has a truncated file, z... | Jason Molenda | 2013-04-10 | 1 | -0/+6 |
| * | Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_v... | Greg Clayton | 2013-04-05 | 2 | -4/+13 |
| * | <rdar://problem/13563628> | Enrico Granata | 2013-04-05 | 3 | -4/+30 |
| * | Add support for Platform plugins to have settings. | Jason Molenda | 2013-04-05 | 1 | -2/+13 |
| * | Factored out memory access into the target process | Sean Callanan | 2013-04-05 | 8 | -64/+138 |
| * | Ah, forgot to include the header file and project file changes in r178827. | Jason Molenda | 2013-04-05 | 1 | -0/+17 |
| * | <rdar://problem/13457391> | Greg Clayton | 2013-04-04 | 1 | -4/+4 |
| * | <rdar://problem/13384801> | Greg Clayton | 2013-04-03 | 1 | -18/+51 |
| * | <rdar://problem/13506727> | Greg Clayton | 2013-04-03 | 5 | -3/+175 |
| * | <rdar://problem/13563403> | Enrico Granata | 2013-04-03 | 1 | -0/+4 |
| * | Allow partial matching for alias commands as well as regular commands. | Jim Ingham | 2013-04-03 | 1 | -0/+3 |
| * | Fixed the way ClangASTImporter deports types from | Sean Callanan | 2013-03-30 | 1 | -2/+24 |
| * | <rdar://problem/12022060> | Greg Clayton | 2013-03-29 | 1 | -1/+12 |
| * | Rationalize how we do Halt-ing before Destroy and Detach. | Jim Ingham | 2013-03-29 | 1 | -0/+8 |
| * | <rdar://problem/11730263> | Greg Clayton | 2013-03-28 | 2 | -7/+11 |
| * | Be sure to take the mutex when the destructor is called in case other threads... | Greg Clayton | 2013-03-28 | 1 | -0/+3 |