Re: [lldb-dev] LLDB not loading any debug information on windows

2019-01-16 Thread Zachary Turner via lldb-dev
Can you try clang-cl.exe /Z7 main.cpp instead of a clang.exe command line? On Wed, Jan 16, 2019 at 10:56 PM Christoph Baumann via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hey, > > I wrote a simple hello-world program to test lldb on windows: > > > > #include > > in

[lldb-dev] LLDB not loading any debug information on windows

2019-01-16 Thread Christoph Baumann via lldb-dev
Hey, I wrote a simple hello-world program to test lldb on windows: #include int main(int argc, char* argv[]){ printf("hello world"); return(0); } Im compiling with ,clang -g main.c -o mai

Re: [lldb-dev] [Reproducers] SBReproducer RFC

2019-01-16 Thread Jonas Devlieghere via lldb-dev
I've put up a (WIP) patch for the tool (https://reviews.llvm.org/D56822) in case anybody is curious about that. On Tue, Jan 15, 2019 at 1:41 PM Jonas Devlieghere wrote: > I've updated the patch with a new version of the prototype: > https://reviews.llvm.org/D56322 > > It uses Pavel's suggestion

[lldb-dev] [8.0.0 Release] The release branch is here; trunk is now 9.0.0

2019-01-16 Thread Hans Wennborg via lldb-dev
Hello everyone, The release branch for LLVM 8 and its sub-projects was created from trunk at r351319 earlier today, and the trunk version was subsequently bumped to 9.0.0. Release blockers are tracked by https://llvm.org/PR40331 Please mark any bugs, old or new, that need to be fixed before the r

[lldb-dev] [Bug 40112] LLDB crashes (SEGV) by pressing ↑ in the first entry in print

2019-01-16 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=40112 George Rimar changed: What|Removed |Added Resolution|--- |FIXED Status|NEW