Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Issue 2758373002: [tools] add lldbinit (Closed)

Created:
3 years, 9 months ago by danbev
Modified:
3 years, 9 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[tools] add lldbinit The goal of this commit is to add the equivalent to gdbinit but for lldb. I've tried to replicate the commands as close as possible but I'm unsure about the jss command and hoping to get some feedback on it in addition to the bta command which I'm not sure how/when this could be used. This is probably just inexperience on my part. The lldbinit file can be placed into a directory prefixed with dot (.lldbinit) and the python script is currently expected to be in the same directory. The path to the script can be changed manually if needed as well. NOTRY=true Review-Url: https://codereview.chromium.org/2758373002 Cr-Commit-Position: refs/heads/master@{#44136} Committed: https://chromium.googlesource.com/v8/v8/+/ec1ffe39ed9313d309e9c1a3235ff6813ae3ccbb

Patch Set 1 #

Total comments: 2

Patch Set 2 : rename TypeFeedbackMetadata -> FeedbackMetadata #

Total comments: 2

Patch Set 3 : *args and line limit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -0 lines) Patch
A tools/lldb_commands.py View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A tools/lldbinit View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
danbev
Would you mind giving this a review and see what you think? I've added a ...
3 years, 9 months ago (2017-03-20 18:30:35 UTC) #2
Michael Achenbach
+ more owners of gdb
3 years, 9 months ago (2017-03-21 08:54:18 UTC) #4
Igor Sheludko
https://codereview.chromium.org/2758373002/diff/1/tools/lldbinit File tools/lldbinit (right): https://codereview.chromium.org/2758373002/diff/1/tools/lldbinit#newcode17 tools/lldbinit:17: # Print TypeFeedbackMetadata s/TypeFeedbackMetadata/FeedbackMetadata/ https://codereview.chromium.org/2758373002/diff/1/tools/lldbinit#newcode18 tools/lldbinit:18: command regex -h ...
3 years, 9 months ago (2017-03-21 09:48:58 UTC) #5
danbev
Thanks for the review! This patch set contains the changes requested by Igor Sheludko,
3 years, 9 months ago (2017-03-22 07:12:43 UTC) #6
Igor Sheludko
lgtm
3 years, 9 months ago (2017-03-23 10:03:24 UTC) #7
Michael Achenbach
lgtm rubber-stamp https://codereview.chromium.org/2758373002/diff/20001/tools/lldb_commands.py File tools/lldb_commands.py (right): https://codereview.chromium.org/2758373002/diff/20001/tools/lldb_commands.py#newcode8 tools/lldb_commands.py:8: def jst(debugger, command, result, dict): nit: since ...
3 years, 9 months ago (2017-03-23 11:30:01 UTC) #8
danbev
Updated with a patch set including the *args and line limit changes.
3 years, 9 months ago (2017-03-23 13:07:30 UTC) #9
Michael Achenbach
still lgtm
3 years, 9 months ago (2017-03-23 13:25:13 UTC) #10
danbev
On 2017/03/23 13:25:13, Michael Achenbach wrote: > still lgtm Thanks! Should I allow more time ...
3 years, 9 months ago (2017-03-24 11:57:43 UTC) #11
Michael Achenbach
This can land IMO. I added NOTRY=true as there's no point to have CQ run ...
3 years, 9 months ago (2017-03-24 12:09:50 UTC) #13
danbev
On 2017/03/24 12:09:50, Michael Achenbach wrote: > This can land IMO. I added NOTRY=true as ...
3 years, 9 months ago (2017-03-27 06:14:46 UTC) #18
Igor Sheludko
On 2017/03/27 06:14:46, danbev wrote: > On 2017/03/24 12:09:50, Michael Achenbach wrote: > > This ...
3 years, 9 months ago (2017-03-27 06:41:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2758373002/40001
3 years, 9 months ago (2017-03-27 06:42:57 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 06:44:23 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/ec1ffe39ed9313d309e9c1a3235ff6813ae...

Powered by Google App Engine
This is Rietveld 408576698