Re: [lldb-dev] Where "thread until " should set breakpoints?

2018-08-01 Thread Ramana via lldb-dev
On Thu, Aug 2, 2018 at 3:32 AM, Jim Ingham wrote: > > > > On Jul 24, 2018, at 9:05 PM, Ramana via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > On the subject line, the ToT lldb (see code around > CommandObjectThread.cpp:1230) sets the breakpoint on the first exact > matching line of 'line

Re: [lldb-dev] Where "thread until " should set breakpoints?

2018-08-01 Thread Jim Ingham via lldb-dev
> On Jul 24, 2018, at 9:05 PM, Ramana via lldb-dev > wrote: > > On the subject line, the ToT lldb (see code around > CommandObjectThread.cpp:1230) sets the breakpoint on the first exact matching > line of 'line-number' or the closest line number > 'line-number' i.e. the > best match. > > A

Re: [lldb-dev] Process launch view duplication

2018-08-01 Thread Jim Ingham via lldb-dev
Generally, the driver will print stop info every time a stop event is forwarded from the private event queue to the public event queue. You can check the output of the event log (log enable lldb event) to see if you are indeed sending two events. If you are sending two events, you can add the

[lldb-dev] The mysterious case of unsupported DW_FORMs

2018-08-01 Thread Leonard Mosescu via lldb-dev
I'm sharing some notes on a strange LLDB issue I hit locally, in case anyone else hits the same problem. The symptoms are symbols unexpectedly not working for some modules and/or warning messages complaining about "unsupported DW_FORMs", ex: *warning: (x86_64) /lib/x86_64-linux-gnu/libz.so.1.2.8 u

Re: [lldb-dev] Phabricator repository

2018-08-01 Thread Raphael Isemann via lldb-dev
Ah, my bad, that makes more sense. I dropped them an email with the request. - Raphael Am Mi., 1. Aug. 2018 um 09:58 Uhr schrieb : > > > > > -Original Message- > > From: Raphael Isemann [mailto:teempe...@gmail.com] > > Sent: Wednesday, August 01, 2018 12:21 PM > > To: Robinson, Paul > > Cc

Re: [lldb-dev] Phabricator repository

2018-08-01 Thread via lldb-dev
> -Original Message- > From: Raphael Isemann [mailto:teempe...@gmail.com] > Sent: Wednesday, August 01, 2018 12:21 PM > To: Robinson, Paul > Cc: Pavel Labath; ioe...@google.com; LLDB Dev > Subject: Re: [lldb-dev] Phabricator repository > > The list is not public, so someone with access n

Re: [lldb-dev] Phabricator repository

2018-08-01 Thread Raphael Isemann via lldb-dev
The list is not public, so someone with access needs to mail them (which is not true for me :) ). - Raphael Am Mi., 1. Aug. 2018 um 09:11 Uhr schrieb : > > Email to llvm-admin should do it. > --paulr > > > -Original Message- > > From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Be

[lldb-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0

2018-08-01 Thread Hans Wennborg via lldb-dev
Hi everyone, The release branch for 7.0.0 was created off trunk at r338536 earlier today, and the trunk version was subsequently bumped to 8.0.0. Release blockers are tracked by https://llvm.org/PR38406 Please mark any bugs, old or new, that need to be fixed for the release as blocking that. To

Re: [lldb-dev] Phabricator repository

2018-08-01 Thread via lldb-dev
Email to llvm-admin should do it. --paulr > -Original Message- > From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Pavel > Labath via lldb-dev > Sent: Wednesday, August 01, 2018 3:52 AM > To: Raphael Isemann; Eric Liu > Cc: LLDB > Subject: Re: [lldb-dev] Phabricator repo

Re: [lldb-dev] Phabricator repository

2018-08-01 Thread Pavel Labath via lldb-dev
Sounds like a good idea, though I'm not sure what specifically needs to be done to make that happen. Eric might know more... On Wed, 1 Aug 2018 at 03:17, Raphael Isemann via lldb-dev wrote: > > Could we get LLDB into this repository list here? > https://reviews.llvm.org/diffusion/ > > Beside that