https://bugs.llvm.org/show_bug.cgi?id=45011
Bug ID: 45011
Summary: lldb can swallow some of the output when doing `p
SM.dump(SourceLoc)`, or similar
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-...@lists.llvm.org
Reporter: v...@apple.com
CC: jdevliegh...@apple.com, llvm-bugs@lists.llvm.org
While debugging clang or llvm and calling 'dump' on various objects, lldb
sometimes swallows part of the output. E.g.:
```
(lldb) p BV.dump()
(lldb)1]}
```
or
```
(lldb) p SM.dump(SourceLoc)
(lldb)ile.cpp:30:10
```
Why does that happen? These dump methods are writing to dbgs(), which should
just be stderr.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs