[Lldb-commits] [lldb] r327463 - [test] Replace some references to Apple-internal bugs

2018-03-13 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327552 - [test] Delete some xfailed lldb-mi tests

2018-03-14 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327568 - [test] Skip some lldb-mi tests which time out on Darwin

2018-03-14 Thread Vedant Kumar via lldb-commits
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/

[Lldb-commits] [lldb] r327586 - [test] Skip more lldb-mi tests which occasionally time out on Darwin

2018-03-14 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327595 - [test] cmake: Ensure liblldb builds before tests run

2018-03-14 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [lldb] r327625 - Next batch of test-tree-cleaning changes

2018-03-15 Thread Vedant Kumar via lldb-commits
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. >> >

Re: [Lldb-commits] [lldb] r327625 - Next batch of test-tree-cleaning changes

2018-03-15 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327691 - [cmake] Copy system debugserver from the right place when only CommandLineTools

2018-03-15 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327692 - Skip more lldb-mi tests which time out on Darwin

2018-03-15 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327731 - Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts

2018-03-16 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327865 - Xcode: Include DWARFUnit.{h, cpp} in the build

2018-03-19 Thread Vedant Kumar via lldb-commits
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:

[Lldb-commits] [lldb] r327906 - [test] Skip flaky tests in TestMiSyntax on Darwin

2018-03-19 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r327905 - [test] Skip flaky TestThreadStates tests on Darwin

2018-03-19 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [lldb] r330708 - [dotest] Make the set of tests independent of the test configuration

2018-04-25 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [lldb] r330708 - [dotest] Make the set of tests independent of the test configuration

2018-04-25 Thread Vedant Kumar via lldb-commits
> 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

Re: [Lldb-commits] [lldb] r330708 - [dotest] Make the set of tests independent of the test configuration

2018-04-25 Thread Vedant Kumar via lldb-commits
> 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 >>> + >>> +

[Lldb-commits] [lldb] r313181 - [unittests] Speculative fix for changes introduced in rL313156

2017-09-13 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r313183 - [unittests] Another speculative fix for changes introduced in rL313156

2017-09-13 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [PATCH] D26338: [lldb] Don't build unit tests for unsupported targets

2016-11-06 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r286093 - [lldb] Fix -Waggressive-loop-optimizations warning

2016-11-06 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [PATCH] D26338: [lldb] Don't build unit tests for unsupported targets

2016-11-07 Thread Vedant Kumar via lldb-commits
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. >

[Lldb-commits] [lldb] r286215 - [lldb] Don't build unit tests for unsupported targets

2016-11-07 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [PATCH] D22463: [RFC] Moving to GitHub Proposal: NOT DECISION!

2016-07-18 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [PATCH] D22988: [lldb] Ignore various test artifacts (NFCI)

2016-07-29 Thread Vedant Kumar via lldb-commits
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 @

[Lldb-commits] [lldb] r277347 - [lldb][tsan] Avoid a string copy (NFC)

2016-08-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r277346 - [lldb] Ignore various test artifacts (NFCI)

2016-08-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r277350 - [lldb][tsan] Perform one map lookup instead of two (NFC)

2016-08-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r277351 - [lldb] Delete dead, infinitely-recursive code (NFC)

2016-08-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r277359 - [asan] Remove unused #include (NFC)

2016-08-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [PATCH] D23043: [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)

2016-08-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [PATCH] D23070: [debugserver] Delete CFData.{h, cpp}, since they appear to be dead (NFCI)

2016-08-02 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)

2016-08-03 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r277837 - [asan] Remove unused include (NFC)

2016-08-05 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r278142 - [debugserver] Delete CFData.{h, cpp}, since they appear to be dead (NFCI)

2016-08-09 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [lldb] r278158 - Remove CFData from the xcodeproj as well

2016-08-09 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)

2016-08-11 Thread Vedant Kumar via lldb-commits
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 _

[Lldb-commits] [lldb] r278368 - [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)

2016-08-11 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r278367 - [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)

2016-08-11 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r279296 - [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)

2016-08-19 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r279322 - Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"

2016-08-19 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

2016-04-16 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 66902a3 - [StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failures

2021-09-14 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 7eb6774 - [MachCore] Report arm64 thread exception state

2021-09-16 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 79e48f3 - Revert "[MachCore] Report arm64 thread exception state"

2021-09-16 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 3b14d80 - [MachCore] Report arm64 thread exception state

2021-09-17 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] e31b2d7 - [lldb][crashlog] Avoid specifying arch for image when a UUID is present

2021-09-20 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 5e004b0 - [lldb/test] Update test/API/functionalities/load_lazy to macOS 12

2021-10-19 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 936d142 - [Host.mm] Check for the right macro instead of inlining it

2020-02-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] eaeb561 - debugserver: Rely on mig architectures being specified externally

2020-02-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] d23c15a - Do not define AcceptPIDFromInferior when it will not be used

2020-02-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] bf65f19 - Revert "[Host.mm] Check for the right macro instead of inlining it"

2020-02-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 90a94c0 - [lldb/LibCxx] Have ExtractLibcxxStringInfo return an Optional result, NFC

2020-02-12 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] d6e47a4 - [lldb/TypeSystemClang] Supply trivial TypeSourceInfo to NonTypeTemplateParmDecl::Create

