Okay, I pushed a change to the test to only run on darwin. When you have a
patch for the other systems, we can take that out again.
Jim
> On Dec 20, 2019, at 2:08 PM, Mark Mossberg via Phabricator
> wrote:
>
> mossberg added a comment.
>
> Took a quick look, and I think the good news is th
I think we should keep the pointer. You can easily cast the pointer & call
functions on it in the expression parser. So if you have the log streaming as
you are debugging and you see a log message that seems interesting, you can
interrupt lldb and access the relevant context without having to
Author: Jim Ingham
Date: 2020-01-15T18:13:44-08:00
New Revision: cd9e5c32302cd3b34b796683eedb072c6a1cfdc1
URL:
https://github.com/llvm/llvm-project/commit/cd9e5c32302cd3b34b796683eedb072c6a1cfdc1
DIFF:
https://github.com/llvm/llvm-project/commit/cd9e5c32302cd3b34b796683eedb072c6a1cfdc1.diff
LO
Somebody will have to champion this patch for it to get into lldb. It has no
test case, so it’s not acceptable as is. It should also be cleaned up so that
it shares more code with the watchpoint implementation in the same file (for
instance duplicating all the comments and logic to set a hardw
> On Jan 17, 2020, at 2:24 PM, Raphael Isemann via Phabricator
> wrote:
>
> teemperor added a comment.
>
> (Just some quick comments, will review this properly during normal working
> hours)
>
> Without this fix debugging Clang with LLDB is essentially impossible, so I'm
> in favour of lan
Author: Jim Ingham
Date: 2020-01-22T13:20:15-08:00
New Revision: 89c8866c0417a415ab546aa870569308f15b0ec8
URL:
https://github.com/llvm/llvm-project/commit/89c8866c0417a415ab546aa870569308f15b0ec8
DIFF:
https://github.com/llvm/llvm-project/commit/89c8866c0417a415ab546aa870569308f15b0ec8.diff
LO
Author: Jim Ingham
Date: 2020-01-23T12:41:14-08:00
New Revision: 29c7e6c8c97f6b1186f012d614e9a1100e8c06cb
URL:
https://github.com/llvm/llvm-project/commit/29c7e6c8c97f6b1186f012d614e9a1100e8c06cb
DIFF:
https://github.com/llvm/llvm-project/commit/29c7e6c8c97f6b1186f012d614e9a1100e8c06cb.diff
LO
That shouldn't be ASAN specific, that should happen on and
LLDB_CONFIGURATION_DEBUG build. If it only happens on ASAN builds, something
else must be going wrong.
BTW, those asserts only make sense if you can't re-enter the command
interpreter while a command is active. In the case of a comman
Seems like your change is more informative. Could we just fix the tests?
Jim
> On Feb 4, 2020, at 11:18 AM, Adrian McCarthy via lldb-commits
> wrote:
>
> I see why the behavior is different, but I'm not sure whether the new
> behavior is wrong.
>
> The old code nested a bunch of if-success
The question isn't so much whether it makes a difference to the user than
whether when somebody reports getting this error in a project that we can't get
our hands on so all we have is the screen output (a very not uncommon
circumstance for debuggers) the different error messages would be useful
1201 - 1210 of 1210 matches
Mail list logo