[Lldb-commits] [lldb] ba51da8 - [lldb] Add missing mutex guards to TargetList::CreateTarget

2021-05-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-24T19:49:57+02:00 New Revision: ba51da820e4dc73153009f8a621ef49711294ae1 URL: https://github.com/llvm/llvm-project/commit/ba51da820e4dc73153009f8a621ef49711294ae1 DIFF: https://github.com/llvm/llvm-project/commit/ba51da820e4dc73153009f8a621ef49711294ae1.dif

[Lldb-commits] [lldb] 8b656b8 - [lldb] Re-eanble and rewrite TestCPPStaticMembers

2021-05-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-25T11:52:28+02:00 New Revision: 8b656b88462f51396c8c4772e0012549f76f204f URL: https://github.com/llvm/llvm-project/commit/8b656b88462f51396c8c4772e0012549f76f204f DIFF: https://github.com/llvm/llvm-project/commit/8b656b88462f51396c8c4772e0012549f76f204f.dif

[Lldb-commits] [lldb] 3bf96b0 - [lldb] Disable minimal import mode for RecordDecls that back FieldDecls

2021-05-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-25T12:08:50+02:00 New Revision: 3bf96b0329be554c67282b0d7d8da6a864b9e38f URL: https://github.com/llvm/llvm-project/commit/3bf96b0329be554c67282b0d7d8da6a864b9e38f DIFF: https://github.com/llvm/llvm-project/commit/3bf96b0329be554c67282b0d7d8da6a864b9e38f.dif

[Lldb-commits] [lldb] a3a9528 - [lldb] X-FAIL TestCPPStaticMembers on Windows

2021-05-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-25T13:10:19+02:00 New Revision: a3a95286a73fddc4027de930fac29728cd4259fc URL: https://github.com/llvm/llvm-project/commit/a3a95286a73fddc4027de930fac29728cd4259fc DIFF: https://github.com/llvm/llvm-project/commit/a3a95286a73fddc4027de930fac29728cd4259fc.dif

[Lldb-commits] [lldb] 1dee479 - [lldb][NFC] Remove misleading ModulePass base class for IRForTarget

2021-05-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-25T13:27:07+02:00 New Revision: 1dee479ff632ef841ca7b28485779d898dd15e84 URL: https://github.com/llvm/llvm-project/commit/1dee479ff632ef841ca7b28485779d898dd15e84 DIFF: https://github.com/llvm/llvm-project/commit/1dee479ff632ef841ca7b28485779d898dd15e84.dif

[Lldb-commits] [lldb] ae58cf5 - [lldb] Fix that LLDB doesn't print NaN's sign on Darwin

2021-05-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-25T13:33:28+02:00 New Revision: ae58cf5f45a9c159afbf86e93c0c257a22c4ee02 URL: https://github.com/llvm/llvm-project/commit/ae58cf5f45a9c159afbf86e93c0c257a22c4ee02 DIFF: https://github.com/llvm/llvm-project/commit/ae58cf5f45a9c159afbf86e93c0c257a22c4ee02.dif

[Lldb-commits] [lldb] d28bc54 - [lldb] Remove cache in get_demangled_name_without_arguments

2021-05-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-26T18:27:40+02:00 New Revision: d28bc54ff44aad7b080177ef85764d7c5444f031 URL: https://github.com/llvm/llvm-project/commit/d28bc54ff44aad7b080177ef85764d7c5444f031 DIFF: https://github.com/llvm/llvm-project/commit/d28bc54ff44aad7b080177ef85764d7c5444f031.dif

[Lldb-commits] [lldb] 24ee6d3 - [lldb][NFC] Remove unused var in SBDebugger::GetInternalVariableValue

2021-05-31 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-31T11:19:02+02:00 New Revision: 24ee6d3d3c6215db11e9015e94f5f4a9b5a7b750 URL: https://github.com/llvm/llvm-project/commit/24ee6d3d3c6215db11e9015e94f5f4a9b5a7b750 DIFF: https://github.com/llvm/llvm-project/commit/24ee6d3d3c6215db11e9015e94f5f4a9b5a7b750.dif

[Lldb-commits] [lldb] 01fb14e - [lldb] Remove SBCommandReturnObject::ref

2021-06-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-01T17:57:21+02:00 New Revision: 01fb14e17763269779f2c03b772db960540f47ed URL: https://github.com/llvm/llvm-project/commit/01fb14e17763269779f2c03b772db960540f47ed DIFF: https://github.com/llvm/llvm-project/commit/01fb14e17763269779f2c03b772db960540f47ed.dif

[Lldb-commits] [lldb] ecfca42 - [lldb][NFC] Use Language plugins in Mangled::GuessLanguage

2021-06-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-01T18:02:07+02:00 New Revision: ecfca427f9601a7789c0703582cff92e7a3277c0 URL: https://github.com/llvm/llvm-project/commit/ecfca427f9601a7789c0703582cff92e7a3277c0 DIFF: https://github.com/llvm/llvm-project/commit/ecfca427f9601a7789c0703582cff92e7a3277c0.dif

[Lldb-commits] [lldb] 0ec761c - [lldb] Preserve type sugar when using SBValue::Dereference on C++ references

2021-06-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-02T19:23:11+02:00 New Revision: 0ec761c3fc2a4bf8319c6eb38e46f9a201b79141 URL: https://github.com/llvm/llvm-project/commit/0ec761c3fc2a4bf8319c6eb38e46f9a201b79141 DIFF: https://github.com/llvm/llvm-project/commit/0ec761c3fc2a4bf8319c6eb38e46f9a201b79141.dif

[Lldb-commits] [lldb] e149c8e - [lldb][NFC] Remove unused 'using ArrayRef' in RegisterValueTest

2021-06-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-03T11:17:36+02:00 New Revision: e149c8e8ccce3c3f2fe23e008afdbd99ab33e558 URL: https://github.com/llvm/llvm-project/commit/e149c8e8ccce3c3f2fe23e008afdbd99ab33e558 DIFF: https://github.com/llvm/llvm-project/commit/e149c8e8ccce3c3f2fe23e008afdbd99ab33e558.dif

[Lldb-commits] [lldb] 0a655c6 - [lldb][NFC] Remove a redundant call to weak_ptr::expired

2021-06-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-04T12:06:53+02:00 New Revision: 0a655c62eca878cd5f366c08a4a5fee1b8723ce8 URL: https://github.com/llvm/llvm-project/commit/0a655c62eca878cd5f366c08a4a5fee1b8723ce8 DIFF: https://github.com/llvm/llvm-project/commit/0a655c62eca878cd5f366c08a4a5fee1b8723ce8.dif

[Lldb-commits] [lldb] 2c2feeb - [lldb] Fix TypeSystemClang compilation after D101777

2021-06-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-07T18:45:04+02:00 New Revision: 2c2feebcd1274425c853e3cff7cec6ba033c3ccd URL: https://github.com/llvm/llvm-project/commit/2c2feebcd1274425c853e3cff7cec6ba033c3ccd DIFF: https://github.com/llvm/llvm-project/commit/2c2feebcd1274425c853e3cff7cec6ba033c3ccd.dif

[Lldb-commits] [lldb] 632cbca - [lldb] Move once_flags in HostInfoLinux so the internal state struct

2021-06-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-11T08:53:38+02:00 New Revision: 632cbcac79065a62a306dbda7b3a6e1f315e3260 URL: https://github.com/llvm/llvm-project/commit/632cbcac79065a62a306dbda7b3a6e1f315e3260 DIFF: https://github.com/llvm/llvm-project/commit/632cbcac79065a62a306dbda7b3a6e1f315e3260.dif

[Lldb-commits] [lldb] 4125b46 - Revert "[lldb] Add support for evaluating expressions in static member functions"

2021-06-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-11T15:00:38+02:00 New Revision: 4125b46232caf6a558470670f87b56ccb46d61aa URL: https://github.com/llvm/llvm-project/commit/4125b46232caf6a558470670f87b56ccb46d61aa DIFF: https://github.com/llvm/llvm-project/commit/4125b46232caf6a558470670f87b56ccb46d61aa.dif

[Lldb-commits] [lldb] e2d0798 - [lldb] Unmark TestInlines as XFAIL for gcc

2021-06-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-11T16:06:39+02:00 New Revision: e2d0798bc3e462738c557270528e8a983df0cf02 URL: https://github.com/llvm/llvm-project/commit/e2d0798bc3e462738c557270528e8a983df0cf02 DIFF: https://github.com/llvm/llvm-project/commit/e2d0798bc3e462738c557270528e8a983df0cf02.dif

[Lldb-commits] [lldb] b1603cb - [lldb] Fix compilation after removal of APInt::toString

2021-06-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-11T16:20:57+02:00 New Revision: b1603cb66fc68eb74c21041456c9e36466603244 URL: https://github.com/llvm/llvm-project/commit/b1603cb66fc68eb74c21041456c9e36466603244 DIFF: https://github.com/llvm/llvm-project/commit/b1603cb66fc68eb74c21041456c9e36466603244.dif

[Lldb-commits] [lldb] ab46490 - [lldb] Remove GCC XFAIL for TestTypedefArray

2021-06-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-11T16:24:59+02:00 New Revision: ab46490dfc5cded4b2873da75eb47e150d1ad92c URL: https://github.com/llvm/llvm-project/commit/ab46490dfc5cded4b2873da75eb47e150d1ad92c DIFF: https://github.com/llvm/llvm-project/commit/ab46490dfc5cded4b2873da75eb47e150d1ad92c.dif

[Lldb-commits] [lldb] 60fde95 - [lldb] Remove GCC XFAIL for TestCPPAuto and TestClassTemplateParameterPack

2021-06-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-11T23:22:26+02:00 New Revision: 60fde9542aac57d4b7b98bed0be746a3a82bd0eb URL: https://github.com/llvm/llvm-project/commit/60fde9542aac57d4b7b98bed0be746a3a82bd0eb DIFF: https://github.com/llvm/llvm-project/commit/60fde9542aac57d4b7b98bed0be746a3a82bd0eb.dif

[Lldb-commits] [lldb] 11e2922 - [lldb][docs] Document SBType

2021-06-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-14T13:19:19+02:00 New Revision: 11e2922bb7adbbca17c3a0f44779aa87dbc64b42 URL: https://github.com/llvm/llvm-project/commit/11e2922bb7adbbca17c3a0f44779aa87dbc64b42 DIFF: https://github.com/llvm/llvm-project/commit/11e2922bb7adbbca17c3a0f44779aa87dbc64b42.dif

[Lldb-commits] [lldb] e3d5e31 - [lldb][docs] Fix section name for InputReaderGranularity

2021-06-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-14T16:21:40+02:00 New Revision: e3d5e3193fd5a202a58652d28115f71d0a04a479 URL: https://github.com/llvm/llvm-project/commit/e3d5e3193fd5a202a58652d28115f71d0a04a479 DIFF: https://github.com/llvm/llvm-project/commit/e3d5e3193fd5a202a58652d28115f71d0a04a479.dif

[Lldb-commits] [lldb] d94ce1a - [lldb][docs] Add the missing rst anchors to the Python enum docs

2021-06-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-14T16:31:28+02:00 New Revision: d94ce1a391cbc85dab13ac6b6c4afbaef7684eec URL: https://github.com/llvm/llvm-project/commit/d94ce1a391cbc85dab13ac6b6c4afbaef7684eec DIFF: https://github.com/llvm/llvm-project/commit/d94ce1a391cbc85dab13ac6b6c4afbaef7684eec.dif

[Lldb-commits] [lldb] b856755 - [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect template parameters

2021-06-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-15T19:25:07+02:00 New Revision: b8567559cf3872d0cc2a0ed24a171da8b1ff400f URL: https://github.com/llvm/llvm-project/commit/b8567559cf3872d0cc2a0ed24a171da8b1ff400f DIFF: https://github.com/llvm/llvm-project/commit/b8567559cf3872d0cc2a0ed24a171da8b1ff400f.dif

[Lldb-commits] [lldb] 3b7795a - [lldb] vwprintw -> vw_printw in IOHandlerCursesGUI

2021-06-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-16T13:14:08+02:00 New Revision: 3b7795aeceb153b04493c5ba93e707e39afbe41f URL: https://github.com/llvm/llvm-project/commit/3b7795aeceb153b04493c5ba93e707e39afbe41f DIFF: https://github.com/llvm/llvm-project/commit/3b7795aeceb153b04493c5ba93e707e39afbe41f.dif

[Lldb-commits] [lldb] 59d5886 - [lldb] Require Clang 8 for gpubnames test

2021-06-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-16T14:07:03+02:00 New Revision: 59d58863bc0ea72a396aa9b08a7a5cb3f29e75b6 URL: https://github.com/llvm/llvm-project/commit/59d58863bc0ea72a396aa9b08a7a5cb3f29e75b6 DIFF: https://github.com/llvm/llvm-project/commit/59d58863bc0ea72a396aa9b08a7a5cb3f29e75b6.dif

[Lldb-commits] [lldb] 25fa678 - [lldb] Skip variant/optional libc++ tests for Clang 5/6

2021-06-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-17T09:52:09+02:00 New Revision: 25fa67868b36c99d2704bd291b3b495737f16f0e URL: https://github.com/llvm/llvm-project/commit/25fa67868b36c99d2704bd291b3b495737f16f0e DIFF: https://github.com/llvm/llvm-project/commit/25fa67868b36c99d2704bd291b3b495737f16f0e.dif

[Lldb-commits] [lldb] 7f20e6a - [lldb][NFC] Remove redundant deleted constructors in HostInfoBase subclasses

2021-06-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-21T13:33:40+02:00 New Revision: 7f20e6ae3229664f866149a4e0739a426b6fa463 URL: https://github.com/llvm/llvm-project/commit/7f20e6ae3229664f866149a4e0739a426b6fa463 DIFF: https://github.com/llvm/llvm-project/commit/7f20e6ae3229664f866149a4e0739a426b6fa463.dif

[Lldb-commits] [lldb] 0a2d4f3 - [lldb] Enable Rust v0 symbol demangling

2021-06-21 Thread Raphael Isemann via lldb-commits
Author: Alexander Mols Date: 2021-06-21T18:20:15+02:00 New Revision: 0a2d4f3f24a377dc7d3cbed16d30603dc27554a8 URL: https://github.com/llvm/llvm-project/commit/0a2d4f3f24a377dc7d3cbed16d30603dc27554a8 DIFF: https://github.com/llvm/llvm-project/commit/0a2d4f3f24a377dc7d3cbed16d30603dc27554a8.diff

[Lldb-commits] [lldb] 1265f05 - [lldb] Skip TestLimitDebugInfo for Clang<7

2021-06-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-21T19:46:29+02:00 New Revision: 1265f05c268f09c74a2ecaa3e2b3cea83ec10627 URL: https://github.com/llvm/llvm-project/commit/1265f05c268f09c74a2ecaa3e2b3cea83ec10627 DIFF: https://github.com/llvm/llvm-project/commit/1265f05c268f09c74a2ecaa3e2b3cea83ec10627.dif

[Lldb-commits] [lldb] c197cdd - [lldb] Add support for escaping zsh arguments

2021-06-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-21T19:46:55+02:00 New Revision: c197cddb16b3ed0de98f80566f8fc47f78aee64c URL: https://github.com/llvm/llvm-project/commit/c197cddb16b3ed0de98f80566f8fc47f78aee64c DIFF: https://github.com/llvm/llvm-project/commit/c197cddb16b3ed0de98f80566f8fc47f78aee64c.dif

[Lldb-commits] [lldb] 35cf5b1 - [lldb] Bumb Clang version requirement for TestBasicEntryValues.py to 11

2021-06-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-22T11:58:05+02:00 New Revision: 35cf5b109769ceb356a9013ca0c0f60fbd230080 URL: https://github.com/llvm/llvm-project/commit/35cf5b109769ceb356a9013ca0c0f60fbd230080 DIFF: https://github.com/llvm/llvm-project/commit/35cf5b109769ceb356a9013ca0c0f60fbd230080.dif

[Lldb-commits] [lldb] 98e2b1a - [lldb] Adjust Clang version requirements for tail_call_frames tests

2021-06-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-22T12:22:15+02:00 New Revision: 98e2b1a8dd8ff03b6289a40a16fe749834257494 URL: https://github.com/llvm/llvm-project/commit/98e2b1a8dd8ff03b6289a40a16fe749834257494 DIFF: https://github.com/llvm/llvm-project/commit/98e2b1a8dd8ff03b6289a40a16fe749834257494.dif

[Lldb-commits] [lldb] c462048 - [lldb][NFC] Use SubsystemRAII in XcodeSDKModuleTests

2021-06-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-22T13:41:01+02:00 New Revision: c462048cc4c088f6d12e6a55c1ceb54fd731a2b3 URL: https://github.com/llvm/llvm-project/commit/c462048cc4c088f6d12e6a55c1ceb54fd731a2b3 DIFF: https://github.com/llvm/llvm-project/commit/c462048cc4c088f6d12e6a55c1ceb54fd731a2b3.dif

[Lldb-commits] [lldb] 48e2d3a - [lldb][NFC] Remove an outdated comment in HostInfoBase

2021-06-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-22T16:48:17+02:00 New Revision: 48e2d3a5c23f7a11972c30f92d48d85a6a6bf1bd URL: https://github.com/llvm/llvm-project/commit/48e2d3a5c23f7a11972c30f92d48d85a6a6bf1bd DIFF: https://github.com/llvm/llvm-project/commit/48e2d3a5c23f7a11972c30f92d48d85a6a6bf1bd.dif

[Lldb-commits] [lldb] 709f818 - [lldb] Add missing string include to lldb-server's main

2021-06-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-22T19:49:10+02:00 New Revision: 709f8186a45e28c0640c999a8b779433dc0eb525 URL: https://github.com/llvm/llvm-project/commit/709f8186a45e28c0640c999a8b779433dc0eb525 DIFF: https://github.com/llvm/llvm-project/commit/709f8186a45e28c0640c999a8b779433dc0eb525.dif

[Lldb-commits] [lldb] 8a5165b - [lldb][NFC] Remove some redundant semicolons on HostInfoMacOSX

2021-06-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-23T15:06:12+02:00 New Revision: 8a5165b3b9f20017ad28e28d7bc519f1855f0bfa URL: https://github.com/llvm/llvm-project/commit/8a5165b3b9f20017ad28e28d7bc519f1855f0bfa DIFF: https://github.com/llvm/llvm-project/commit/8a5165b3b9f20017ad28e28d7bc519f1855f0bfa.dif

[Lldb-commits] [lldb] 487ac0b - [lldb] Skip tests failing with GCC due to LLDB not being able to call constructors

2021-06-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-25T11:33:09+02:00 New Revision: 487ac0b3eef22ba8f1707779d363ec7f49cc7702 URL: https://github.com/llvm/llvm-project/commit/487ac0b3eef22ba8f1707779d363ec7f49cc7702 DIFF: https://github.com/llvm/llvm-project/commit/487ac0b3eef22ba8f1707779d363ec7f49cc7702.dif

[Lldb-commits] [lldb] 0adc66f - [lldb] Skip libstdc++ tests failing with GCC

2021-06-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-25T11:45:59+02:00 New Revision: 0adc66ff8377d26d1600fef36c9e2d8a962414d4 URL: https://github.com/llvm/llvm-project/commit/0adc66ff8377d26d1600fef36c9e2d8a962414d4 DIFF: https://github.com/llvm/llvm-project/commit/0adc66ff8377d26d1600fef36c9e2d8a962414d4.dif

[Lldb-commits] [lldb] c3549d4 - [lldb] Skip TestDataFormatterSynthVal.py with GCC as the test compiler

2021-06-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-25T11:48:12+02:00 New Revision: c3549d4d7a04d83ff559d2be77a9e74e798fdef4 URL: https://github.com/llvm/llvm-project/commit/c3549d4d7a04d83ff559d2be77a9e74e798fdef4 DIFF: https://github.com/llvm/llvm-project/commit/c3549d4d7a04d83ff559d2be77a9e74e798fdef4.dif

[Lldb-commits] [lldb] 4d8156e - [lldb-vscode] Make extension contribute breakpoints use new package.json schema

2021-06-25 Thread Raphael Isemann via lldb-commits
Author: Chris Bond Date: 2021-06-25T18:21:26+02:00 New Revision: 4d8156ef87f8bc6fdb8ed03b2f87123d02ac7321 URL: https://github.com/llvm/llvm-project/commit/4d8156ef87f8bc6fdb8ed03b2f87123d02ac7321 DIFF: https://github.com/llvm/llvm-project/commit/4d8156ef87f8bc6fdb8ed03b2f87123d02ac7321.diff LO

[Lldb-commits] [lldb] 355541a - [lldb] Avoid using any shell when calling xcrun.

2021-06-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-28T19:53:52+02:00 New Revision: 355541a1b7a5011f8f4ebadc3e23b25c734f9d27 URL: https://github.com/llvm/llvm-project/commit/355541a1b7a5011f8f4ebadc3e23b25c734f9d27 DIFF: https://github.com/llvm/llvm-project/commit/355541a1b7a5011f8f4ebadc3e23b25c734f9d27.dif

[Lldb-commits] [lldb] c000323 - [lldb] Skip TestPairFromStdModule for now

2021-06-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-29T19:01:11+02:00 New Revision: c00032321a6ae26f9c8056d024e262abf342631e URL: https://github.com/llvm/llvm-project/commit/c00032321a6ae26f9c8056d024e262abf342631e DIFF: https://github.com/llvm/llvm-project/commit/c00032321a6ae26f9c8056d024e262abf342631e.dif

[Lldb-commits] [lldb] 51ab17b - [lldb][docs] Fix reference warnings in python-reference.rst

2021-07-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-06T10:14:33+02:00 New Revision: 51ab17b91d2e3280d08c09648bb4950c0e217d20 URL: https://github.com/llvm/llvm-project/commit/51ab17b91d2e3280d08c09648bb4950c0e217d20 DIFF: https://github.com/llvm/llvm-project/commit/51ab17b91d2e3280d08c09648bb4950c0e217d20.dif

[Lldb-commits] [lldb] 29cc50e - [LLDB][GUI] Add initial forms support

2021-07-07 Thread Raphael Isemann via lldb-commits
Author: Omar Emara Date: 2021-07-07T17:17:46+02:00 New Revision: 29cc50e17a6800ca75cd23ed85ae1ddf3e3dcc14 URL: https://github.com/llvm/llvm-project/commit/29cc50e17a6800ca75cd23ed85ae1ddf3e3dcc14 DIFF: https://github.com/llvm/llvm-project/commit/29cc50e17a6800ca75cd23ed85ae1ddf3e3dcc14.diff LO

[Lldb-commits] [lldb] 3ebfeb2 - [lldb][docs] Force documentation emission of special Python class members

2021-07-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-07T19:49:50+02:00 New Revision: 3ebfeb258698db82b7525cfaa1efd04db93d72ba URL: https://github.com/llvm/llvm-project/commit/3ebfeb258698db82b7525cfaa1efd04db93d72ba DIFF: https://github.com/llvm/llvm-project/commit/3ebfeb258698db82b7525cfaa1efd04db93d72ba.dif

[Lldb-commits] [lldb] 7177c59 - [lldb][NFC] Use ArrayRef in TypeSystemClang::SetFunctionParameters

2021-07-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-12T15:38:51+02:00 New Revision: 7177c5951ab4fefcd8986a7808d895ffeeace037 URL: https://github.com/llvm/llvm-project/commit/7177c5951ab4fefcd8986a7808d895ffeeace037 DIFF: https://github.com/llvm/llvm-project/commit/7177c5951ab4fefcd8986a7808d895ffeeace037.dif

[Lldb-commits] [lldb] 2e7ec44 - [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API

2021-07-15 Thread Raphael Isemann via lldb-commits
Author: Peter S. Housel Date: 2021-07-16T00:45:22+02:00 New Revision: 2e7ec447cc7eab89a72413ad91a897049f551c56 URL: https://github.com/llvm/llvm-project/commit/2e7ec447cc7eab89a72413ad91a897049f551c56 DIFF: https://github.com/llvm/llvm-project/commit/2e7ec447cc7eab89a72413ad91a897049f551c56.dif

[Lldb-commits] [lldb] 67c588c - [lldb] Generalize empty record size computation to avoid giving empty C++ structs a size of 0

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T13:30:48+02:00 New Revision: 67c588c481bb2fb9f72459fbc205c3e1ee8c4b3b URL: https://github.com/llvm/llvm-project/commit/67c588c481bb2fb9f72459fbc205c3e1ee8c4b3b DIFF: https://github.com/llvm/llvm-project/commit/67c588c481bb2fb9f72459fbc205c3e1ee8c4b3b.dif

[Lldb-commits] [lldb] 12a89e1 - [lldb][NFCI] Remove redundant accessibility heuristic in the DWARF parser

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T13:36:23+02:00 New Revision: 12a89e14b83ac3db9e44f535a43bb11e7b6c3601 URL: https://github.com/llvm/llvm-project/commit/12a89e14b83ac3db9e44f535a43bb11e7b6c3601 DIFF: https://github.com/llvm/llvm-project/commit/12a89e14b83ac3db9e44f535a43bb11e7b6c3601.dif

[Lldb-commits] [lldb] 0780034 - [lldb] Fix that `process signal` completion always returns all signals

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T13:51:21+02:00 New Revision: 078003482e90ff5c7ba047a3d3152f0b0c392b31 URL: https://github.com/llvm/llvm-project/commit/078003482e90ff5c7ba047a3d3152f0b0c392b31 DIFF: https://github.com/llvm/llvm-project/commit/078003482e90ff5c7ba047a3d3152f0b0c392b31.dif

[Lldb-commits] [lldb] 77440d6 - [lldb][NFC] Allow range-based for loops over DWARFDIE's children

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T15:03:30+02:00 New Revision: 77440d644b3ba26443c1d14d04a4046fab07d731 URL: https://github.com/llvm/llvm-project/commit/77440d644b3ba26443c1d14d04a4046fab07d731 DIFF: https://github.com/llvm/llvm-project/commit/77440d644b3ba26443c1d14d04a4046fab07d731.dif

[Lldb-commits] [lldb] eb61ffb - [lldb] Fix TestCompletion by using SIGPIPE instead of SIGINT as test signal

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T15:35:28+02:00 New Revision: eb61ffbcb277cfaeb459d6d38b34ba908d247f96 URL: https://github.com/llvm/llvm-project/commit/eb61ffbcb277cfaeb459d6d38b34ba908d247f96 DIFF: https://github.com/llvm/llvm-project/commit/eb61ffbcb277cfaeb459d6d38b34ba908d247f96.dif

[Lldb-commits] [lldb] 3d9a9fa - [lldb] Remove a wrong assert in TestStructTypes that checks that empty structs in C always have size 0

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T16:56:50+02:00 New Revision: 3d9a9fa6911a5228ce799a7c639e94d322678934 URL: https://github.com/llvm/llvm-project/commit/3d9a9fa6911a5228ce799a7c639e94d322678934 DIFF: https://github.com/llvm/llvm-project/commit/3d9a9fa6911a5228ce799a7c639e94d322678934.dif

[Lldb-commits] [lldb] 43e45f0 - [lldb] Wait in TestGuiBasicDebug for the interface to open before quitting the welcome screen

2021-07-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-27T13:58:49+02:00 New Revision: 43e45f0ec920b45d6073c0aff47597c44948f52c URL: https://github.com/llvm/llvm-project/commit/43e45f0ec920b45d6073c0aff47597c44948f52c DIFF: https://github.com/llvm/llvm-project/commit/43e45f0ec920b45d6073c0aff47597c44948f52c.dif

[Lldb-commits] [lldb] 5db8e23 - [lldb] Temporarily bump the max length of the pexpect error message to diagnose an lldb-aarch64 test failure

2021-07-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-28T11:47:54+02:00 New Revision: 5db8e232126fc4c0f5d5b0339bdc5a49830268d1 URL: https://github.com/llvm/llvm-project/commit/5db8e232126fc4c0f5d5b0339bdc5a49830268d1 DIFF: https://github.com/llvm/llvm-project/commit/5db8e232126fc4c0f5d5b0339bdc5a49830268d1.dif

[Lldb-commits] [lldb] 83c752b - Revert "[lldb] Temporarily bump the max length of the pexpect error message to diagnose an lldb-aarch64 test failure"

2021-07-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-28T18:11:52+02:00 New Revision: 83c752bfa6071f34c8c4564a379d99b1b94f604a URL: https://github.com/llvm/llvm-project/commit/83c752bfa6071f34c8c4564a379d99b1b94f604a DIFF: https://github.com/llvm/llvm-project/commit/83c752bfa6071f34c8c4564a379d99b1b94f604a.dif

[Lldb-commits] [lldb] e4977f9 - [lldb] Partly revert "Allow range-based for loops over DWARFDIE's children"

2021-08-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-04T11:05:08+02:00 New Revision: e4977f9cb58ff7820d0287ba309490af57787749 URL: https://github.com/llvm/llvm-project/commit/e4977f9cb58ff7820d0287ba309490af57787749 DIFF: https://github.com/llvm/llvm-project/commit/e4977f9cb58ff7820d0287ba309490af57787749.dif

[Lldb-commits] [lldb] f968bd7 - Reland "[lldb/DWARF] Only match mangled name in full-name function lookup (with accelerators)"

2021-08-04 Thread Raphael Isemann via lldb-commits
Author: Jaroslav Sevcik Date: 2021-08-04T12:50:13+02:00 New Revision: f968bd77bbcf142afdb74750e53485b044de3e5f URL: https://github.com/llvm/llvm-project/commit/f968bd77bbcf142afdb74750e53485b044de3e5f DIFF: https://github.com/llvm/llvm-project/commit/f968bd77bbcf142afdb74750e53485b044de3e5f.dif

[Lldb-commits] [lldb] 875a16b - [lldb] Fix break introduced in 14735ca

2021-08-09 Thread Raphael Isemann via lldb-commits
Author: Robin Giese Date: 2021-08-09T17:34:57+02:00 New Revision: 875a16bcfc28ba4959d67e2a4ad853f909d4ab83 URL: https://github.com/llvm/llvm-project/commit/875a16bcfc28ba4959d67e2a4ad853f909d4ab83 DIFF: https://github.com/llvm/llvm-project/commit/875a16bcfc28ba4959d67e2a4ad853f909d4ab83.diff L

[Lldb-commits] [lldb] 3240000 - [lldb][NFC] Remove never read member variable IOHandler::m_editing

2021-08-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-09T18:05:53+02:00 New Revision: 32454652d47467d23b73ada5c8a599087167 URL: https://github.com/llvm/llvm-project/commit/32454652d47467d23b73ada5c8a599087167 DIFF: https://github.com/llvm/llvm-project/commit/32454652d47467d23b73ada5c8a599087167.dif

[Lldb-commits] [lldb] 4994890 - [lldb] Add a test for potentially conflicting names for the Objective-C class update utility expression

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T14:42:06+02:00 New Revision: 499489064b7a4519f7c566e76077821ae1f3446d URL: https://github.com/llvm/llvm-project/commit/499489064b7a4519f7c566e76077821ae1f3446d DIFF: https://github.com/llvm/llvm-project/commit/499489064b7a4519f7c566e76077821ae1f3446d.dif

[Lldb-commits] [lldb] 57bf5c8 - [lldb] Add a test for user-defined objc_copyRealizedClassList_nolock

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T14:54:42+02:00 New Revision: 57bf5c86591a1ff664f99d47e9f6a03a280f7a02 URL: https://github.com/llvm/llvm-project/commit/57bf5c86591a1ff664f99d47e9f6a03a280f7a02 DIFF: https://github.com/llvm/llvm-project/commit/57bf5c86591a1ff664f99d47e9f6a03a280f7a02.dif

[Lldb-commits] [lldb] 9900af5 - [lldb][NFC] Add a FIXME for NameSearchContext::AddFunDecl's missing addDecl

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T16:14:27+02:00 New Revision: 9900af52f6b186a260d83321791177728fb369c5 URL: https://github.com/llvm/llvm-project/commit/9900af52f6b186a260d83321791177728fb369c5 DIFF: https://github.com/llvm/llvm-project/commit/9900af52f6b186a260d83321791177728fb369c5.dif

[Lldb-commits] [lldb] 2db8461 - [lldb][NFC] Fix inversed documentation of Process::GetID/SetID

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T16:15:57+02:00 New Revision: 2db8461a9492cb64046a085f35048b9c4e45bfc2 URL: https://github.com/llvm/llvm-project/commit/2db8461a9492cb64046a085f35048b9c4e45bfc2 DIFF: https://github.com/llvm/llvm-project/commit/2db8461a9492cb64046a085f35048b9c4e45bfc2.dif

[Lldb-commits] [lldb] 7377997 - [lldb] Rework 'lldb' substitution workaround in dwarf5-lazy-dwo.c

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T12:12:25+02:00 New Revision: 737799713451a59ec2c2a84ea2daeceaf32ff1d5 URL: https://github.com/llvm/llvm-project/commit/737799713451a59ec2c2a84ea2daeceaf32ff1d5 DIFF: https://github.com/llvm/llvm-project/commit/737799713451a59ec2c2a84ea2daeceaf32ff1d5.dif

[Lldb-commits] [lldb] f6748b2 - [lldb][NFC] Fix small format error in TestCppVirtualFunctions

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T12:26:56+02:00 New Revision: f6748b24d4d731b3b60d97c20a1a29e66472ce66 URL: https://github.com/llvm/llvm-project/commit/f6748b24d4d731b3b60d97c20a1a29e66472ce66 DIFF: https://github.com/llvm/llvm-project/commit/f6748b24d4d731b3b60d97c20a1a29e66472ce66.dif

[Lldb-commits] [lldb] b136290 - [lldb][docs] Remove index entry to removed StructuredDataPlugins

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T13:47:04+02:00 New Revision: b136290bc46c6751ea59acfa97d7ac5ca044ded1 URL: https://github.com/llvm/llvm-project/commit/b136290bc46c6751ea59acfa97d7ac5ca044ded1 DIFF: https://github.com/llvm/llvm-project/commit/b136290bc46c6751ea59acfa97d7ac5ca044ded1.dif

[Lldb-commits] [lldb] b2c262c - [lldb][NFC] Define DWARFDIE::children out-of-line instead of using template magic

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T19:19:41+02:00 New Revision: b2c262cfb12f4fb43177759426b1c6128d4236e4 URL: https://github.com/llvm/llvm-project/commit/b2c262cfb12f4fb43177759426b1c6128d4236e4 DIFF: https://github.com/llvm/llvm-project/commit/b2c262cfb12f4fb43177759426b1c6128d4236e4.dif

[Lldb-commits] [lldb] cf521e7 - [lldb] Add tests for TypeSystemMap::GetTypeSystemForLanguage

2021-08-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-16T18:00:01+02:00 New Revision: cf521e78dfd2a418970358e5d55dcc9a862664e5 URL: https://github.com/llvm/llvm-project/commit/cf521e78dfd2a418970358e5d55dcc9a862664e5 DIFF: https://github.com/llvm/llvm-project/commit/cf521e78dfd2a418970358e5d55dcc9a862664e5.dif

[Lldb-commits] [lldb] fc5495c - [lldb] Make TestAArch64AdrpAdd depend on the AArch64 target

2021-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-17T13:47:22+02:00 New Revision: fc5495c351a1f7ce28c7166a70113ce45906ff7b URL: https://github.com/llvm/llvm-project/commit/fc5495c351a1f7ce28c7166a70113ce45906ff7b DIFF: https://github.com/llvm/llvm-project/commit/fc5495c351a1f7ce28c7166a70113ce45906ff7b.dif

[Lldb-commits] [lldb] f3ad3ea - [lldb][NFC] Remove TypeSystemClang::CreateFunctionType overload

2021-08-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-30T12:28:20+02:00 New Revision: f3ad3ea4719bd025711062725732dd597533a8c9 URL: https://github.com/llvm/llvm-project/commit/f3ad3ea4719bd025711062725732dd597533a8c9 DIFF: https://github.com/llvm/llvm-project/commit/f3ad3ea4719bd025711062725732dd597533a8c9.dif

[Lldb-commits] [lldb] ffcf571 - [LLDB] Fix 'std::out_of_range' crashing bug when file name completion using file path.

2021-08-30 Thread Raphael Isemann via lldb-commits
Author: Hiroki Date: 2021-08-30T15:14:09+02:00 New Revision: ffcf571107594ff5d02bc2410266efe527787fb0 URL: https://github.com/llvm/llvm-project/commit/ffcf571107594ff5d02bc2410266efe527787fb0 DIFF: https://github.com/llvm/llvm-project/commit/ffcf571107594ff5d02bc2410266efe527787fb0.diff LOG: [

[Lldb-commits] [lldb] 2ce889f - [lldb][NFC] Add size tests for empty records with alignment and with empty members

2021-08-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-30T16:38:13+02:00 New Revision: 2ce889fa4e5cab75fc65d03a4dfae52784d57db9 URL: https://github.com/llvm/llvm-project/commit/2ce889fa4e5cab75fc65d03a4dfae52784d57db9 DIFF: https://github.com/llvm/llvm-project/commit/2ce889fa4e5cab75fc65d03a4dfae52784d57db9.dif

[Lldb-commits] [lldb] 4f7fb13 - [lldb] Don't save empty expressions in the multiline editor history

2021-08-31 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-31T18:51:18+02:00 New Revision: 4f7fb13f87e10bd2cd89ccf2be70b026032237a7 URL: https://github.com/llvm/llvm-project/commit/4f7fb13f87e10bd2cd89ccf2be70b026032237a7 DIFF: https://github.com/llvm/llvm-project/commit/4f7fb13f87e10bd2cd89ccf2be70b026032237a7.dif

[Lldb-commits] [lldb] e387c8c - [lldb server] Tidy up LLDB server return codes and associated tests

2021-09-02 Thread Raphael Isemann via lldb-commits
Author: Sebastian Schwartz Date: 2021-09-02T11:16:37+02:00 New Revision: e387c8c413e2127bc93950fb6d786290237b4a9f URL: https://github.com/llvm/llvm-project/commit/e387c8c413e2127bc93950fb6d786290237b4a9f DIFF: https://github.com/llvm/llvm-project/commit/e387c8c413e2127bc93950fb6d786290237b4a9f.

[Lldb-commits] [lldb] bbcb4d6 - Revert "[lldb server] Tidy up LLDB server return codes and associated tests"

2021-09-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-02T15:27:39+02:00 New Revision: bbcb4d6bc0db612698ab8938ce209029cd8551e0 URL: https://github.com/llvm/llvm-project/commit/bbcb4d6bc0db612698ab8938ce209029cd8551e0 DIFF: https://github.com/llvm/llvm-project/commit/bbcb4d6bc0db612698ab8938ce209029cd8551e0.dif

Re: [Lldb-commits] [lldb] eee687a - [lldb] Add minidump save-core functionality to ELF object files

2021-09-06 Thread Raphael Isemann via lldb-commits
Not sure if there is a public builder with sanitizer enabled, but compiling LLDB with -DLLVM_USE_SANITIZER=Memory and then doing ninja check-lldb should be enough to reproduce this IIUC. Am Mo., 6. Sept. 2021 um 12:17 Uhr schrieb Andy Yankovsky via lldb-commits : > > Thanks for flagging this! Addi

[Lldb-commits] [lldb] ea2af72 - [lldb] Refactored TestCallOverriddenMethod.py to general virtual function test

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T09:40:40+01:00 New Revision: ea2af727a5c38906e3d1321de51aaa126b4efc69 URL: https://github.com/llvm/llvm-project/commit/ea2af727a5c38906e3d1321de51aaa126b4efc69 DIFF: https://github.com/llvm/llvm-project/commit/ea2af727a5c38906e3d1321de51aaa126b4efc69.dif

[Lldb-commits] [lldb] 0ed233c - [lldb][NFC] Don't construct a ConstString twice in LibCxxVariant

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T12:23:01+01:00 New Revision: 0ed233c85134e5e1581c5ef73edd1e746f6f0d0f URL: https://github.com/llvm/llvm-project/commit/0ed233c85134e5e1581c5ef73edd1e746f6f0d0f DIFF: https://github.com/llvm/llvm-project/commit/0ed233c85134e5e1581c5ef73edd1e746f6f0d0f.dif

[Lldb-commits] [lldb] 9721212 - [lldb][NFC] Fix code style of LibcxxVariantIndexValidity

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T12:37:51+01:00 New Revision: 97212121c504aa9e028b1b4f2778696cc741e982 URL: https://github.com/llvm/llvm-project/commit/97212121c504aa9e028b1b4f2778696cc741e982 DIFF: https://github.com/llvm/llvm-project/commit/97212121c504aa9e028b1b4f2778696cc741e982.dif

[Lldb-commits] [lldb] 1a77955 - [lldb][NFC] Don't call call formatv for no reason in LibCxxOptional

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T12:39:42+01:00 New Revision: 1a779550aa1d94f1c0ea8a22c98a850600be6144 URL: https://github.com/llvm/llvm-project/commit/1a779550aa1d94f1c0ea8a22c98a850600be6144 DIFF: https://github.com/llvm/llvm-project/commit/1a779550aa1d94f1c0ea8a22c98a850600be6144.dif

[Lldb-commits] [lldb] 2a3ef37 - [lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T13:03:06+01:00 New Revision: 2a3ef377ec00e7c7d3f4c47614ab6baee727cd82 URL: https://github.com/llvm/llvm-project/commit/2a3ef377ec00e7c7d3f4c47614ab6baee727cd82 DIFF: https://github.com/llvm/llvm-project/commit/2a3ef377ec00e7c7d3f4c47614ab6baee727cd82.dif

[Lldb-commits] [lldb] 14ecbd7 - [lldb][NFC] Refactor TypeSystemClang::GetTypeName

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T08:43:57+01:00 New Revision: 14ecbd7b8ded18af6c95f6a9957da541d1ec0e80 URL: https://github.com/llvm/llvm-project/commit/14ecbd7b8ded18af6c95f6a9957da541d1ec0e80 DIFF: https://github.com/llvm/llvm-project/commit/14ecbd7b8ded18af6c95f6a9957da541d1ec0e80.dif

[Lldb-commits] [lldb] 642bc15 - [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T09:14:41+01:00 New Revision: 642bc15dd7186a6317510cf961a8dc3d35e5b713 URL: https://github.com/llvm/llvm-project/commit/642bc15dd7186a6317510cf961a8dc3d35e5b713 DIFF: https://github.com/llvm/llvm-project/commit/642bc15dd7186a6317510cf961a8dc3d35e5b713.dif

[Lldb-commits] [lldb] 70fb447 - [lldb] Add test for C++ constructor calls from the expression evaluator

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T10:47:42+01:00 New Revision: 70fb447ca012728dbfa49a82136554630e188229 URL: https://github.com/llvm/llvm-project/commit/70fb447ca012728dbfa49a82136554630e188229 DIFF: https://github.com/llvm/llvm-project/commit/70fb447ca012728dbfa49a82136554630e188229.dif

[Lldb-commits] [lldb] 5b61f78 - [lldb] Add test for lldb_private::Stream's indentation functionality

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T11:12:54+01:00 New Revision: 5b61f78ad5e0f96b0c21ad9a634fc1b26601a00a URL: https://github.com/llvm/llvm-project/commit/5b61f78ad5e0f96b0c21ad9a634fc1b26601a00a DIFF: https://github.com/llvm/llvm-project/commit/5b61f78ad5e0f96b0c21ad9a634fc1b26601a00a.dif

[Lldb-commits] [lldb] 6909c2e - [lldb] Add test for calling overloaded virtual functions

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T11:36:26+01:00 New Revision: 6909c2e88d0b60e608237f55149bc09d74be47c5 URL: https://github.com/llvm/llvm-project/commit/6909c2e88d0b60e608237f55149bc09d74be47c5 DIFF: https://github.com/llvm/llvm-project/commit/6909c2e88d0b60e608237f55149bc09d74be47c5.dif

[Lldb-commits] [lldb] 651936e - [lldb][NFC] Remove Stream::Indent(const char *) overload in favor of the StringRef version

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T13:29:32+01:00 New Revision: 651936e5b62a6a06b1aca1cd976503f5b2991051 URL: https://github.com/llvm/llvm-project/commit/651936e5b62a6a06b1aca1cd976503f5b2991051 DIFF: https://github.com/llvm/llvm-project/commit/651936e5b62a6a06b1aca1cd976503f5b2991051.dif

[Lldb-commits] [lldb] 65ac68e - [lldb] Add test for multiple inheritance

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T13:31:34+01:00 New Revision: 65ac68ec3419abd98731e0c434229239e1563045 URL: https://github.com/llvm/llvm-project/commit/65ac68ec3419abd98731e0c434229239e1563045 DIFF: https://github.com/llvm/llvm-project/commit/65ac68ec3419abd98731e0c434229239e1563045.dif

[Lldb-commits] [lldb] 9dfd4e2 - [lldb][NFC] Remove ConstString -> const char * -> StringRef conversions when calling Stream::Indent

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T13:51:41+01:00 New Revision: 9dfd4e260bd4f9f1d9d0fce343ed645fdd331261 URL: https://github.com/llvm/llvm-project/commit/9dfd4e260bd4f9f1d9d0fce343ed645fdd331261 DIFF: https://github.com/llvm/llvm-project/commit/9dfd4e260bd4f9f1d9d0fce343ed645fdd331261.dif

[Lldb-commits] [lldb] e8e7cf8 - [lldb][NFC] Remove the CppVirtualMadness test

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T14:09:58+01:00 New Revision: e8e7cf810c11697c99c8ed75f925c600c7df014f URL: https://github.com/llvm/llvm-project/commit/e8e7cf810c11697c99c8ed75f925c600c7df014f DIFF: https://github.com/llvm/llvm-project/commit/e8e7cf810c11697c99c8ed75f925c600c7df014f.dif

[Lldb-commits] [lldb] 6217468 - [lldb][NFC] Remove support file searching from SourceFileCompleter

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T18:50:25+01:00 New Revision: 62174682a039efce2ce7606d5416d2450ff42dab URL: https://github.com/llvm/llvm-project/commit/62174682a039efce2ce7606d5416d2450ff42dab DIFF: https://github.com/llvm/llvm-project/commit/62174682a039efce2ce7606d5416d2450ff42dab.dif

[Lldb-commits] [lldb] 8888992 - [lldb][NFC] Test SourceFileCompletion by completing the target line-table argument

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T19:59:21+01:00 New Revision: 992dee3706d3e84d3533d506c7e971a66382 URL: https://github.com/llvm/llvm-project/commit/992dee3706d3e84d3533d506c7e971a66382 DIFF: https://github.com/llvm/llvm-project/commit/992dee3706d3e84d3533d506c7e971a66382.dif

[Lldb-commits] [lldb] f65f9d3 - [lldb][NFC] Test ModuleCompletion mode by completing the target modules load argument

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T20:38:21+01:00 New Revision: f65f9d3bc5ab9444a9fcde17bca490bfc1f425b7 URL: https://github.com/llvm/llvm-project/commit/f65f9d3bc5ab9444a9fcde17bca490bfc1f425b7 DIFF: https://github.com/llvm/llvm-project/commit/f65f9d3bc5ab9444a9fcde17bca490bfc1f425b7.dif

[Lldb-commits] [lldb] 346cb7b - [lldb] Remove skipIfFreeBSD from TestCompletion

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T07:14:46+01:00 New Revision: 346cb7b50f7f892b33b46313742eef86bfde7943 URL: https://github.com/llvm/llvm-project/commit/346cb7b50f7f892b33b46313742eef86bfde7943 DIFF: https://github.com/llvm/llvm-project/commit/346cb7b50f7f892b33b46313742eef86bfde7943.dif

[Lldb-commits] [lldb] 477c090 - [lldb][NFC] Remove eCustomCompletion mode

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T08:34:02+01:00 New Revision: 477c09043e654bc154fce6e6b013f8f91fb96f05 URL: https://github.com/llvm/llvm-project/commit/477c09043e654bc154fce6e6b013f8f91fb96f05 DIFF: https://github.com/llvm/llvm-project/commit/477c09043e654bc154fce6e6b013f8f91fb96f05.dif

[Lldb-commits] [lldb] 572fc89 - [lldb][NFC] Move all completer subclasses into source file

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:08:44+01:00 New Revision: 572fc8974277e5def25029219daec20d08f85030 URL: https://github.com/llvm/llvm-project/commit/572fc8974277e5def25029219daec20d08f85030 DIFF: https://github.com/llvm/llvm-project/commit/572fc8974277e5def25029219daec20d08f85030.dif

[Lldb-commits] [lldb] 4617fb0 - [lldb] Move implementation of GetDisplayName to TypeSystem class

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:32:09+01:00 New Revision: 4617fb0b7fd444dca9bf7612dd632ef3feb61d48 URL: https://github.com/llvm/llvm-project/commit/4617fb0b7fd444dca9bf7612dd632ef3feb61d48 DIFF: https://github.com/llvm/llvm-project/commit/4617fb0b7fd444dca9bf7612dd632ef3feb61d48.dif

[Lldb-commits] [lldb] 440460f - [lldb][NFC] Move common_completions mapping out of CommandCompletions header.

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:48:51+01:00 New Revision: 440460f1e70193f5805e2fdbc6d91ab5d5d0bbab URL: https://github.com/llvm/llvm-project/commit/440460f1e70193f5805e2fdbc6d91ab5d5d0bbab DIFF: https://github.com/llvm/llvm-project/commit/440460f1e70193f5805e2fdbc6d91ab5d5d0bbab.dif

<    1   2   3   4   5   6   7   8   9   10   >