[Lldb-commits] [PATCH] D25486: Fix lookup path for lldb-mi

2016-10-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284041: Fix lookup path for lldb-mi (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25486?vs=74292&id=74429#toc Repository: rL LLVM https://reviews.llvm.org/D25486 Files:

[Lldb-commits] [PATCH] D25487: Fix building tests without system headers on Darwin

2016-10-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284042: Fix building tests without system headers on Darwin (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25487?vs=74293&id=74430#toc Repository: rL LLVM https://review

[Lldb-commits] [PATCH] D25488: Fix test suite lookup path for LLDB.h

2016-10-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284043: Fix test suite lookup path for LLDB.h (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25488?vs=74294&id=74431#toc Repository: rL LLVM https://reviews.llvm.org/D25

[Lldb-commits] [PATCH] D25489: Use LLDB_SRC for relative paths

2016-10-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284045: Use LLDB_SRC for relative paths (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25489?vs=74295&id=74433#toc Repository: rL LLVM https://reviews.llvm.org/D25489 F

[Lldb-commits] [PATCH] D25490: [CMake] Cleanup check-lldb targets

2016-10-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284046: [CMake] Cleanup check-lldb targets (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25490?vs=74296&id=74434#toc Repository: rL LLVM https://reviews.llvm.org/D25490

[Lldb-commits] [PATCH] D25570: [CMake] Populate LLDB.framework's headers directory

2016-10-14 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284250: [CMake] Populate LLDB.framework's headers directory (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25570?vs=74543&id=74708#toc Repository: rL LLVM https://review

[Lldb-commits] [PATCH] D25753: Use clang --driver-mode instead of guessing c++ compiler path

2016-10-18 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284550: Use clang --driver-mode instead of guessing c++ compiler path (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25753?vs=75078&id=75095#toc Repository: rL LLVM http

[Lldb-commits] [PATCH] D25751: [CMake] Don't include LLDB_TEST_COMPILER in cached variable

2016-10-18 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284551: [CMake] Don't include LLDB_TEST_COMPILER in cached variable (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25751?vs=75073&id=75097#toc Repository: rL LLVM https:

[Lldb-commits] [PATCH] D25750: When invoking Terminal, don't assume the default shell

2016-10-18 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284552: When invoking Terminal, don't assume the default shell (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25750?vs=75069&id=75098#toc Repository: rL LLVM https://rev

[Lldb-commits] [PATCH] D25714: [Test Suite] Allow overriding codesign identity

2016-10-21 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284893: [Test Suite] Allow overriding codesign identity (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25714?vs=75057&id=75499#toc Repository: rL LLVM https://reviews.ll

[Lldb-commits] [PATCH] D25745: [CMake] Rename lldb-launcher to darwin-debug

2016-10-27 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285356: [CMake] Rename lldb-launcher to darwin-debug (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25745?vs=75507&id=76121#toc Repository: rL LLVM https://reviews.llvm.

[Lldb-commits] [PATCH] D25887: [Test Suite] Pull generateSource into lldbtest

2016-10-27 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285357: [Test Suite] Pull generateSource into lldbtest (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25887?vs=75506&id=76122#toc Repository: rL LLVM https://reviews.llv

[Lldb-commits] [PATCH] D25886: [Test Suite] Properly respect --framework option

2016-10-30 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285541: [Test Suite] Properly respect --framework option (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25886?vs=75505&id=76351#toc Repository: rL LLVM https://reviews.l

[Lldb-commits] [PATCH] D26171: [LLDB] Fix RHEL 6 build and some Include What You Use warnings

2016-11-01 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285710: Fix RHEL 6 build with missing cerrno and some other Include What You Use… (authored by eugenezelenko). Changed prior to commit: https://reviews.llvm.org/D26171?vs=76495&id=76590#toc Repository:

[Lldb-commits] [PATCH] D26170: Find clang resource directory via *nix-style lookup

2016-11-02 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285838: Find clang resource directory via *nix-style lookup (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D26170?vs=76496&id=76735#toc Repository: rL LLVM https://review

[Lldb-commits] [PATCH] D26260: Fix typo which broke debugging on older OSX systems after r285172.

2016-11-02 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285858: Fix typo which broke debugging on older OSX systems after r285172. (authored by dperchik). Changed prior to commit: https://reviews.llvm.org/D26260?vs=76780&id=76784#toc Repository: rL LLVM

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

2016-11-07 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286215: [lldb] Don't build unit tests for unsupported targets (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D26338?vs=77001&id=77148#toc Repository: rL LLVM https://review

[Lldb-commits] [PATCH] D26478: Unify Darwin and Non-Darwin printing of version output

2016-11-10 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286479: Unify Darwin and Non-Darwin printing of version output (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D26478?vs=77403&id=77505#toc Repository: rL LLVM https://rev

[Lldb-commits] [PATCH] D26513: [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities

2016-11-10 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286490: [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D26513?vs=77506&id=77518#toc Repository:

[Lldb-commits] [PATCH] D24794: Use Clang for D language support until there is a proper language plugin for it.

2016-11-25 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL287917: Use Clang for D language support. (authored by jengelen). Changed prior to commit: https://reviews.llvm.org/D24794?vs=72028&id=79288#toc Repository: rL LLVM https://reviews.llvm.org/D24794

Re: [Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run

2015-10-01 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL249072: [lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start". (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D12977?vs=36128&id=36298#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13058: LLDB-MI: Bug when evaluating strings containing characters from non-ascii range

2015-10-07 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL249597: [lldb-mi] Fix evaluation of strings containing characters from non-ascii range (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13058?vs=36341&id=36782#toc Repository:

Re: [Lldb-commits] [PATCH] D13267: Decide on the expression language inside UserExpression

2015-10-07 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL249624: Decide on the expression language inside UserExpression (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13267?vs=36029&id=36803#toc Repository: rL LLVM http://revie

Re: [Lldb-commits] [PATCH] D13535: Fix cmake build on OSX after r249434.

2015-10-08 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL249684: [cmake] Fix cmake build on OSX after r249434. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13535?vs=36798&id=36846#toc Repository: rL LLVM http://reviews.llvm.or

Re: [Lldb-commits] [PATCH] D13681: [LLDB] Fix Clang-tidy misc-use-override warnings in remaining files in include; other minor fixes.

2015-10-15 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250485: [LLDB] Fix Clang-tidy misc-use-override warnings in remaining files in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13681?vs=37195&id=37551#toc Repository:

Re: [Lldb-commits] [PATCH] D13638: Add a missing Mutex Locker in ResetCurrentInlinedDepth

2015-10-15 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250493: Add a missing Mutex Locker in ResetCurrentInlinedDepth (authored by kfischer). Changed prior to commit: http://reviews.llvm.org/D13638?vs=37050&id=37556#toc Repository: rL LLVM http://review

Re: [Lldb-commits] [PATCH] D13577: Fix build with python disabled after r249597

2015-10-15 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250494: Fix build with python disabled after r249597 (authored by kfischer). Changed prior to commit: http://reviews.llvm.org/D13577?vs=36918&id=37557#toc Repository: rL LLVM http://reviews.llvm.org

Re: [Lldb-commits] [PATCH] D13684: [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes.

2015-10-16 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250538: [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13684?vs=37206&id=37622#toc Repositor

Re: [Lldb-commits] [PATCH] D13830: [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in source/Plugins/Process/Utility; other minor fixes.

2015-10-16 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250593: [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13830?vs=37634&id=37662#toc Repository:

Re: [Lldb-commits] [PATCH] D13840: [LLDB] Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.

2015-10-19 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250721: Fix Clang-tidy modernize-use-override warnings in some files in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13840?vs=37663&id=37782#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13876: [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes.

2015-10-19 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250789: Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13876?vs=37794&id=37823#toc Repository:

Re: [Lldb-commits] [PATCH] D13916: [LLDB] Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.

2015-10-20 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250872: Fix Clang-tidy modernize-use-override warnings in some files in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13916?vs=37922&id=37956#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13951: [LLDB] Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.

2015-10-21 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250925: Fix Clang-tidy modernize-use-override warnings in some files in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13951?vs=38031&id=38032#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13966: [LLDB] Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins/LanguageRuntime; other minor fixes.

2015-10-21 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL250966: Fix Clang-tidy modernize-use-override warnings in some files in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13966?vs=38065&id=38067#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13968: [LLDB] Attempt to fix MSVC builds after rL250966

2015-10-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251031: Attempt to fix MSVC builds after rL250966. (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13968?vs=38070&id=38143#toc Repository: rL LLVM http://reviews.llvm.

Re: [Lldb-commits] [PATCH] D13602: [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Interpreter and Host; other minor fixes.

2015-10-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251054: Fix Clang-tidy modernize-use-override warnings in some files in… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D13602?vs=36981&id=38163#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13995: [cmake] Fix cmake build on OSX after r250335 for older versions of cmake

2015-10-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251073: [cmake] Fix cmake build on OSX after r250335 for older versions of cmake (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13995?vs=38176&id=38185#toc Repository: rL L

Re: [Lldb-commits] [PATCH] D13657: [lldb] char summary provider

2015-10-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251080: Summary provider for char. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13657?vs=37487&id=38187#toc Repository: rL LLVM http://reviews.llvm.org/D13657 Files: l

Re: [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)

2015-10-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251082: [lldb-mi] display summary for simple types + refactor (use lldb formatting… (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13799?vs=37888&id=38188#toc Repository: r

Re: [Lldb-commits] [PATCH] D14025: [LLDB] Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Interpreter; other minor fixes.

2015-10-23 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251162: Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Interpreter… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D14025?vs=38247&id=38283#toc Repository:

Re: [Lldb-commits] [PATCH] D14036: [debugserver] Fix OSX build for older XCode versions after r251091.

2015-10-23 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251172: [debugserver] Fix OSX build for older XCode versions after r251091. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D14036?vs=38288&id=38290#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13947: [lldb-mi] Fix expansion of anonymous structures and unions

2015-10-23 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251176: [lldb-mi] Fix expansion of anonymous structures and unions (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13947?vs=38017&id=38291#toc Repository: rL LLVM http://re

Re: [Lldb-commits] [PATCH] D14538: Fix DwarfSymbolFile when appending global functions from different modules

2015-11-10 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL252605: Differential Revision: http://reviews.llvm.org/D14538 (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D14538?vs=39802&id=39809#toc Repository: rL LLVM http://revie

Re: [Lldb-commits] [PATCH] D15175: Fix breakpoint language filtering for other C variants (like C99) and Pascal.

2015-12-04 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254753: Fix breakpoint language filtering for other C variants (like C99) and Pascal. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D15175?vs=41713&id=41902#toc Repository:

Re: [Lldb-commits] [PATCH] D15065: Define new builder_netbsd

2015-12-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254853: Define new builder_netbsd (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D15065?vs=41363&id=41991#toc Repository: rL LLVM http://reviews.llvm.org/D15065 Files: lldb/

Re: [Lldb-commits] [PATCH] D14904: Document NetBSD platform support on the webpage

2015-12-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254858: Document NetBSD platform support on the webpage (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D14904?vs=41102&id=41993#toc Repository: rL LLVM http://reviews.llvm.org

Re: [Lldb-commits] [PATCH] D15066: Plug-in PlatformNetBSD initializer and terminator

2015-12-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254865: Plug-in PlatformNetBSD initializer and terminator (authored by kamil). Repository: rL LLVM http://reviews.llvm.org/D15066 Files: lldb/trunk/source/Initialization/SystemInitializerCommon.cpp

Re: [Lldb-commits] [PATCH] D15333: Enable half2float() on windows.

2015-12-10 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL255237: Differential Revision: http://reviews.llvm.org/D15333 (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D15333?vs=42167&id=42401#toc Repository: rL LLVM http://revie

Re: [Lldb-commits] [PATCH] D15374: Add NetBSD support in the buildDriver and buildLibrary routines

2015-12-10 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL255308: Add NetBSD support in the buildDriver and buildLibrary routines (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D15374?vs=42372&id=42467#toc Repository: rL LLVM http://

Re: [Lldb-commits] [PATCH] D19991: [LLDB] Fix standalone build on RHEL6

2016-05-06 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL268750: Fix standalone build on RHEL6. (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D19991?vs=56330&id=56430#toc Repository: rL LLVM http://reviews.llvm.org/D19991

Re: [Lldb-commits] [PATCH] D15067: Add CMake bits necessary for standalone build

2016-05-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269332: Add CMake bits necessary for standalone build (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D15067?vs=56970&id=57091#toc Repository: rL LLVM http://reviews.llvm.org/D

Re: [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON

2016-05-18 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269996: Fix standalone LLDB build, when LLVM/Clang were built with… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D20344?vs=57648&id=57700#toc Repository: rL LLVM htt

Re: [Lldb-commits] [PATCH] D20826: [CMake] Update to retiring CMake 3.4.3

2016-05-31 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271328: [CMake] Update to requiring CMake 3.4.3 (authored by cbieneman). Changed prior to commit: http://reviews.llvm.org/D20826?vs=59096&id=59124#toc Repository: rL LLVM http://reviews.llvm.org/D20

Re: [Lldb-commits] [PATCH] D22322: [LLDB] Fixes for standalone build

2016-07-15 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275641: Fixes for standalone build: (authored by eugenezelenko). Changed prior to commit: https://reviews.llvm.org/D22322?vs=64000&id=64206#toc Repository: rL LLVM https://reviews.llvm.org/D22322 F

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

2016-08-01 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL277346: [lldb] Ignore various test artifacts (NFCI) (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D22988?vs=66209&id=66324#toc Repository: rL LLVM https://reviews.llvm.org

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

2016-08-09 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL278142: [debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI) (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D23070?vs=66499&id=67373#toc Repository: rL L

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

2016-08-11 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL278368: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI) (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D23150?vs=66755&id=67706#toc Repository: rL LLVM https://

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

2016-08-11 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL278367: [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI) (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D23043?vs=66411&id=67705#toc Repository: rL LLVM https://

Re: [Lldb-commits] [PATCH] D24591: [LIT] First pass of LLDB LIT support

2016-09-15 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL281651: [LIT] First pass of LLDB LIT support (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D24591?vs=71537&id=71546#toc Repository: rL LLVM https://reviews.llvm.org/D245

Re: [Lldb-commits] [PATCH] D24694: [LLDB] Fix Clang initialization and Clang-tidy modernize-use-nullptr warnings

2016-09-20 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL282041: Fix Clang initialization and Clang-tidy modernize-use-nullptr warnings in… (authored by eugenezelenko). Changed prior to commit: https://reviews.llvm.org/D24694?vs=71718&id=72002#toc Repository

Re: [Lldb-commits] [PATCH] D24749: [CMake] Initial support for LLDB.framework

2016-09-21 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL282110: [CMake] Initial support for LLDB.framework (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D24749?vs=72097&id=72104#toc Repository: rL LLVM https://reviews.llvm.or

Re: [Lldb-commits] [PATCH] D24846: [CMake] Generate LLDB_REVISION at build time

2016-09-23 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL282314: [CMake] Generate LLDB_REVISION at build time (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D24846?vs=72215&id=72381#toc Repository: rL LLVM https://reviews.llvm.

[Lldb-commits] [PATCH] D25137: [lldbmi] Fix prompt which can get inserted in the middle of lldb-mi output

2016-10-01 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL283031: [lldb-mi] Fix prompt which can get inserted in the middle of program output in… (authored by dperchik). Changed prior to commit: https://reviews.llvm.org/D25137?vs=73142&id=73193#toc Repository

Re: [Lldb-commits] [PATCH] D15312: Fix scope-based lookup when more than one function is found.

2015-12-12 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL255439: Fix scope-based lookup when more than one function is found. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D15312?vs=42476&id=42640#toc Repository: rL LLVM http://

Re: [Lldb-commits] [PATCH] D15326: Rework breakpoint language filtering to use the symbol context's language.

2015-12-16 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL255808: Rework breakpoint language filtering to use the symbol context's language. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D15326?vs=42911&id=43044#toc Repository: rL

Re: [Lldb-commits] [PATCH] D15566: Patch cmake to allow detection of python 2.7.9+

2015-12-17 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL255893: Patch cmake to allow detection of python 2.7.9+ (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D15566?vs=42994&id=43127#toc Repository: rL LLVM http://reviews.llv

Re: [Lldb-commits] [PATCH] D15593: Add support for "source info" and use it to fix MI's -symbol-list-lines.

2016-01-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256863: Add support for "source info" and use it to fix MI's -symbol-list-lines. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D15593?vs=43429&id=44038#toc Repository: rL L

Re: [Lldb-commits] [PATCH] D15904: Fix tests after svn r256863 - can someone please commit?

2016-01-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256877: Apply missed changes from svn r256863 "Add support for "source info" and use… (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D15904?vs=44061&id=44067#toc Repository:

Re: [Lldb-commits] [PATCH] D16662: [LLDB] Remove autoconf support from source directories

2016-01-28 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259098: Remove autoconf support from source directories. (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D16662?vs=46201&id=46312#toc Repository: rL LLVM http://reviews

Re: [Lldb-commits] [PATCH] D16508: NetBSD: Define initial RegisterContextNetBSD_x86_64

2016-02-01 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259462: NetBSD: Define initial RegisterContextNetBSD_x86_64 (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D16508?vs=46489&id=46610#toc Repository: rL LLVM http://reviews.llvm

Re: [Lldb-commits] [PATCH] D15527: Add ability to override JIT expr compiler options.

2016-02-03 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259644: Add ability to override JIT expr compiler options. (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D15527?vs=45588&id=46769#toc Repository: rL LLVM http://reviews.

Re: [Lldb-commits] [PATCH] D17395: Refactor GetSoftwareBreakpointTrapOpcode

2016-02-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL261536: Refactor GetSoftwareBreakpointTrapOpcode (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D17395?vs=48324&id=48700#toc Repository: rL LLVM http://reviews.llvm.org/D

Re: [Lldb-commits] [PATCH] D17274: improve readability and performance of ClangExpressionParser::FindFunctionInModule

2016-02-25 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL261861: Improve readability and performance of ClangExpressionParser… (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D17274?vs=48003&id=49045#toc Repository: rL LLVM http

Re: [Lldb-commits] [PATCH] D17167: Fix bug with register values byte order in expression evaluation

2016-02-26 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262041: Fix bug with register values byte order in expression evaluation. (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D17167?vs=48486&id=49204#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D16412: remove unused local string in IRForTarget.cpp

2016-02-26 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262043: remove unused local string in IRForTarget.cpp (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D16412?vs=48006&id=49206#toc Repository: rL LLVM http://reviews.llvm.

Re: [Lldb-commits] [PATCH] D12113: [LLDB-MI] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.

2015-08-19 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245488: [lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D12113?vs=32443&id=32601#toc Repository:

Re: [Lldb-commits] [PATCH] D11898: Also initialize ScriptInterpreterNone if Python is disabled

2015-08-23 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245808: Also initialize ScriptInterpreterNone if Python is disabled (authored by kfischer). Changed prior to commit: http://reviews.llvm.org/D11898?vs=31645&id=32922#toc Repository: rL LLVM http://r

Re: [Lldb-commits] [PATCH] D12329: Skip test which is causing ERRORs in dotest.py on OSX after r237053

2015-08-26 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL246043: Skip test which is causing ERRORs in dotest.py after r237053 (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D12329?vs=33101&id=33229#toc Repository: rL LLVM http://

Re: [Lldb-commits] [PATCH] D12396: Fix lldb build on older OSX versions after svn commit r244716

2015-08-26 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL246138: Fix lldb build on older OSX versions after svn commit r244716 (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D12396?vs=33294&id=33297#toc Repository: rL LLVM http:/

Re: [Lldb-commits] [PATCH] D11102: Set the default language to use when evaluating to that of the frame's CU.

2015-09-03 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL246829: Set the default language to use when evaluating to that of the frame's CU. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D11102?vs=33721&id=34002#toc Repository: rL

Re: [Lldb-commits] [PATCH] D12115: [LLDB-MI] Fix -data-info-line and -symbol-list-lines when Windows filenames are used.

2015-09-17 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL247899: [lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D12115?vs=34928&id=35010#toc Repository:

Re: [Lldb-commits] [PATCH] D13094: LLDB-MI: Fix assignment operator in CMIUtilString

2015-09-25 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL248597: [lldb-mi] Fix assignment operator in CMIUtilString (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13094?vs=35620&id=35741#toc Repository: rL LLVM http://reviews.ll

[Lldb-commits] [PATCH] D158663: [lldb] Fix stdcpp type summary mistakenly marked as regex (NFC)

2023-09-20 Thread Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG56b148aa8d6f: [lldb] Fix stdcpp type summary mistakenly marked as regex (NFC) (#66949) (authored by kastiglione, committed

[Lldb-commits] [PATCH] D115137: [formatters] Add a pointer and reference tests for a list and forward_list formatters for libstdcpp and libcxx

2021-12-06 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG6622c1411339: [formatters] Add a pointer and reference tests for a list and forward_list… (authored by danilashtefan, committed by Walter Erquinigo ). Repository: rG LLVM Github Monorep

[Lldb-commits] [PATCH] D115178: Unify libstdcpp and libcxx formatters for `std::optional`

2021-12-09 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcfb075089128: Unify libstdcpp and libcxx formatters for `std::optional` (authored by zrthxn, committed by Walter Erquinigo ). Changed prior to commit: https://reviews.llvm.org/D115178?v

[Lldb-commits] [PATCH] D115974: [formatters] Improve documentation

2022-01-07 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG69c8e64ba6be: [formatters] Improve documentation (authored by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115974/new/

[Lldb-commits] [PATCH] D128484: [NFC][lldb][trace] Rename trace session to trace bundle

2022-06-24 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb8dcd0ba26a9: [NFC][lldb][trace] Rename trace session to trace bundle (authored by Walter Erquinigo ). Changed prior to commit: https://reviews.llvm.org/D128484?vs=439582&id=439783#toc

[Lldb-commits] [PATCH] D128543: [trace] Improve the TraceCursor iteration API

2022-06-28 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf91d82816ff5: [trace] Improve the TraceCursor iteration API (authored by Walter Erquinigo ). Changed prior to commit: https://reviews.llvm.org/D128543?vs=439827&id=440810#toc Repository

[Lldb-commits] [PATCH] D128775: [trace] Fix errors when handling command arguments

2022-06-28 Thread Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG6564ca188a12: [trace] Fix errors when handling command arguments (authored by Walter Erquinigo ). Reposit

[Lldb-commits] [PATCH] D128874: [lldb] Fix unused variable warning in TraceHTR (NFC)

2022-06-29 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGa3ec54c66075: [lldb] Fix unused variable warning in TraceHTR (NFC) (authored by kevcadieux, committed by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTI

[Lldb-commits] [PATCH] D128477: [trace] Add a flag to the decoder to output the instruction type

2022-07-12 Thread Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rGad7bcda9402d: [trace] Add a flag to the decoder to output the instruction type (authored by Walter Erquinigo

[Lldb-commits] [PATCH] D129588: [trace] Avoid a crash in the dumper when disassembling fails

2022-07-12 Thread Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGdbc0cb019812: [trace] Avoid a crash in the dumper when disassembling fails (authored by Walter Erquinigo ). Changed prior to commit:

[Lldb-commits] [PATCH] D129613: [trace][intel pt] Add a nice parser for the trace size

2022-07-13 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdb73a52d7b19: [trace][intel pt] Add a nice parser for the trace size (authored by rnofenko , committed by Walter Erquinigo ). Changed prior to commit: https://reviews.l

[Lldb-commits] [PATCH] D129249: [trace][intel pt] Measure the time it takes to decode a thread in per-cpu mode

2022-07-13 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9f9464e02ada: [trace][intel pt] Measure the time it takes to decode a thread in per-cpu mode (authored by Peicong Wu , committed by Walter Erquinigo ). Repository: rG

[Lldb-commits] [PATCH] D129239: [trace] Add an option to save a compact trace bundle

2022-07-13 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb532dd545fcd: [trace] Add an option to save a compact trace bundle (authored by Walter Erquinigo ). Changed prior to commit: https://reviews.llvm.org/D129239?vs=442779&id=444358#toc Rep

[Lldb-commits] [PATCH] D129340: [trace][intel pt] Create a CPU change event and expose it in the dumper

2022-07-13 Thread Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG4a843d928275: [trace][intel pt] Create a CPU change event and expose it in the dumper (authored by Walter Erquinigo ). Changed prio

[Lldb-commits] [PATCH] D129257: [trace][intel pt] Add a cgroup filter

2022-07-13 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd30fd5c3a17b: [trace][intel pt] Add a cgroup filter (authored by Gaurav Gaur , committed by Walter Erquinigo ). Changed prior to commit: https://reviews.llvm.org/D129257?vs

[Lldb-commits] [PATCH] D129332: [trace][intel pt] Support dumping the trace info in json

2022-07-13 Thread Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG0466d1df23b9: [trace][intel pt] Support dumping the trace info in json (authored by ymeng , committed by Walter E

[Lldb-commits] [PATCH] D130320: Move GetControlFlowKind's logic to DisassemblerLLVMC.cpp

2022-07-26 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0538e5431afd: Move GetControlFlowKind's logic to DisassemblerLLVMC.cpp (authored by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.l

[Lldb-commits] [PATCH] D130054: [trace][intel pt] Introduce wall clock time for each trace item

2022-07-26 Thread Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG4f676c2599eb: [trace][intel pt] Introduce wall clock time for each trace item (authored by Walter Erquinigo

  1   2   3   4   5   6   7   8   9   10   >