| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move lldb/test to lldb/packages/Python/lldbsuite/test. | Zachary Turner | 2015-10-28 | 1 | -5/+0 |
| | | | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532 | ||||
| * | Remove duplicated new file content | Ed Maste | 2014-10-24 | 1 | -5/+0 |
| | | | | | llvm-svn: 220591 | ||||
| * | Added functions to the C++ API, for the benefit of non-8-bit byte architectures. | Matthew Gardiner | 2014-10-22 | 1 | -0/+10 |
| New functions to give client applications to tools to discover target byte sizes for addresses prior to ReadMemory. Also added GetPlatform and ReadMemory to the SBTarget class, since they seemed to be useful utilities to have. Each new API has had a test case added. http://reviews.llvm.org/D5867 llvm-svn: 220372 | |||||

