> On Aug 22, 2019, at 11:00 PM, Pavel Labath wrote:
>
> On 23/08/2019 00:58, Ismail Bennani via lldb-dev wrote:
>> Hi Greg,
>> Thanks for your suggestion!
>>> On Aug 22, 2019, at 3:35 PM, Greg Clayton wrote:
>>>
>>> Another possibility is to
OP you can use and not have to worry about
> moving instructions
>
>
>> On Aug 22, 2019, at 5:29 AM, Pedro Alves via lldb-dev
>> wrote:
>>
>> On 8/22/19 12:36 AM, Ismail Bennani via lldb-dev wrote:
>>>> On Aug 21, 2019, at 3:48 PM, Pedro Alves
Hi Pedro,
> On Aug 21, 2019, at 3:48 PM, Pedro Alves wrote:
>
> Hi,
>
> Very interesting.
>
> One comment below, about something that jumped at me when
> I skimmed the proposal.
>
> On 8/14/19 9:52 PM, Ismail Bennani via lldb-dev wrote:
>>
>> Sin
db-dev On Behalf Of Ismail Bennani
> via lldb-dev
> Sent: Tuesday, August 20, 2019 11:50 AM
> To: lldb-dev@lists.llvm.org
> Subject: [lldb-dev] [Bug 22232] Conditional breakpoint test skipped for
> Windows
>
> Hi,
>
> While looking at the LLDB test suite,
Hi,
While looking at the LLDB test suite, I noticed that the test for
conditional breakpoints (TestBreakpointConditions.py) is skipped on
Windows.
The test has an annotation `skipIfWindows` with a comment:
`# Requires EE to support COFF on Windows (http://llvm.org/pr22232)`
This bug was reported
> On Aug 19, 2019, at 2:30 PM, Frédéric Riss wrote:
>
>
>
>> On Aug 16, 2019, at 11:13 AM, Ismail Bennani via lldb-dev
>> wrote:
>>
>> Hi Pavel,
>>
>> Thanks for all your feedbacks.
>>
>> I’ve been following the discussion clo
well, and the overall
> direction looks good to me. However, I do have some ideas suggestions about
> possible tweaks/improvements that I would like to hear your thoughts on.
> Please find my comments inline.
>
> On 14/08/2019 22:52, Ismail Bennani via lldb-dev wrote:
>> Hi ev
imply that there will 2 DWARF Expression Interpreter in
LLDB, hence twice as much code to maintain … I’ll try to see if I can
use the existing interpreter for this feature.
Ismail
> On Aug 14, 2019, at 3:42 PM, Finkel, Hal J. wrote:
>
>
> On 8/14/19 3:52 PM, Ismail Bennani via ll
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.
Currently, the expressions that power conditional breakpoints are lowered
to LLVM IR and LLDB knows how to interpret a subset of it. If t