| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implemented a types.py module that allows types to be inspected for padding. | Greg Clayton | 2013-06-19 | 1 | -4/+0 |
| | | | | | | | The script was able to point out and save 40 bytes in each lldb_private::Section by being very careful where we need to have virtual destructors and also by re-ordering members. llvm-svn: 184364 | ||||
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -1/+3 |
| | | | | | | | | | - use macros from inttypes.h for format strings instead of OS-specific types Patch from Matt Kopec! llvm-svn: 168945 | ||||
| * | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | process IDs, and thread IDs, but was mainly needed for for the UserID's for Types so that DWARF with debug map can work flawlessly. With DWARF in .o files the type ID was the DIE offset in the DWARF for the .o file which is not unique across all .o files, so now the SymbolFileDWARFDebugMap class will make the .o file index part (the high 32 bits) of the unique type identifier so it can uniquely identify the types. llvm-svn: 142534 | ||||
| * | Move trivial parts of UserID into the header. | Benjamin Kramer | 2010-06-22 | 1 | -48/+0 |
| | | | | | llvm-svn: 106535 | ||||
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+73 |
| llvm-svn: 105619 | |||||

