[Lldb-commits] [PATCH] D80448: [lldb/Test] Add a trace method to replace (commented out) print statements.

2020-05-25 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb321b429416e: [lldb/Test] Add a trace method to replace print statements. (authored by JDevlieghere). Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D80448?vs=265768&id=

[Lldb-commits] [lldb] b321b42 - [lldb/Test] Add a trace method to replace print statements.

2020-05-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-05-25T11:11:46-07:00 New Revision: b321b429416ec51691a3c5372cb59912bded5f08 URL: https://github.com/llvm/llvm-project/commit/b321b429416ec51691a3c5372cb59912bded5f08 DIFF: https://github.com/llvm/llvm-project/commit/b321b429416ec51691a3c5372cb59912bded5f08.d

[Lldb-commits] [PATCH] D80519: [lldb/DWARF] Add support for pre-standard GNU call site attributes

2020-05-25 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: vsk, dblaikie. Herald added a project: LLDB. The code changes are very straight-forward -- just handle both DW_AT_GNU and DW_AT_call versions of all tags and attributes. There is just one small gotcha: in the GNU version, DW_AT_low_pc was used

[Lldb-commits] [PATCH] D80518: [lldb] Make "inline" tests more configurable

2020-05-25 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: vsk, JDevlieghere. Herald added a project: LLDB. labath added a child revision: D80519: [lldb/DWARF] Add support for pre-standard GNU call site attributes. This patch adds two new arguments to the MakeInlineTest function. The main motivation i

[Lldb-commits] [lldb] ba03bcb - [lldb] Remove custom DWARF expression printing code

2020-05-25 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-25T16:09:25+02:00 New Revision: ba03bcbc4a21b92f6a4a54bd6e90417956da7952 URL: https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952 DIFF: https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952.diff

Re: [Lldb-commits] [lldb] 053b063 - [lldb] Increase timeout in TestExitDuringExpression

2020-05-25 Thread Pavel Labath via lldb-commits
On 22/05/2020 19:11, Jim Ingham wrote: > I set the timeouts low just to keep the test from taking too long. Beyond > that there’s no harm in bumping them up till they pass consistently. > > I messed with the timeouts and reran the test a bunch of times till it was > stable for me, but I have a

[Lldb-commits] [PATCH] D80150: [lldb/DataFormatter] Check for overflow when finding NSDate epoch

2020-05-25 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. I don't know how widespread the llrint behavior is. Clamping to the largest/smallest int seems reasonable, so it might be reasonable to depend on that -- though I don't know what will that do for NaNs... I actually don't think the previous approach was wrong. IIUC, it on

[Lldb-commits] [lldb] fe22e56 - [lldb][NFC] Pass DeclarationName to NameSearchContext by value

2020-05-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-05-25T12:37:22+02:00 New Revision: fe22e5689e94370b8eadef4b7267201cc9fcb2e3 URL: https://github.com/llvm/llvm-project/commit/fe22e5689e94370b8eadef4b7267201cc9fcb2e3 DIFF: https://github.com/llvm/llvm-project/commit/fe22e5689e94370b8eadef4b7267201cc9fcb2e3.dif

[Lldb-commits] [lldb] 83bd2c4 - Prevent GetNumChildren from transitively walking pointer chains

2020-05-25 Thread Raphael Isemann via lldb-commits
Author: Jaroslav Sevcik Date: 2020-05-25T11:30:22+02:00 New Revision: 83bd2c4a06803fa9af7f92a474b1d37cb70397cc URL: https://github.com/llvm/llvm-project/commit/83bd2c4a06803fa9af7f92a474b1d37cb70397cc DIFF: https://github.com/llvm/llvm-project/commit/83bd2c4a06803fa9af7f92a474b1d37cb70397cc.dif

[Lldb-commits] [PATCH] D80254: Prevent GetNumChildren from transitively walking pointer chains

2020-05-25 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG83bd2c4a0680: Prevent GetNumChildren from transitively walking pointer chains (authored by jarin, committed by teemperor). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

[Lldb-commits] [PATCH] D80448: [lldb/Test] Add a trace method to replace (commented out) print statements.

2020-05-25 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Yes, this is a good idea. It might it also nice to go through the `if self.traceOn()` calls and see which ones can be replaced by this function. Comment at: lldb/packages/Py

[Lldb-commits] [PATCH] D80254: Prevent GetNumChildren from transitively walking pointer chains

2020-05-25 Thread Jaroslav Sevcik via Phabricator via lldb-commits
jarin added a comment. Raphael, could you land this for me? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80254/new/ https://reviews.llvm.org/D80254 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[Lldb-commits] [lldb] c311618 - Revert "[lldb/Interpreter] Fix another eExpressionThreadVanished warning"

2020-05-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-05-23T13:37:46-07:00 New Revision: c3116182c80b8d23b2136b69d46ecc4cd597b38c URL: https://github.com/llvm/llvm-project/commit/c3116182c80b8d23b2136b69d46ecc4cd597b38c DIFF: https://github.com/llvm/llvm-project/commit/c3116182c80b8d23b2136b69d46ecc4cd597b38c.d

[Lldb-commits] [lldb] f2ffa33 - [lldb/Interpreter] Fix another eExpressionThreadVanished warning

2020-05-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-05-23T13:27:31-07:00 New Revision: f2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b URL: https://github.com/llvm/llvm-project/commit/f2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b DIFF: https://github.com/llvm/llvm-project/commit/f2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b.d