Why not `func=\".*\"`?
On Apr 17, 2015 06:26, "Ilia K" <[email protected]> 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/
>
>
>
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to