Re: [lldb-dev] queue-name parameter

2019-07-19 Thread Fernando Bunn via lldb-dev
Jim, you're right, I was getting a false positive with -Q, sorry for the confusion. So it seems I'm having 2 issues on Xcode, right? A - No rejection of illegal options (-Q) B - "-q" with the correct queue name is not working. Here's what I'm doing for B: *1 - (lldb) thread info* thread #1: tid

[lldb-dev] Cannot use system debugserver for testing

2019-07-19 Thread Gábor Márton via lldb-dev
Hi Stefan, Since the commit "[CMake] Always build debugserver on Darwin and allow tests to use the system's one" I cannot use the system debugserver for testing. I receive the following error message from lldb when I execute "ninja check-lldb": ``` runCmd: run runCmd failed! error: process exited

[lldb-dev] [Bug 36740] Fix tests which check the lldb-mi -gdb-set and -gdb-show commands

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36740 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 36741] Fix tests which check the lldb-mi -symbol-xxx commands

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36741 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 36739] Fix tests which check that the lldb-mi driver exits properly

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36739 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 22411] lldb-mi fails on FreeBSD due to apparent thread race conditions

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=22411 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Status|N

[lldb-dev] [Bug 22841] lldb-mi tests fail on all Linux buildbots

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=22841 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID CC|

[lldb-dev] [Bug 23494] lldb-mi binary causes "Do you want the application "lldb-mi" to accept incoming network connections?"

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23494 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 24452] Get lldb-mi tests working on Windows

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=24452 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[lldb-dev] [Bug 17477] lldb doesn't report line number for NULL function pointer crash

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=17477 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 26759] TestGoroutines.py failing on OS X

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=26759 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[lldb-dev] [Bug 33643] TestGoAstContext fails with go 1.8

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=33643 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID CC|

[lldb-dev] [Bug 24895] test and assertion failures from Go support on FreeBSD

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=24895 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID CC|

[lldb-dev] [Bug 27782] Go tests failing on OS X

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=27782 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID CC|

Re: [lldb-dev] [RFC] Removing lldb-mi

2019-07-19 Thread Ted Woodward via lldb-dev
As of yesterday, lldb-mi has been removed from lldb and moved to https://github.com/lldb-tools/lldb-mi . Some questions: * Is the expected way to build lldb-mi to drop the lldb-tools/lldb-mi repo into /tools/lldb-mi? * The lldb-mi tests weren’t moved into the new repo on github. Do we p

[lldb-dev] [Bug 23588] lldb command line tool won't run on OSX 10.9.5 without DYLD_FRAMEWORK_PATH set to directory containing LLDB.framework

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23588 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

Re: [lldb-dev] Cannot use system debugserver for testing

2019-07-19 Thread Gábor Márton via lldb-dev
This might not be related to the debugserver, I just realized that I get "error: process exited with status -1 (Error 1)" even with the simplest main.c. This may be some kind of security issue on mac OS... Though I've checked and I have SIP disabled and I have executed "sudo /usr/sbin/DevToolsSecur

Re: [lldb-dev] Cannot use system debugserver for testing

2019-07-19 Thread Gábor Márton via lldb-dev
Actually, it is embarrassing (perhaps for macOS and not for me) that after a reboot the problem is gone. Perhaps after "sudo /usr/sbin/DevToolsSecurity --enable" a reboot is required, but could not find anything official about that. On Fri, Jul 19, 2019 at 7:20 PM Gábor Márton wrote: > This migh

Re: [lldb-dev] [RFC] Removing lldb-mi

2019-07-19 Thread Raphael “Teemperor” Isemann via lldb-dev
The expected way as of now is to compile lldb-mi against an installed lldb (either a compiled version or whatever your OS/package manager provides). The CMake file will automatically find LLDB and build against it. See the travis CI script[1] in the repo on how that looks in practice. The probl

Re: [lldb-dev] Cannot use system debugserver for testing

2019-07-19 Thread Jonas Devlieghere via lldb-dev
I this was because of a change in llvm which broke codesigning of debugserver: https://reviews.llvm.org/D64965 On Fri, Jul 19, 2019 at 10:36 AM Gábor Márton via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Actually, it is embarrassing (perhaps for macOS and not for me) that after > a reboot the p

[lldb-dev] [Bug 32053] lldb-mi outputs extra =thread-group-exited after -gdb-exit

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=32053 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[lldb-dev] [Bug 38880] lldb-mi -exec-jump not implemented

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=38880 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 28253] lldb-mi Regression with LLDB_DISABLE_PYTHON=1

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28253 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED CC|

[lldb-dev] [Bug 31485] LLDB-MI: data-disassemble command doesn't follow target.x86-disassemble-flavor setting

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=31485 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 36156] lldb-mi does not report watchpoint stops

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36156 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28858] LLDB-MI: no notification about process stopped if attaching to a process

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28858 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED CC|

[lldb-dev] [Bug 30423] [lldb-mi] -var-assign doesn't evaluate the expression to assign

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=30423 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED CC|

[lldb-dev] [Bug 28718] LLDB-MI: disassembly-flavor not supported by gdb-set and gdb-show

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28718 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[lldb-dev] [Bug 28860] LLDB-MI: no breakpoint-modified notification when a breakpoint is hit

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28860 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 28859] LLDB-MI: data-disassemble command doesn't accept "$pc" as start and end address parameter

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28859 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Status|N

[lldb-dev] [Bug 28698] [lldb-mi] -break-insert with -f (pending flag) requires additional parameter

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28698 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[lldb-dev] [Bug 28857] LLDB-MI: break-enable doesn't enable specified breakpoints

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28857 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 28703] LLDB-MI: break-insert command flag -d (disabled) has no effect when combined with -f (pending)

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28703 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[lldb-dev] [Bug 28702] LLDB-MI: pending break point set with command break-insert -f doesn't get resolved

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28702 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[lldb-dev] [Bug 25000] lldb-mi does not receive broadcasted notification from Core/Process about process stopped if StopAtEntry was requested ("process launch -s" OR "-exec-run --start")

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=25000 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 28621] lldb-mi can't get variables of a frame (-stack-list-* MI-commands) if the thread didn't cause the stop event

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28621 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Status|N

[lldb-dev] [Bug 20685] vim-lldb fails on MacOS X Mavericks

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=20685 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Status|N

[lldb-dev] [Bug 21736] memory read assertion failure with -f a -s 32

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21736 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |FIXED CC|

[lldb-dev] [Bug 23506] Segmentation fault from "frame variable" command

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23506 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |INVALID CC|

[lldb-dev] [Bug 24198] template enum parameter incorrectly mangled during expression evaluation

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=24198 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 28016] Assertion failed: (false && "Unhandled quote character")

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28016 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 28953] Xcode build: be explicit about which clang and LLVM .a files get linked into LLDB

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=28953 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |FIXED CC|

[lldb-dev] [Bug 21390] crashlog.py does not use alternate source paths

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21390 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[lldb-dev] [Bug 19974] C: lldb cant find file:line in "included" code (set breakpoint / source list)

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=19974 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 27861] TestObjCMethods2.py - test_NSString_expr_commands_gmodules() fails

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=27861 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [lldb-dev] Cannot use system debugserver for testing

2019-07-19 Thread Stefan Gränitz via lldb-dev
Hi Gábor, I am sorry this caused an issue for you. Good that apparently it's resolved now. Did you reconfigure an existing build-tree? Your observations would make sense in this context, because the change affects CMake cached variables. This is unfortunate, but can not always be avoided. If this

[lldb-dev] [Bug 37054] MI '-info sharedlibrary' command crash

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=37054 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 25446] lldb Python extension module is linked to libpython

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=25446 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Resolution|-

[lldb-dev] [Bug 25049] Bootstrapping LLDB fails on recent OSX due to c++11-narrowing

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=25049 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |WORKSFORME CC|

[lldb-dev] [Bug 23978] "-data-disassemble -s start -e end" MI command disassembles (end-start) *instructions*

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23978 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Status|N

[lldb-dev] [Bug 23248] "stopped" notification for the exec-finish GDB/MI command gives the wrong reason

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23248 Jonas Devlieghere changed: What|Removed |Added CC||jdevliegh...@apple.com Status|C

[lldb-dev] [Bug 22784] pexpect tests failing on FreeBSD buildbot

2019-07-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=22784 Jonas Devlieghere changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

Re: [lldb-dev] "error: summary string parsing error" on Fedora 30

2019-07-19 Thread Greg Clayton via lldb-dev
Sounds like the compiler omitted the type info for std::string. Try "-glldb" in your compiler flags. This tunes debug info for LLDB. A lot of compilers will try to omit types from debug info if the type doesn't originate in the current executable. std::string would be one of those classes. If th

[lldb-dev] 8.0.1-final has been tagged

2019-07-19 Thread Tom Stellard via lldb-dev
Hi, The 8.0.1 final release has been tagged. Testers please upload the final binaries. -Tom ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev