Re: [lldb-dev] [llvm-dev] [monorepo] Downstream branch zipping tool available

2018-12-19 Thread David Greene via lldb-dev
David Greene via llvm-dev writes: > Now that I think about it, what you really want is something that runs > migrate-downstream-fork.py on the commits in llvm and something that > runs zip-downstream-fork.py on commits in other projects, but they have > to ruin simultaneously to keep the commits

[lldb-dev] [Bug 38373] [lldbsuite] Several tests are flakey on windows and will fail every several dozen runs

2018-12-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=38373 Stella Stamenova changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 21550] lldb reports values for null pointers on Windows -- test_expr_null (TestAnonymous.AnonymousTestCase)

2018-12-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21550 Stella Stamenova changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] OperatingSystem plugin

2018-12-19 Thread Alexander Polyakov via lldb-dev
Hi lldb-dev, Could someone explain me why do we use python (OperatingSystemPython) to describe OS objects like threads? What are the advantages of such an approach in comparison to C++ used in Platform plugin for example? IMO, the OperatingSystem plugin could be more like the Platform one, it coul

Re: [lldb-dev] OperatingSystem plugin

2018-12-19 Thread Jim Ingham via lldb-dev
You would use an operating system plugin in cases where the underlying process interface doesn't tell the complete story for the OS threads. For instance, a lot of kernel and bare board OS'es have a gdb-remote stub that just describes the state of the threads currently running on the cores of t

[lldb-dev] 7.0.1-final has been tagged

2018-12-19 Thread Tom Stellard via lldb-dev
Hi, I've tagged the 7.0.1 final release. Testers may begin uploading binaries. -Tom ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

[lldb-dev] [Bug 24600] TestHelloWorld can't get a valid callstack after attaching

2018-12-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=24600 Stella Stamenova changed: What|Removed |Added Resolution|--- |FIXED Status|NEW