Re: [lldb-dev] [RFC] Fast Conditional Breakpoints (FCB)

2019-08-14 Thread Finkel, Hal J. via lldb-dev
On 8/14/19 3:52 PM, Ismail Bennani via lldb-dev wrote: > Hi everyone, > > I’m Ismail, a compiler engineer intern at Apple. As a part of my internship, > I'm adding Fast Conditional Breakpoints to LLDB, using code patching. > > ... > > Since all the registers are already mapped to a structure, I sh

Re: [lldb-dev] [RFC] Fast Conditional Breakpoints (FCB)

2019-08-16 Thread Finkel, Hal J. via lldb-dev
On 8/16/19 10:27 AM, Adrian Prantl wrote: > >> On Aug 15, 2019, at 2:03 PM, Ismail Bennani via lldb-dev >> wrote: >> >> I built Clang (and LLVM) in Release Mode with Debug Info (-O2), >> and got these results: >> >> | Dwarf Occurences |Occurences | >> |--|---

Re: [lldb-dev] [cfe-dev] [llvm-dev] [Openmp-dev] RFC: End-to-end testing

2019-10-17 Thread Finkel, Hal J. via lldb-dev
On 10/17/19 10:00 AM, David Greene via cfe-dev wrote: > Mehdi AMINI via llvm-dev writes: > >> The main thing I see that will justify push-back on such test is the >> maintenance: you need to convince everyone that every component in LLVM >> must also maintain (update, fix, etc.) the tests that ar