If we get this in place, it might be useful to add a

(lldb) language <Language> set-exception-breakpoint

as well as:

(lldb) break set -E <Language>


so that we can pass language specific options for filtering the exception 
breakpoints.  Right now we don't have this capability, but presumably different 
languages will allow different filters and trying to make them all pass through 
generic breakpoint setting options is going to be a real pain.

We could leave the original "break set -E" in place just so it wouldn't be hard 
to find.  But then we could use:

(lldb) language <Language> modify-exception-breakpoint <BKPT_ID> 
<Language-Specific-Option>

to set the language specific options on the exception breakpoint...

Jim


> On Apr 22, 2015, at 7:05 AM, Colin Riley <[email protected]> wrote:
> 
> That sounds great - I can create another patch for this if you'd like.
> 
> Colin
> 
> 
> REPOSITORY
>  rL LLVM
> 
> http://reviews.llvm.org/D9002
> 
> 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