[Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.

Ilia K ki.stfu at gmail.com
Wed Jul 22 20:41:06 PDT 2015


ki.stfu requested changes to this revision.
ki.stfu added a comment.
This revision now requires changes to proceed.

In http://reviews.llvm.org/D11396#209959, @dawn wrote:

> In http://reviews.llvm.org/D11396#209412, @brucem wrote:
>
> > Could you please add a test for the file: + ::func case?
>
>
> Setting breakpoints on ::func doesn't work in lldb!  It needs to be fixed there first.  If/when it is fixed, I will add a test.
>
>   (lldb) br set --name ::func
>   Breakpoint 6: no locations (pending).
>   WARNING:  Unable to resolve breakpoint to any actual locations.


Please add this test and comment it out with FIXME explanation why it's disabled. Also, could you please create a bug for this and add a link in FIXME?


Repository:
  rL LLVM

http://reviews.llvm.org/D11396







More information about the lldb-commits mailing list