[Lldb-commits] [PATCH] TestMiBreak - func isn't always ??.

Chaoren Lin chaorenl at google.com
Fri Apr 17 20:07:02 PDT 2015


Why not `func=\".*\"`?
On Apr 17, 2015 06:26, "Ilia K" <ki.stfu at gmail.com> wrote:

> ================
> Comment at: test/tools/lldb-mi/breakpoint/TestMiBreak.py:34
> @@ -33,3 +33,3 @@
>          self.expect("\^running")
> -
> self.expect("=breakpoint-modified,bkpt={number=\"1\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"(?!0xffffffffffffffff)0x[0-9a-f]+\",func=\"\?\?\",file=\".+\",fullname=\".+\",line=\"(-1|\d+)\",pending=\[\"printf\"\],times=\"0\",original-location=\"printf\"}")
> +
> self.expect("=breakpoint-modified,bkpt={number=\"1\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"(?!0xffffffffffffffff)0x[0-9a-f]+\",func=\".+\",file=\".+\",fullname=\".+\",line=\"(-1|\d+)\",pending=\[\"printf\"\],times=\"0\",original-location=\"printf\"}")
>          self.expect("\*stopped,reason=\"breakpoint-hit\"")
> ----------------
> update this patch after r235189 and use the following:
> ```
> func=\".+?\"
> ```
>
> http://reviews.llvm.org/D9060
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150417/d6525bd0/attachment.html>


More information about the lldb-commits mailing list