| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | <rdar://problem/12978143> | Enrico Granata | 2013-01-28 | 1 | -9/+9 |
| | | | | | | | | | | | | Data formatters now cache themselves. This commit provides a new formatter cache mechanism. Upon resolving a formatter (summary or synthetic), LLDB remembers the resolution for later faster retrieval. Also moved the data formatters subsystem from the core to its own group and folder for easier management, and done some code reorganization. The ObjC runtime v1 now returns a class name if asked for the dynamic type of an object. This is required for formatters caching to work with the v1 runtime. Lastly, this commit disposes of the old hack where ValueObjects had to remember whether they were queried for formatters with their static or dynamic type. Now the ValueObjectDynamicValue class works well enough that we can use its dynamic value setting for the same purpose. llvm-svn: 173728 | ||||
| * | Patch from Filipe Cabecinhas. | Greg Clayton | 2012-04-26 | 1 | -2/+0 |
| | | | | | llvm-svn: 155642 | ||||
| * | Added a setting to "log timer" so you can see the incremental timings as well: | Jim Ingham | 2010-11-04 | 1 | -1/+6 |
| | | | | | | | log timer increment true/false llvm-svn: 118268 | ||||
| * | Added some missing API for address resolving within a module, and looking | Greg Clayton | 2010-09-10 | 1 | -15/+24 |
| | | | | | | | | | | | up a seciton offset address (SBAddress) within a module that returns a symbol context (SBSymbolContext). Also added a SBSymbolContextList in preparation for adding find/lookup APIs that can return multiple results. Added a lookup example code that shows how to do address lookups. llvm-svn: 113599 | ||||
| * | Add missing includes. | Eli Friedman | 2010-06-09 | 1 | -1/+4 |
| | | | | | llvm-svn: 105712 | ||||
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+235 |
| llvm-svn: 105619 | |||||

