[Lldb-commits] [PATCH] Add ModulesDidLoad to LanguageRuntime

jingham at apple.com jingham at apple.com
Wed Apr 22 10:32:00 PDT 2015


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 <colin at codeplay.com> 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/
> 
> 





More information about the lldb-commits mailing list