diff options
| author | Devang Patel <dpatel@apple.com> | 2010-11-04 15:01:38 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-11-04 15:01:38 +0000 |
| commit | 57c5a20364bfe146f3f78982e05bdb381d986374 (patch) | |
| tree | 79a0bf15994832096e2ebacf73dd8b116cecc267 /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | |
| parent | a0148df273a6b978539993a1a2f0ef6f802facda (diff) | |
| download | llvm-57c5a20364bfe146f3f78982e05bdb381d986374.zip llvm-57c5a20364bfe146f3f78982e05bdb381d986374.tar.gz llvm-57c5a20364bfe146f3f78982e05bdb381d986374.tar.bz2 | |
Introduce DIBuilder. It is intended to be a front-end friendly interface to emit debuggging information entries in LLVM IR.
To create debugging information for a pointer, using DIBUilder front-end just needs
DBuilder.CreatePointerType(Ty, Size);
instead of
DebugFactory.CreateDerivedType(llvm::dwarf::DW_TAG_pointer_type,
TheCU, "", getOrCreateMainFile(),
0, Size, 0, 0, 0, OCTy);
llvm-svn: 118248
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions
