[Lldb-commits] [PATCH] D66795: [Mips] Use appropriate private label prefix based on Mips ABI

2019-10-04 Thread Simon Atanasyan via Phabricator via lldb-commits
atanasyan accepted this revision. atanasyan added a comment. LGTM. But before commit get more approvals. For example, from echristo, code owners of other targets, etc. I would keep the as-is. In that case a target of such huge modifications looks a bit more clear. CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D67994: Modify lldb-test to print out ASTs from symbol file

2019-10-04 Thread Shafik Yaghmour via Phabricator via lldb-commits
shafik added a comment. In D67994#1692645 , @labath wrote: > Maybe this is my fault since I'm the one who introduced the first bunch of > arguments here IIRC, but anyway, I have a feeling all of these dumping > options are getting out of hand. Looking

[Lldb-commits] [lldb] r340562 - Fix format string issue introduced in r340548

2019-10-04 Thread Walter Lee via lldb-commits
Author: waltl Date: Thu Aug 23 11:26:26 2018 New Revision: 340562 URL: http://llvm.org/viewvc/llvm-project?rev=340562=rev Log: Fix format string issue introduced in r340548 Make format string portable. Modified: lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxx.cpp Modified:

[Lldb-commits] [lldb] r362349 - [COFF, ARM64] Fix CodeView API change for getRegisterNames

2019-10-04 Thread Tom Tan via lldb-commits
Author: tomtan Date: Sun Jun 2 17:48:16 2019 New Revision: 362349 URL: http://llvm.org/viewvc/llvm-project?rev=362349=rev Log: [COFF, ARM64] Fix CodeView API change for getRegisterNames Change rL362280 changed CodeView API getRegisterNames() by adding an input parameter in CPUType. It is called

[Lldb-commits] [lldb] r355413 - [lldb] Disable some of TestJITLoaderGDB.py tests on Windows

2019-10-04 Thread Yury Delendik via lldb-commits
Author: yurydelendik Date: Tue Mar 5 09:09:26 2019 New Revision: 355413 URL: http://llvm.org/viewvc/llvm-project?rev=355413=rev Log: [lldb] Disable some of TestJITLoaderGDB.py tests on Windows The test expect sample executable code be built, but fails on Windows. Review comment

[Lldb-commits] [lldb] r366647 - [lldb] Fix buildbot build fail caused by r366645

2019-10-04 Thread Yuanfang Chen via lldb-commits
Author: yuanfang Date: Sat Jul 20 17:07:39 2019 New Revision: 366647 URL: http://llvm.org/viewvc/llvm-project?rev=366647=rev Log: [lldb] Fix buildbot build fail caused by r366645 Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp Modified:

[Lldb-commits] [lldb] r355402 - Adds property to force enabling of GDB JIT loader for MacOS

2019-10-04 Thread Yury Delendik via lldb-commits
Author: yurydelendik Date: Tue Mar 5 06:23:53 2019 New Revision: 355402 URL: http://llvm.org/viewvc/llvm-project?rev=355402=rev Log: Adds property to force enabling of GDB JIT loader for MacOS Summary: Based on https://gist.github.com/thlorenz/30bf0a3f67b1d97b2945#patching-and-rebuilding The

<    1   2   3   4