Author: vedantk
Date: Tue Mar 13 16:37:11 2018
New Revision: 327463
URL: http://llvm.org/viewvc/llvm-project?rev=327463&view=rev
Log:
[test] Replace some references to Apple-internal bugs
This removes around 10 references to Apple-internal radars. I've filed
fresh bugs on bugs.llvm.org as appropr
Author: vedantk
Date: Wed Mar 14 11:37:13 2018
New Revision: 327552
URL: http://llvm.org/viewvc/llvm-project?rev=327552&view=rev
Log:
[test] Delete some xfailed lldb-mi tests
This is a first pass at removing some lldb-mi tests which have been
xfailed and unmaintained for a while. We have open PRs
Author: vedantk
Date: Wed Mar 14 13:32:10 2018
New Revision: 327568
URL: http://llvm.org/viewvc/llvm-project?rev=327568&view=rev
Log:
[test] Skip some lldb-mi tests which time out on Darwin
These don't always timeout, but it's inconvenient when they do.
Modified:
lldb/trunk/packages/Python/
Author: vedantk
Date: Wed Mar 14 15:52:32 2018
New Revision: 327586
URL: http://llvm.org/viewvc/llvm-project?rev=327586&view=rev
Log:
[test] Skip more lldb-mi tests which occasionally time out on Darwin
Modified:
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py
Author: vedantk
Date: Wed Mar 14 18:09:13 2018
New Revision: 327595
URL: http://llvm.org/viewvc/llvm-project?rev=327595&view=rev
Log:
[test] cmake: Ensure liblldb builds before tests run
Without liblldb as a test dependency, tests which link it in from an
lldb framework (via Base.buildDriver()) w
I haven't received any greendragon bot failure notifications. I'll look into
that.
vedant
> On Mar 15, 2018, at 8:32 AM, Davide Italiano wrote:
>
> On Thu, Mar 15, 2018 at 8:28 AM, Pavel Labath wrote:
>> Yea, this is strange. The bot does not even appear to be red. It's just
>> yellow.
>>
>
All right, I've configured greendragon's cmake/xcode builds to become unstable
when there are test failures. I've also enabled email notifications for the
'default set of recipients'. From what I've gathered, Jenkins determines this
set by looking at the changelist.
Let me know if there continu
Author: vedantk
Date: Thu Mar 15 20:31:16 2018
New Revision: 327691
URL: http://llvm.org/viewvc/llvm-project?rev=327691&view=rev
Log:
[cmake] Copy system debugserver from the right place when only CommandLineTools
are installed
Instead of building debugserver when building lldb, I'd rather pass
L
Author: vedantk
Date: Thu Mar 15 21:11:03 2018
New Revision: 327692
URL: http://llvm.org/viewvc/llvm-project?rev=327692&view=rev
Log:
Skip more lldb-mi tests which time out on Darwin
Bot failure:
https://ci.swift.org/job/oss-lldb-incremental-osx/1097/testReport/junit/TestMiTarget/MiTargetTestCas
Author: vedantk
Date: Fri Mar 16 12:33:39 2018
New Revision: 327731
URL: http://llvm.org/viewvc/llvm-project?rev=327731&view=rev
Log:
Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts
Bot failure: https://ci.swift.org/job/oss-lldb-incremental-osx/1104/
Modified:
lldb/trunk/pa
Author: vedantk
Date: Mon Mar 19 09:24:58 2018
New Revision: 327865
URL: http://llvm.org/viewvc/llvm-project?rev=327865&view=rev
Log:
Xcode: Include DWARFUnit.{h,cpp} in the build
This should address a bot failure due to r327809.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified:
Author: vedantk
Date: Mon Mar 19 13:50:50 2018
New Revision: 327906
URL: http://llvm.org/viewvc/llvm-project?rev=327906&view=rev
Log:
[test] Skip flaky tests in TestMiSyntax on Darwin
These tests tend to time out locally and on our bots.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/t
Author: vedantk
Date: Mon Mar 19 13:50:49 2018
New Revision: 327905
URL: http://llvm.org/viewvc/llvm-project?rev=327905&view=rev
Log:
[test] Skip flaky TestThreadStates tests on Darwin
These tests do not pass/fail consistently, so just skip them.
This is llvm.org/pr15824 & rdar://problem/2855723
Hi Pavel,
> On Apr 24, 2018, at 3:51 AM, Pavel Labath via lldb-commits
> wrote:
>
> Author: labath
> Date: Tue Apr 24 03:51:44 2018
> New Revision: 330708
>
> URL: http://llvm.org/viewvc/llvm-project?rev=330708&view=rev
> Log:
> [dotest] Make the set of tests independent of the test configurat
> On Apr 25, 2018, at 11:07 AM, Vedant Kumar wrote:
>
> Hi Pavel,
>
>> On Apr 24, 2018, at 3:51 AM, Pavel Labath via lldb-commits
>> wrote:
>>
>> Author: labath
>> Date: Tue Apr 24 03:51:44 2018
>> New Revision: 330708
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=330708&view=rev
>> Lo
> On Apr 25, 2018, at 12:04 PM, Pavel Labath wrote:
>
> On Wed, 25 Apr 2018 at 19:07, Vedant Kumar wrote:
>
>> Hi Pavel,
>
>>> On Apr 24, 2018, at 3:51 AM, Pavel Labath via lldb-commits <
> lldb-commits@lists.llvm.org> wrote:
>>> +def checkDebugInfoSupport():
>>> +import lldb
>>> +
>>> +
Author: vedantk
Date: Wed Sep 13 13:02:24 2017
New Revision: 313181
URL: http://llvm.org/viewvc/llvm-project?rev=313181&view=rev
Log:
[unittests] Speculative fix for changes introduced in rL313156
Modified:
lldb/trunk/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
Modified: lldb/trunk/unitte
Author: vedantk
Date: Wed Sep 13 13:03:34 2017
New Revision: 313183
URL: http://llvm.org/viewvc/llvm-project?rev=313183&view=rev
Log:
[unittests] Another speculative fix for changes introduced in rL313156
Modified:
lldb/trunk/unittests/Symbol/TestDWARFCallFrameInfo.cpp
Modified: lldb/trunk/u
vsk created this revision.
vsk added a reviewer: jasonmolenda.
vsk added a subscriber: lldb-commits.
Herald added a subscriber: mgorny.
Should fix: https://llvm.org/bugs/show_bug.cgi?id=30928
https://reviews.llvm.org/D26338
Files:
unittests/UnwindAssembly/CMakeLists.txt
unittests/UnwindAsse
Author: vedantk
Date: Sun Nov 6 20:39:37 2016
New Revision: 286093
URL: http://llvm.org/viewvc/llvm-project?rev=286093&view=rev
Log:
[lldb] Fix -Waggressive-loop-optimizations warning
We shouldn't access past the end of an array, even if we think that the
layout of the struct containing the arra
S_TO_BUILD', how do I define 'LLDB_SUPPORTED_TARGETS'?
Do you know of an existing define I can use?
thanks,
vedant
>
> On Sun, Nov 6, 2016 at 6:13 PM Vedant Kumar via lldb-commits
> wrote:
> vsk created this revision.
> vsk added a reviewer: jasonmolenda.
>
Author: vedantk
Date: Tue Nov 8 00:49:59 2016
New Revision: 286215
URL: http://llvm.org/viewvc/llvm-project?rev=286215&view=rev
Log:
[lldb] Don't build unit tests for unsupported targets
Differential Revision: https://reviews.llvm.org/D26338
Modified:
lldb/trunk/unittests/UnwindAssembly/CMa
vsk added subscribers: friss, vsk.
vsk added a comment.
@rengolin thanks for putting this together! I chimed in with some comments
in-line.
Comment at: docs/Proposals/GitHub.rst:68
@@ +67,3 @@
+ * Collaborate with peers directly, even without access to the Internet
+ * Have mul
vsk updated this revision to Diff 66209.
vsk added a comment.
- Don't ignore Makefiles per Todd's suggestion.
https://reviews.llvm.org/D22988
Files:
.gitignore
Index: .gitignore
===
--- .gitignore
+++ .gitignore
@@ -35,6 +35,8 @
Author: vedantk
Date: Mon Aug 1 10:15:49 2016
New Revision: 277347
URL: http://llvm.org/viewvc/llvm-project?rev=277347&view=rev
Log:
[lldb][tsan] Avoid a string copy (NFC)
Differential Revision: https://reviews.llvm.org/D22984
Modified:
lldb/trunk/source/Plugins/InstrumentationRuntime/Thre
Author: vedantk
Date: Mon Aug 1 10:15:46 2016
New Revision: 277346
URL: http://llvm.org/viewvc/llvm-project?rev=277346&view=rev
Log:
[lldb] Ignore various test artifacts (NFCI)
Differential Revision: https://reviews.llvm.org/D22988
Modified:
lldb/trunk/.gitignore
Modified: lldb/trunk/.giti
Author: vedantk
Date: Mon Aug 1 11:37:37 2016
New Revision: 277350
URL: http://llvm.org/viewvc/llvm-project?rev=277350&view=rev
Log:
[lldb][tsan] Perform one map lookup instead of two (NFC)
Differential Revision: https://reviews.llvm.org/D22983
Modified:
lldb/trunk/source/Plugins/Instrumen
Author: vedantk
Date: Mon Aug 1 11:37:42 2016
New Revision: 277351
URL: http://llvm.org/viewvc/llvm-project?rev=277351&view=rev
Log:
[lldb] Delete dead, infinitely-recursive code (NFC)
Differential Revision: https://reviews.llvm.org/D22985
Modified:
lldb/trunk/tools/debugserver/source/MacOS
Author: vedantk
Date: Mon Aug 1 13:02:56 2016
New Revision: 277359
URL: http://llvm.org/viewvc/llvm-project?rev=277359&view=rev
Log:
[asan] Remove unused #include (NFC)
Modified:
lldb/trunk/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h
Modified:
lldb/tru
vsk created this revision.
vsk added reviewers: kubabrecka, k8stone.
vsk added subscribers: lldb-commits, friss.
Adapters for instrumentation runtimes have to do two basic things:
1) Load a runtime library.
2) Install breakpoints in that library.
This logic is duplicated in the adapters for
vsk created this revision.
vsk added reviewers: clayborg, labath.
vsk added a subscriber: lldb-commits.
https://reviews.llvm.org/D23070
Files:
tools/debugserver/source/MacOSX/CFData.cpp
tools/debugserver/source/MacOSX/CFData.h
tools/debugserver/source/MacOSX/CMakeLists.txt
tools/debugserv
vsk created this revision.
vsk added reviewers: kubabrecka, k8stone.
vsk added a subscriber: lldb-commits.
vsk added a dependency: D23043: [InstrumentationRuntime] Refactor the API (Part
1/N) (NFCI).
Factor out some common logic used to find the runtime library in a list
of modules.
Depends on D
Author: vedantk
Date: Fri Aug 5 12:28:28 2016
New Revision: 277837
URL: http://llvm.org/viewvc/llvm-project?rev=277837&view=rev
Log:
[asan] Remove unused include (NFC)
Modified:
lldb/trunk/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
Modified:
lldb/tr
Author: vedantk
Date: Tue Aug 9 12:42:11 2016
New Revision: 278142
URL: http://llvm.org/viewvc/llvm-project?rev=278142&view=rev
Log:
[debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)
Differential Revision: https://reviews.llvm.org/D23070
Removed:
lldb/trunk/tools/debu
My mistake -- I should have updated the *.pbxproj file with r278142.
Thanks for fixing this Enrico!
vedant
> On Aug 9, 2016, at 1:32 PM, Enrico Granata via lldb-commits
> wrote:
>
> Author: enrico
> Date: Tue Aug 9 15:32:42 2016
> New Revision: 278158
>
> URL: http://llvm.org/viewvc/llvm-pr
vsk added a comment.
Thanks for the review!
Normally I'd be happy to commit some clang-format changes as a follow-up, but
the lldb team is planning on doing a project-wide clang-format commit in early
September. Maybe it would be best to wait for that?
https://reviews.llvm.org/D23150
_
Author: vedantk
Date: Thu Aug 11 12:28:37 2016
New Revision: 278368
URL: http://llvm.org/viewvc/llvm-project?rev=278368&view=rev
Log:
[InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Factor out some common logic used to find the runtime library in a list
of modules.
Differential Revis
Author: vedantk
Date: Thu Aug 11 12:28:33 2016
New Revision: 278367
URL: http://llvm.org/viewvc/llvm-project?rev=278367&view=rev
Log:
[InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Adapters for instrumentation runtimes have to do two basic things:
1) Load a runtime library.
2) I
Author: vedantk
Date: Fri Aug 19 13:41:50 2016
New Revision: 279296
URL: http://llvm.org/viewvc/llvm-project?rev=279296&view=rev
Log:
[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)
It's pulling in all kinds of things it doesn't need (e.g, clang-tidy!).
Eliminating this dependency
Author: vedantk
Date: Fri Aug 19 16:00:40 2016
New Revision: 279322
URL: http://llvm.org/viewvc/llvm-project?rev=279322&view=rev
Log:
Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"
This reverts commit r279296. Including LLDBDependencies breaks the
netbsd lldb bot because
vsk added a subscriber: vsk.
vsk added a comment.
Hi @zturner, this seems to have upset an lldb bot. Could you take a look
(https://llvm.org/bugs/show_bug.cgi?id=27362)?
http://reviews.llvm.org/D18848
___
lldb-commits mailing list
lldb-commits@list
Author: Vedant Kumar
Date: 2021-09-14T13:31:52-07:00
New Revision: 66902a32c83809d26662f76e4107d5dd777610c3
URL:
https://github.com/llvm/llvm-project/commit/66902a32c83809d26662f76e4107d5dd777610c3
DIFF:
https://github.com/llvm/llvm-project/commit/66902a32c83809d26662f76e4107d5dd777610c3.diff
Author: Vedant Kumar
Date: 2021-09-16T13:35:06-07:00
New Revision: 7eb67748f9d7186419d678e807c01fc2a3811a80
URL:
https://github.com/llvm/llvm-project/commit/7eb67748f9d7186419d678e807c01fc2a3811a80
DIFF:
https://github.com/llvm/llvm-project/commit/7eb67748f9d7186419d678e807c01fc2a3811a80.diff
Author: Vedant Kumar
Date: 2021-09-16T13:43:35-07:00
New Revision: 79e48f3c7c8ca205048f584b7658ef001a677c6d
URL:
https://github.com/llvm/llvm-project/commit/79e48f3c7c8ca205048f584b7658ef001a677c6d
DIFF:
https://github.com/llvm/llvm-project/commit/79e48f3c7c8ca205048f584b7658ef001a677c6d.diff
Author: Vedant Kumar
Date: 2021-09-17T16:45:03-07:00
New Revision: 3b14d80ad4af303c9f7df189b8b7eee528d0ec8d
URL:
https://github.com/llvm/llvm-project/commit/3b14d80ad4af303c9f7df189b8b7eee528d0ec8d
DIFF:
https://github.com/llvm/llvm-project/commit/3b14d80ad4af303c9f7df189b8b7eee528d0ec8d.diff
Author: Vedant Kumar
Date: 2021-09-20T10:23:35-07:00
New Revision: e31b2d7d7be98cbbaa665b2702cd0ed2975da4cc
URL:
https://github.com/llvm/llvm-project/commit/e31b2d7d7be98cbbaa665b2702cd0ed2975da4cc
DIFF:
https://github.com/llvm/llvm-project/commit/e31b2d7d7be98cbbaa665b2702cd0ed2975da4cc.diff
Author: Vedant Kumar
Date: 2021-10-19T13:25:14-07:00
New Revision: 5e004b03f72a17f916b93792eb778dfa9e7a09cc
URL:
https://github.com/llvm/llvm-project/commit/5e004b03f72a17f916b93792eb778dfa9e7a09cc
DIFF:
https://github.com/llvm/llvm-project/commit/5e004b03f72a17f916b93792eb778dfa9e7a09cc.diff
Author: Vedant Kumar
Date: 2020-02-10T10:06:40-08:00
New Revision: 936d1427da1432d724dfa5851097347bcdf7c521
URL:
https://github.com/llvm/llvm-project/commit/936d1427da1432d724dfa5851097347bcdf7c521
DIFF:
https://github.com/llvm/llvm-project/commit/936d1427da1432d724dfa5851097347bcdf7c521.diff
Author: Vedant Kumar
Date: 2020-02-10T10:13:05-08:00
New Revision: eaeb5610ced23404f2c799d6e0c46c05f06ac3b5
URL:
https://github.com/llvm/llvm-project/commit/eaeb5610ced23404f2c799d6e0c46c05f06ac3b5
DIFF:
https://github.com/llvm/llvm-project/commit/eaeb5610ced23404f2c799d6e0c46c05f06ac3b5.diff
Author: Vedant Kumar
Date: 2020-02-10T12:06:46-08:00
New Revision: d23c15a687ff15327b88fa64da3184395012c2dc
URL:
https://github.com/llvm/llvm-project/commit/d23c15a687ff15327b88fa64da3184395012c2dc
DIFF:
https://github.com/llvm/llvm-project/commit/d23c15a687ff15327b88fa64da3184395012c2dc.diff
Author: Vedant Kumar
Date: 2020-02-10T14:34:48-08:00
New Revision: bf65f19bce88fd9f1a74154d92afe37193ecd7a5
URL:
https://github.com/llvm/llvm-project/commit/bf65f19bce88fd9f1a74154d92afe37193ecd7a5
DIFF:
https://github.com/llvm/llvm-project/commit/bf65f19bce88fd9f1a74154d92afe37193ecd7a5.diff
Author: Vedant Kumar
Date: 2020-02-12T11:24:03-08:00
New Revision: 90a94c02fb243f0b49ee9933b0e8145147f84e32
URL:
https://github.com/llvm/llvm-project/commit/90a94c02fb243f0b49ee9933b0e8145147f84e32
DIFF:
https://github.com/llvm/llvm-project/commit/90a94c02fb243f0b49ee9933b0e8145147f84e32.diff
Author: Vedant Kumar
Date: 2020-02-12T11:24:02-08:00
New Revision: d6e47a405a3481c9c40ebe1c339349c01c504bd6
URL:
https://github.com/llvm/llvm-project/commit/d6e47a405a3481c9c40ebe1c339349c01c504bd6
DIFF:
https://github.com/llvm/llvm-project/commit/d6e47a405a3481c9c40ebe1c339349c01c504bd6.diff
Author: Vedant Kumar
Date: 2020-02-12T11:24:03-08:00
New Revision: 7aabad131288a598c90903ae7d96383105ae3fc2
URL:
https://github.com/llvm/llvm-project/commit/7aabad131288a598c90903ae7d96383105ae3fc2
DIFF:
https://github.com/llvm/llvm-project/commit/7aabad131288a598c90903ae7d96383105ae3fc2.diff
Author: Vedant Kumar
Date: 2020-02-21T15:54:38-08:00
New Revision: 8a0f0e2656abf76b771037c6543caf9a31744120
URL:
https://github.com/llvm/llvm-project/commit/8a0f0e2656abf76b771037c6543caf9a31744120
DIFF:
https://github.com/llvm/llvm-project/commit/8a0f0e2656abf76b771037c6543caf9a31744120.diff
Author: Vedant Kumar
Date: 2020-02-26T10:11:39-08:00
New Revision: 7822c8c03e9fe8c857da21c4ccbe28396b43130d
URL:
https://github.com/llvm/llvm-project/commit/7822c8c03e9fe8c857da21c4ccbe28396b43130d
DIFF:
https://github.com/llvm/llvm-project/commit/7822c8c03e9fe8c857da21c4ccbe28396b43130d.diff
Author: Vedant Kumar
Date: 2020-03-24T12:02:03-07:00
New Revision: 6905394d153960ded3a7b884a9747ed2d4a6e8d8
URL:
https://github.com/llvm/llvm-project/commit/6905394d153960ded3a7b884a9747ed2d4a6e8d8
DIFF:
https://github.com/llvm/llvm-project/commit/6905394d153960ded3a7b884a9747ed2d4a6e8d8.diff
Author: Vedant Kumar
Date: 2020-03-24T12:22:12-07:00
New Revision: 0a9b91c390b281e90e51d5839557c5a189dd5401
URL:
https://github.com/llvm/llvm-project/commit/0a9b91c390b281e90e51d5839557c5a189dd5401
DIFF:
https://github.com/llvm/llvm-project/commit/0a9b91c390b281e90e51d5839557c5a189dd5401.diff
Author: Vedant Kumar
Date: 2020-03-24T12:54:40-07:00
New Revision: 03e29e2c19a8e1f6a225b1878df3eed4e54891e5
URL:
https://github.com/llvm/llvm-project/commit/03e29e2c19a8e1f6a225b1878df3eed4e54891e5
DIFF:
https://github.com/llvm/llvm-project/commit/03e29e2c19a8e1f6a225b1878df3eed4e54891e5.diff
Author: Vedant Kumar
Date: 2020-04-01T15:23:07-07:00
New Revision: f203100ebe22bf97a4268a562cdbef22d14db915
URL:
https://github.com/llvm/llvm-project/commit/f203100ebe22bf97a4268a562cdbef22d14db915
DIFF:
https://github.com/llvm/llvm-project/commit/f203100ebe22bf97a4268a562cdbef22d14db915.diff
Author: Vedant Kumar
Date: 2021-03-10T13:57:10-08:00
New Revision: ac29c35207a506eedaaea8a4196b83facbf978da
URL:
https://github.com/llvm/llvm-project/commit/ac29c35207a506eedaaea8a4196b83facbf978da
DIFF:
https://github.com/llvm/llvm-project/commit/ac29c35207a506eedaaea8a4196b83facbf978da.diff
Author: Vedant Kumar
Date: 2021-03-19T15:13:43-07:00
New Revision: cb8c1ee269da72eb6e2c18800cd8ab0a74050785
URL:
https://github.com/llvm/llvm-project/commit/cb8c1ee269da72eb6e2c18800cd8ab0a74050785
DIFF:
https://github.com/llvm/llvm-project/commit/cb8c1ee269da72eb6e2c18800cd8ab0a74050785.diff
Author: Vedant Kumar
Date: 2021-03-19T15:26:16-07:00
New Revision: d8d5ef2e9d84fbbc2878b3fd977f9c62ea0661d7
URL:
https://github.com/llvm/llvm-project/commit/d8d5ef2e9d84fbbc2878b3fd977f9c62ea0661d7
DIFF:
https://github.com/llvm/llvm-project/commit/d8d5ef2e9d84fbbc2878b3fd977f9c62ea0661d7.diff
Author: Vedant Kumar
Date: 2021-03-19T16:06:00-07:00
New Revision: 4bd2bfb6ec0980853d7f9d1874e0547b68b7a61e
URL:
https://github.com/llvm/llvm-project/commit/4bd2bfb6ec0980853d7f9d1874e0547b68b7a61e
DIFF:
https://github.com/llvm/llvm-project/commit/4bd2bfb6ec0980853d7f9d1874e0547b68b7a61e.diff
Author: Vedant Kumar
Date: 2021-03-25T14:25:10-07:00
New Revision: 414412d3dcbcf1fae0dc217085b63ab08ac41f37
URL:
https://github.com/llvm/llvm-project/commit/414412d3dcbcf1fae0dc217085b63ab08ac41f37
DIFF:
https://github.com/llvm/llvm-project/commit/414412d3dcbcf1fae0dc217085b63ab08ac41f37.diff
Author: Vedant Kumar
Date: 2021-04-01T10:15:25-07:00
New Revision: 7d15fb5779452c5efbceb82ce0e1f8724a82d290
URL:
https://github.com/llvm/llvm-project/commit/7d15fb5779452c5efbceb82ce0e1f8724a82d290
DIFF:
https://github.com/llvm/llvm-project/commit/7d15fb5779452c5efbceb82ce0e1f8724a82d290.diff
Author: Vedant Kumar
Date: 2020-07-21T11:29:09-07:00
New Revision: 46334dfc3ba99ee5300675f8300b9044e350f2ff
URL:
https://github.com/llvm/llvm-project/commit/46334dfc3ba99ee5300675f8300b9044e350f2ff
DIFF:
https://github.com/llvm/llvm-project/commit/46334dfc3ba99ee5300675f8300b9044e350f2ff.diff
Thanks, that addressed the issue.
> On Jul 24, 2020, at 1:41 PM, Petr Hosek wrote:
>
> Thanks for the heads up, this should be addressed by
> c86f56e32e724c6018e579bb2bc11e667c96fc96, let me know if there are other
> issues.
>
> On Fri, Jul 24, 2020 at 12:33 PM Vedant Kumar via Phabricator
>
Author: Vedant Kumar
Date: 2020-08-12T13:34:29-07:00
New Revision: d49aedd315e35180b1df19476353ebe2558a318b
URL:
https://github.com/llvm/llvm-project/commit/d49aedd315e35180b1df19476353ebe2558a318b
DIFF:
https://github.com/llvm/llvm-project/commit/d49aedd315e35180b1df19476353ebe2558a318b.diff
Author: Vedant Kumar
Date: 2020-09-17T16:54:58-07:00
New Revision: 4926a5ee63017396e1c55b1505f9fd2bed858218
URL:
https://github.com/llvm/llvm-project/commit/4926a5ee63017396e1c55b1505f9fd2bed858218
DIFF:
https://github.com/llvm/llvm-project/commit/4926a5ee63017396e1c55b1505f9fd2bed858218.diff
Hey Walter,
Really excited to see that this landed! I have one post-commit review comment
inline --
> On Sep 21, 2020, at 5:13 PM, Walter Erquinigo via lldb-commits
> wrote:
>
>
> Author: Walter Erquinigo
> Date: 2020-09-21T17:13:18-07:00
> New Revision: 74c93956e1c1f1054dfb040ce26830016e0f3
Author: vedantk
Date: Mon Sep 30 10:11:46 2019
New Revision: 373233
URL: http://llvm.org/viewvc/llvm-project?rev=373233&view=rev
Log:
[test] Make TestBasicEntryValuesX86_64 run on Linux as well as Darwin
I think a reasonable plan here is to add support for OSes following the
SysV ABI one by one,
Author: vedantk
Date: Mon Sep 30 14:20:14 2019
New Revision: 373267
URL: http://llvm.org/viewvc/llvm-project?rev=373267&view=rev
Log:
[StackFrameList][DFS] Turn a few raw pointers into references, NFC
Modified:
lldb/trunk/source/Symbol/Function.cpp
lldb/trunk/source/Target/StackFrameList.
Author: vedantk
Date: Mon Oct 7 10:22:53 2019
New Revision: 373927
URL: http://llvm.org/viewvc/llvm-project?rev=373927&view=rev
Log:
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Split out the logic to parse structure-like types into a separate
function, in an attempt to redu
Author: vedantk
Date: Mon Oct 7 10:22:50 2019
New Revision: 373926
URL: http://llvm.org/viewvc/llvm-project?rev=373926&view=rev
Log:
[DWARFASTParserClang] Delete commented-out typedef, NFC
(& group together all the protected members & typedefs)
Modified:
lldb/trunk/source/Plugins/SymbolFile
Author: vedantk
Date: Tue Oct 8 12:40:13 2019
New Revision: 374106
URL: http://llvm.org/viewvc/llvm-project?rev=374106&view=rev
Log:
StopInfo/Mach: Use early-exits, reflow messy comments, NFCI
Modified:
lldb/trunk/include/lldb/Target/StopInfo.h
lldb/trunk/source/Plugins/Process/Utility/S
Author: vedantk
Date: Tue Oct 8 13:47:44 2019
New Revision: 374114
URL: http://llvm.org/viewvc/llvm-project?rev=374114&view=rev
Log:
StopInfo/Mach: Delete PPC support
LLDB appears to have at least partial support for PPC, but PPC on Mach
isn't a thing AFAIK.
Differential Revision: https://revie
Author: vedantk
Date: Wed Oct 9 13:21:33 2019
New Revision: 374212
URL: http://llvm.org/viewvc/llvm-project?rev=374212&view=rev
Log:
[test] Skip entry value test when clang < 10.0.0
clang-9 emitted the wrong opcode for entry values on Darwin.
rdar://56119661
Modified:
lldb/trunk/packages/
Author: Vedant Kumar
Date: 2019-10-18T21:05:30Z
New Revision: 32ce14e55e5a99dd99c3b4fd4bd0ccaaf2948c30
URL:
https://github.com/llvm/llvm-project/commit/32ce14e55e5a99dd99c3b4fd4bd0ccaaf2948c30
DIFF:
https://github.com/llvm/llvm-project/commit/32ce14e55e5a99dd99c3b4fd4bd0ccaaf2948c30.diff
Author: Vedant Kumar
Date: 2019-10-24T13:19:49-07:00
New Revision: d0bd3fc88be54c4e11f49cfa31e427700bb1e9af
URL:
https://github.com/llvm/llvm-project/commit/d0bd3fc88be54c4e11f49cfa31e427700bb1e9af
DIFF:
https://github.com/llvm/llvm-project/commit/d0bd3fc88be54c4e11f49cfa31e427700bb1e9af.diff
Author: Vedant Kumar
Date: 2019-10-25T11:16:51-07:00
New Revision: 72105b9dcd67eb539b77a77c5ed3530da1171724
URL:
https://github.com/llvm/llvm-project/commit/72105b9dcd67eb539b77a77c5ed3530da1171724
DIFF:
https://github.com/llvm/llvm-project/commit/72105b9dcd67eb539b77a77c5ed3530da1171724.diff
Author: Vedant Kumar
Date: 2019-10-25T11:19:10-07:00
New Revision: 0877dd14e4e85550f8e267b5ceeff1d3409c41ba
URL:
https://github.com/llvm/llvm-project/commit/0877dd14e4e85550f8e267b5ceeff1d3409c41ba
DIFF:
https://github.com/llvm/llvm-project/commit/0877dd14e4e85550f8e267b5ceeff1d3409c41ba.diff
Author: Vedant Kumar
Date: 2019-10-28T15:34:39-07:00
New Revision: 82d3ba87d06f9e2abc6e27d8799587d433c56630
URL:
https://github.com/llvm/llvm-project/commit/82d3ba87d06f9e2abc6e27d8799587d433c56630
DIFF:
https://github.com/llvm/llvm-project/commit/82d3ba87d06f9e2abc6e27d8799587d433c56630.diff
Author: Vedant Kumar
Date: 2019-11-04T17:38:13-08:00
New Revision: 610f80f7baea5e46c0ccd4cbb905a679c7c56a05
URL:
https://github.com/llvm/llvm-project/commit/610f80f7baea5e46c0ccd4cbb905a679c7c56a05
DIFF:
https://github.com/llvm/llvm-project/commit/610f80f7baea5e46c0ccd4cbb905a679c7c56a05.diff
Author: Vedant Kumar
Date: 2019-11-18T10:27:27-08:00
New Revision: 4624e83ce7b124545b55e45ba13f2d900ed65654
URL:
https://github.com/llvm/llvm-project/commit/4624e83ce7b124545b55e45ba13f2d900ed65654
DIFF:
https://github.com/llvm/llvm-project/commit/4624e83ce7b124545b55e45ba13f2d900ed65654.diff
Author: vedantk
Date: Thu Aug 22 11:51:03 2019
New Revision: 369684
URL: http://llvm.org/viewvc/llvm-project?rev=369684&view=rev
Log:
[heap.py] Add missing declaration for malloc_get_all_zones
The evaluation context isn't guaranteed to have this declaration.
Fixes "error: use of undeclared ident
Author: vedantk
Date: Thu Aug 22 14:01:45 2019
New Revision: 369706
URL: http://llvm.org/viewvc/llvm-project?rev=369706&view=rev
Log:
Revert [heap.py] Add missing declaration for malloc_get_all_zones
This reverts r369684 (git commit cc62e38d258f414c196b566374c606e83a85a034)
Adding a declaration
Author: vedantk
Date: Fri Aug 23 15:28:46 2019
New Revision: 369821
URL: http://llvm.org/viewvc/llvm-project?rev=369821&view=rev
Log:
Skip tail call frame tests when dwarf_version < 4
rdar://problem/54656572
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/tail_call_frame
Author: vedantk
Date: Mon Aug 26 16:24:45 2019
New Revision: 369987
URL: http://llvm.org/viewvc/llvm-project?rev=369987&view=rev
Log:
[build_exception] Decode build failure messages
This is so that the test harness pretty-prints build error messages in
trace mode, instead of dumping a raw python
Author: vedantk
Date: Tue Sep 10 11:36:53 2019
New Revision: 371544
URL: http://llvm.org/viewvc/llvm-project?rev=371544&view=rev
Log:
[lldbtest] Add an "expected_cmd_failure" option to the filecheck helper
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py
Modified: lldb/trunk/p
Author: vedantk
Date: Tue Sep 10 11:36:50 2019
New Revision: 371543
URL: http://llvm.org/viewvc/llvm-project?rev=371543&view=rev
Log:
[Function] Factor out GetCallEdgeForReturnAddress, NFC
Finding the call edge in a function which corresponds to a particular
return address is a generic/useful ope
Author: vedantk
Date: Wed Sep 11 14:23:45 2019
New Revision: 371668
URL: http://llvm.org/viewvc/llvm-project?rev=371668&view=rev
Log:
[DWARF] Evaluate DW_OP_entry_value
Add support for evaluating DW_OP_entry_value. This involves parsing
DW_TAG_call_site_parameter and wiring the information throug
Author: vedantk
Date: Wed Sep 11 14:23:42 2019
New Revision: 371667
URL: http://llvm.org/viewvc/llvm-project?rev=371667&view=rev
Log:
[Status] Add a LLDB_ERRORF macro for error reporting (similar to LLDB_LOGF)
Modified:
lldb/trunk/include/lldb/Utility/Status.h
Modified: lldb/trunk/include/ll
Author: vedantk
Date: Wed Sep 25 11:00:31 2019
New Revision: 372903
URL: http://llvm.org/viewvc/llvm-project?rev=372903&view=rev
Log:
[Mangle] Add flag to asm labels to disable '\01' prefixing
LLDB synthesizes decls using asm labels. These decls cannot have a mangle
different than the one specifi
Author: Vedant Kumar
Date: 2020-10-28T12:06:02-07:00
New Revision: 158f3360438f92cefc60041dcb8db980d7d1c744
URL:
https://github.com/llvm/llvm-project/commit/158f3360438f92cefc60041dcb8db980d7d1c744
DIFF:
https://github.com/llvm/llvm-project/commit/158f3360438f92cefc60041dcb8db980d7d1c744.diff
Author: Vedant Kumar
Date: 2020-11-05T16:04:02-08:00
New Revision: 16e5a347e70b4c819ff4402320457cc2c8ca
URL:
https://github.com/llvm/llvm-project/commit/16e5a347e70b4c819ff4402320457cc2c8ca
DIFF:
https://github.com/llvm/llvm-project/commit/16e5a347e70b4c819ff4402320457cc2c8ca.diff
Author: Vedant Kumar
Date: 2020-11-05T16:56:37-08:00
New Revision: 65d15fefe3392b1db2f679b3df029d43d8d26d2d
URL:
https://github.com/llvm/llvm-project/commit/65d15fefe3392b1db2f679b3df029d43d8d26d2d
DIFF:
https://github.com/llvm/llvm-project/commit/65d15fefe3392b1db2f679b3df029d43d8d26d2d.diff
Author: Vedant Kumar
Date: 2020-11-10T16:13:39-08:00
New Revision: ba21376883d4527204ab6716597ca179e0b76157
URL:
https://github.com/llvm/llvm-project/commit/ba21376883d4527204ab6716597ca179e0b76157
DIFF:
https://github.com/llvm/llvm-project/commit/ba21376883d4527204ab6716597ca179e0b76157.diff
Author: Vedant Kumar
Date: 2020-11-10T16:15:03-08:00
New Revision: 04cd6c62176ce027af2d343044b84ce5d317aee7
URL:
https://github.com/llvm/llvm-project/commit/04cd6c62176ce027af2d343044b84ce5d317aee7
DIFF:
https://github.com/llvm/llvm-project/commit/04cd6c62176ce027af2d343044b84ce5d317aee7.diff
Author: Vedant Kumar
Date: 2020-11-10T16:14:52-08:00
New Revision: 34d56b05fd78f0d3043f7f02badf7067cecadb30
URL:
https://github.com/llvm/llvm-project/commit/34d56b05fd78f0d3043f7f02badf7067cecadb30
DIFF:
https://github.com/llvm/llvm-project/commit/34d56b05fd78f0d3043f7f02badf7067cecadb30.diff
101 - 200 of 243 matches
Mail list logo