2020-02-12 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 7aabad1 - [lldb/StringPrinter] Avoid reading garbage in uninitialized strings

2020-02-12 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 8a0f0e2 - [lldb/test] Tweak libcxx string test on Apple+ARM devices

2020-02-21 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 7822c8c - [lldb/test] Skip running a test under ASan, it intentionally double-frees

2020-02-26 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 6905394 - [lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address

2020-03-24 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 0a9b91c - Revert "[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address"

2020-03-24 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 03e29e2 - [lldb/DWARF] Reland: Use DW_AT_call_pc to determine artificial frame address

2020-03-24 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] f203100 - Reapply: [Host.mm] Check for the right macro instead of inlining it

2020-04-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] ac29c35 - [lldb/Platform] Skip very slow xcrun queries for simulator platforms, NFC

2021-03-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] cb8c1ee - [lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZY

2021-03-19 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] d8d5ef2 - Revert "[lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZY"

2021-03-19 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 4bd2bfb - [lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZY (reapply)

2021-03-19 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 414412d - [lldb/Commands] Fix spelling of target.move-to-nearest-code in helptext

2021-03-25 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 7d15fb5 - [lldb/test] Respect --apple-sdk path when querying SDK info

2021-04-01 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 46334df - [lldb/test] Skip test in TestBitfieldIvars.py instead of xfailing it

2020-07-21 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [PATCH] D79219: [CMake] Simplify CMake handling for zlib

2020-07-24 Thread Vedant Kumar via lldb-commits
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 >

[Lldb-commits] [lldb] d49aedd - Build a flat LLDB.framework for embedded Darwin targets

2020-08-12 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 4926a5e - [lldb] Clarify docstring for SBBlock::IsInlined, NFC

2020-09-17 Thread Vedant Kumar via lldb-commits
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

Re: [Lldb-commits] [lldb] 74c9395 - Add a "Trace" plug-in to LLDB to add process trace support in stages.

2020-09-28 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r373233 - [test] Make TestBasicEntryValuesX86_64 run on Linux as well as Darwin

2019-09-30 Thread Vedant Kumar via lldb-commits
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,

[Lldb-commits] [lldb] r373267 - [StackFrameList][DFS] Turn a few raw pointers into references, NFC

2019-09-30 Thread Vedant Kumar via lldb-commits
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.

[Lldb-commits] [lldb] r373927 - [DWARFASTParserClang] Factor out structure-like type parsing, NFC

2019-10-07 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r373926 - [DWARFASTParserClang] Delete commented-out typedef, NFC

2019-10-07 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r374106 - StopInfo/Mach: Use early-exits, reflow messy comments, NFCI

2019-10-08 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r374114 - StopInfo/Mach: Delete PPC support

2019-10-08 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r374212 - [test] Skip entry value test when clang < 10.0.0

2019-10-09 Thread Vedant Kumar via lldb-commits
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/

[Lldb-commits] [lldb] 32ce14e - Disable exit-on-SIGPIPE in lldb

2019-10-18 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] d0bd3fc - Revert "Disable exit-on-SIGPIPE in lldb"

2019-10-24 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 72105b9 - Fix compilation error in ObjectFileMachO::ParseSymtab

2019-10-25 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 0877dd1 - [Driver] Force llvm to install its handlers before lldb's

2019-10-25 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 82d3ba8 - [debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLE

2019-10-28 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 610f80f - [cmake] Add an option to skip stripping before install

2019-11-04 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 4624e83 - [Signal] Allow llvm clients to opt into one-shot SIGPIPE handling

2019-11-18 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r369684 - [heap.py] Add missing declaration for malloc_get_all_zones

2019-08-22 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r369706 - Revert [heap.py] Add missing declaration for malloc_get_all_zones

2019-08-22 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r369821 - Skip tail call frame tests when dwarf_version < 4

2019-08-23 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r369987 - [build_exception] Decode build failure messages

2019-08-26 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r371544 - [lldbtest] Add an "expected_cmd_failure" option to the filecheck helper

2019-09-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r371543 - [Function] Factor out GetCallEdgeForReturnAddress, NFC

2019-09-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r371668 - [DWARF] Evaluate DW_OP_entry_value

2019-09-11 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r371667 - [Status] Add a LLDB_ERRORF macro for error reporting (similar to LLDB_LOGF)

2019-09-11 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] r372903 - [Mangle] Add flag to asm labels to disable '\01' prefixing

2019-09-25 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 158f336 - [lldb] Delete lldb/utils/test

2020-10-28 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 16e5a34 - [TargetList] Simplify dummy target creation

2020-11-05 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 65d15fe - [TargetList] Delete the destructor

2020-11-05 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] ba21376 - [Command] Fix accidental word concatenation in Options.td

2020-11-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 04cd6c6 - [ThreadPlan] Delete unused ThreadPlanStepInRange code, NFC

2020-11-10 Thread Vedant Kumar via lldb-commits
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

[Lldb-commits] [lldb] 34d56b0 - [ThreadPlan] Reflow docs to fit the 80 column limit, NFC

2020-11-10 Thread Vedant Kumar via lldb-commits
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

<    1   2   3   >