[Lldb-commits] [lldb] 8bcc037 - [lldb][NFC] Delete deleted const char* overloads of SetValueFromString

2021-02-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-17T16:13:20+01:00 New Revision: 8bcc03767e440f229749d101f470f73b8e1cd2e5 URL: https://github.com/llvm/llvm-project/commit/8bcc03767e440f229749d101f470f73b8e1cd2e5 DIFF: https://github.com/llvm/llvm-project/commit/8bcc03767e440f229749d101f470f73b8e1cd2e5.dif

[Lldb-commits] [lldb] fb1dc77 - [lldb][NFC] Silence missing case warnings in TypeSystemClang::GetTypeBitAlign due to new RISC-V V types

2021-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-18T09:03:18+01:00 New Revision: fb1dc77bfd24c32a5231face77e0bc4323b67c68 URL: https://github.com/llvm/llvm-project/commit/fb1dc77bfd24c32a5231face77e0bc4323b67c68 DIFF: https://github.com/llvm/llvm-project/commit/fb1dc77bfd24c32a5231face77e0bc4323b67c68.dif

[Lldb-commits] [lldb] 8f63cf5 - [lldb][NFC] Cleanup ValueObject construction code

2021-02-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-23T09:39:18+01:00 New Revision: 8f63cf5da3c098f5f16a1055d6e13d4bcf399a27 URL: https://github.com/llvm/llvm-project/commit/8f63cf5da3c098f5f16a1055d6e13d4bcf399a27 DIFF: https://github.com/llvm/llvm-project/commit/8f63cf5da3c098f5f16a1055d6e13d4bcf399a27.dif

[Lldb-commits] [lldb] d77e3c6 - [lldb][NFC] Don't inherit from UserID in ValueObject

2021-02-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-23T10:15:42+01:00 New Revision: d77e3c6aec2916fdf7b8ab0ca08c550230244695 URL: https://github.com/llvm/llvm-project/commit/d77e3c6aec2916fdf7b8ab0ca08c550230244695 DIFF: https://github.com/llvm/llvm-project/commit/d77e3c6aec2916fdf7b8ab0ca08c550230244695.dif

[Lldb-commits] [lldb] 03310c1 - [lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType out-parameters default values

2021-02-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-23T11:15:31+01:00 New Revision: 03310c1e952d0bf7aa84b8ed06809aa7ea1deb9b URL: https://github.com/llvm/llvm-project/commit/03310c1e952d0bf7aa84b8ed06809aa7ea1deb9b DIFF: https://github.com/llvm/llvm-project/commit/03310c1e952d0bf7aa84b8ed06809aa7ea1deb9b.dif

[Lldb-commits] [lldb] bda83ba - [lldb][NFC] Clean up ValueObject comments

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

[Lldb-commits] [lldb] bea2d5e - [lldb][NFC] Remove unused ValueObject::LogValueObject functions

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

[Lldb-commits] [lldb] 2105912 - [lldb] Add asserts that prevent construction of cycles in the decl origin tracking

2021-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-24T13:25:49+01:00 New Revision: 2105912ee0b831d5141146b7700c1934c4185bd6 URL: https://github.com/llvm/llvm-project/commit/2105912ee0b831d5141146b7700c1934c4185bd6 DIFF: https://github.com/llvm/llvm-project/commit/2105912ee0b831d5141146b7700c1934c4185bd6.dif

[Lldb-commits] [lldb] 4631afd - [lldb][NFC] Rename the second ValueObjectManager to ValueObjectUpdater and remove the dead code

2021-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-24T13:58:01+01:00 New Revision: 4631afdeb3c48f63688d3b097643d61de8e48e2b URL: https://github.com/llvm/llvm-project/commit/4631afdeb3c48f63688d3b097643d61de8e48e2b DIFF: https://github.com/llvm/llvm-project/commit/4631afdeb3c48f63688d3b097643d61de8e48e2b.dif

[Lldb-commits] [lldb] 0512b01 - [lldb][NFC] Move trivial ValueObject getters/setters to the header

2021-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-24T14:04:01+01:00 New Revision: 0512b01ebede34fe5f6244d5ec8dde552fa4b375 URL: https://github.com/llvm/llvm-project/commit/0512b01ebede34fe5f6244d5ec8dde552fa4b375 DIFF: https://github.com/llvm/llvm-project/commit/0512b01ebede34fe5f6244d5ec8dde552fa4b375.dif

[Lldb-commits] [lldb] 6201017 - [lldb] Prevent double new lines behind errors/warning/messages from LLDB commands

2021-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-24T14:42:01+01:00 New Revision: 6201017d541fb024dfcbe135576d38a97f88b1a3 URL: https://github.com/llvm/llvm-project/commit/6201017d541fb024dfcbe135576d38a97f88b1a3 DIFF: https://github.com/llvm/llvm-project/commit/6201017d541fb024dfcbe135576d38a97f88b1a3.dif

[Lldb-commits] [lldb] a54f160 - Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk

2021-02-25 Thread Raphael Isemann via lldb-commits
Author: Harmen Stoppels Date: 2021-02-25T11:32:27+01:00 New Revision: a54f160b3a98b91cd241a555d904a6b6453affc4 URL: https://github.com/llvm/llvm-project/commit/a54f160b3a98b91cd241a555d904a6b6453affc4 DIFF: https://github.com/llvm/llvm-project/commit/a54f160b3a98b91cd241a555d904a6b6453affc4.dif

[Lldb-commits] [lldb] 7cfa6e1 - [lldb] Let ClangASTImporter assert that the target AST has an external source

2021-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-25T11:42:14+01:00 New Revision: 7cfa6e1cc64bc41e644cfc4a43bc122790896569 URL: https://github.com/llvm/llvm-project/commit/7cfa6e1cc64bc41e644cfc4a43bc122790896569 DIFF: https://github.com/llvm/llvm-project/commit/7cfa6e1cc64bc41e644cfc4a43bc122790896569.dif

[Lldb-commits] [lldb] 2d6b767 - [lldb][NFC] Remove some obsolete comments in ClangASTImporter.cpp

2021-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-25T11:44:19+01:00 New Revision: 2d6b767c1d15ec736b409370da33009de57de7f2 URL: https://github.com/llvm/llvm-project/commit/2d6b767c1d15ec736b409370da33009de57de7f2 DIFF: https://github.com/llvm/llvm-project/commit/2d6b767c1d15ec736b409370da33009de57de7f2.dif

[Lldb-commits] [lldb] 86c2672 - [lldb][NFC] Document ClangASTImporter

2021-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-25T13:25:34+01:00 New Revision: 86c267233f51c36d71c12a93d661c4195f150f05 URL: https://github.com/llvm/llvm-project/commit/86c267233f51c36d71c12a93d661c4195f150f05 DIFF: https://github.com/llvm/llvm-project/commit/86c267233f51c36d71c12a93d661c4195f150f05.dif

[Lldb-commits] [lldb] 1432ab1 - [lldb] Add missing include to Cloneable.h

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

[Lldb-commits] [lldb] 820a846 - [lldb][NFC] Delete unused AddressResolverName

2021-03-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-03T13:30:02+01:00 New Revision: 820a8466097cd9336c81a14bcbe773807fbf96e4 URL: https://github.com/llvm/llvm-project/commit/820a8466097cd9336c81a14bcbe773807fbf96e4 DIFF: https://github.com/llvm/llvm-project/commit/820a8466097cd9336c81a14bcbe773807fbf96e4.dif

[Lldb-commits] [lldb] 6f3778d - [lldb][NFC] std::set -> DenseSet in ClangModulesDeclVendor

2021-03-08 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-08T13:13:35+01:00 New Revision: 6f3778d31a9accdcb5a910506d3ff6debf7b92bc URL: https://github.com/llvm/llvm-project/commit/6f3778d31a9accdcb5a910506d3ff6debf7b92bc DIFF: https://github.com/llvm/llvm-project/commit/6f3778d31a9accdcb5a910506d3ff6debf7b92bc.dif

[Lldb-commits] [lldb] dc4ca9b - [lldb][NFC] Code style fixes for ClangModulesDeclVendor

2021-03-08 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-08T17:28:05+01:00 New Revision: dc4ca9b0d43a27bdf638799b4c4f4c64452bea7a URL: https://github.com/llvm/llvm-project/commit/dc4ca9b0d43a27bdf638799b4c4f4c64452bea7a DIFF: https://github.com/llvm/llvm-project/commit/dc4ca9b0d43a27bdf638799b4c4f4c64452bea7a.dif

[Lldb-commits] [lldb] aada898 - [lldb] Add missing debugserver dependency to check-lldb

2021-03-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-11T15:55:43+01:00 New Revision: aada8984e617058bfc9aa1f879d584ad04d2e7df URL: https://github.com/llvm/llvm-project/commit/aada8984e617058bfc9aa1f879d584ad04d2e7df DIFF: https://github.com/llvm/llvm-project/commit/aada8984e617058bfc9aa1f879d584ad04d2e7df.dif

[Lldb-commits] [lldb] 75f97cd - [lldb] Fix the man page build

2021-03-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-11T19:51:47+01:00 New Revision: 75f97cdafe52cbfd4ba39c3b8c334ab0ca0106a2 URL: https://github.com/llvm/llvm-project/commit/75f97cdafe52cbfd4ba39c3b8c334ab0ca0106a2 DIFF: https://github.com/llvm/llvm-project/commit/75f97cdafe52cbfd4ba39c3b8c334ab0ca0106a2.dif

[Lldb-commits] [lldb] c68a645 - [lldb] Add llgs_test decorator back to TestAutoInstallMainExecutable

2021-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-24T10:36:01+01:00 New Revision: c68a645acb833109f4bb0d859686b05a81b2be7d URL: https://github.com/llvm/llvm-project/commit/c68a645acb833109f4bb0d859686b05a81b2be7d DIFF: https://github.com/llvm/llvm-project/commit/c68a645acb833109f4bb0d859686b05a81b2be7d.dif

[Lldb-commits] [lldb] d90b123 - [lldb] Fix TestVSCode.test_progress_events on Linux due to vdso

2021-03-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-25T10:48:58+01:00 New Revision: d90b1230ea62eb9738ea369df38607551ea412e0 URL: https://github.com/llvm/llvm-project/commit/d90b1230ea62eb9738ea369df38607551ea412e0 DIFF: https://github.com/llvm/llvm-project/commit/d90b1230ea62eb9738ea369df38607551ea412e0.dif

[Lldb-commits] [lldb] 3c95bdf - [lldb] Don't search for system specific strings in assert.test

2021-03-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-29T10:46:14+02:00 New Revision: 3c95bdf9fa35f0fe2143ea859b624c8f09513adb URL: https://github.com/llvm/llvm-project/commit/3c95bdf9fa35f0fe2143ea859b624c8f09513adb DIFF: https://github.com/llvm/llvm-project/commit/3c95bdf9fa35f0fe2143ea859b624c8f09513adb.dif

[Lldb-commits] [lldb] 69e7b74 - [lldb][NFC] Add a test case for Objective-C properties with conflicting names

2021-03-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-29T12:33:07+02:00 New Revision: 69e7b7457809bac02f3e6f7d643c4fb516b31616 URL: https://github.com/llvm/llvm-project/commit/69e7b7457809bac02f3e6f7d643c4fb516b31616 DIFF: https://github.com/llvm/llvm-project/commit/69e7b7457809bac02f3e6f7d643c4fb516b31616.dif

[Lldb-commits] [lldb] 32f252a - [lldb][NFC] Fix -Wdocumentation issue in ProcessMinidump

2021-03-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-29T19:40:41+02:00 New Revision: 32f252a765d5f76cd1c84c20d55482ab4c86dfe0 URL: https://github.com/llvm/llvm-project/commit/32f252a765d5f76cd1c84c20d55482ab4c86dfe0 DIFF: https://github.com/llvm/llvm-project/commit/32f252a765d5f76cd1c84c20d55482ab4c86dfe0.dif

[Lldb-commits] [lldb] 10d02fb - [lldb][NFC] Fix -Wdocumentation issue in ModuleSpec.h/ThreadTrace.h

2021-03-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-29T19:47:29+02:00 New Revision: 10d02fb15b2d03d7f7b5c372946f5cb0e74cb220 URL: https://github.com/llvm/llvm-project/commit/10d02fb15b2d03d7f7b5c372946f5cb0e74cb220 DIFF: https://github.com/llvm/llvm-project/commit/10d02fb15b2d03d7f7b5c372946f5cb0e74cb220.dif

[Lldb-commits] [lldb] 6919c58 - [lldb] Add a test for Obj-C properties with conflicting names

2021-03-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-03-30T11:08:16+02:00 New Revision: 6919c58262b0bab682ab48903e714d70a489418b URL: https://github.com/llvm/llvm-project/commit/6919c58262b0bab682ab48903e714d70a489418b DIFF: https://github.com/llvm/llvm-project/commit/6919c58262b0bab682ab48903e714d70a489418b.dif

[Lldb-commits] [lldb] 18dbe0f - [lldb] Prevent that LLDB randomly crashes in CommandLineParser::addOption by initializing LLVM's command line parser

2021-04-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-01T20:17:54+02:00 New Revision: 18dbe0f954a75f25bd57bba95dfa83cc5e2aa497 URL: https://github.com/llvm/llvm-project/commit/18dbe0f954a75f25bd57bba95dfa83cc5e2aa497 DIFF: https://github.com/llvm/llvm-project/commit/18dbe0f954a75f25bd57bba95dfa83cc5e2aa497.dif

[Lldb-commits] [lldb] bdfee7d - [lldb][NFC] Fix misleading indentation in Cocoa.cpp

2021-04-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-06T14:30:47+02:00 New Revision: bdfee7d5e1924eb5ca7333b1da339cf21a481409 URL: https://github.com/llvm/llvm-project/commit/bdfee7d5e1924eb5ca7333b1da339cf21a481409 DIFF: https://github.com/llvm/llvm-project/commit/bdfee7d5e1924eb5ca7333b1da339cf21a481409.dif

[Lldb-commits] [lldb] 34c697c - [lldb] Don't recursively load types of static member variables in the DWARF AST parser

2021-04-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-12T14:37:07+02:00 New Revision: 34c697c85e9d0af11a72ac4df5578aac94a627b3 URL: https://github.com/llvm/llvm-project/commit/34c697c85e9d0af11a72ac4df5578aac94a627b3 DIFF: https://github.com/llvm/llvm-project/commit/34c697c85e9d0af11a72ac4df5578aac94a627b3.dif

[Lldb-commits] [lldb] 5a5a94e - [lldb] Delete dead StackFrameList::Merge

2021-04-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-12T14:49:20+02:00 New Revision: 5a5a94ed34b07079046ac81e7e97d980ce2c834f URL: https://github.com/llvm/llvm-project/commit/5a5a94ed34b07079046ac81e7e97d980ce2c834f DIFF: https://github.com/llvm/llvm-project/commit/5a5a94ed34b07079046ac81e7e97d980ce2c834f.dif

[Lldb-commits] [lldb] 0f3ed7a - [lldb] Fix incorrect test data in FileSpecTest.IsRelative

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

[Lldb-commits] [lldb] e203914 - Some FormatEntity.cpp cleanup and unit testing

2021-04-21 Thread Raphael Isemann via lldb-commits
Author: Neal (nealsid) Date: 2021-04-21T15:12:59+02:00 New Revision: e2039142f6b196e9a491c8e0b18faa033c4d9f10 URL: https://github.com/llvm/llvm-project/commit/e2039142f6b196e9a491c8e0b18faa033c4d9f10 DIFF: https://github.com/llvm/llvm-project/commit/e2039142f6b196e9a491c8e0b18faa033c4d9f10.diff

[Lldb-commits] [lldb] 00764c3 - [lldb] Add support for evaluating expressions in static member functions

2021-04-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-22T12:14:31+02:00 New Revision: 00764c36edf88ae9806e8d57a6addb782e6ceae8 URL: https://github.com/llvm/llvm-project/commit/00764c36edf88ae9806e8d57a6addb782e6ceae8 DIFF: https://github.com/llvm/llvm-project/commit/00764c36edf88ae9806e8d57a6addb782e6ceae8.dif

[Lldb-commits] [lldb] 034c73d - [lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTest

2021-04-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-22T12:20:32+02:00 New Revision: 034c73d42e4655ae247fc1f72dc3d2d6c621ab23 URL: https://github.com/llvm/llvm-project/commit/034c73d42e4655ae247fc1f72dc3d2d6c621ab23 DIFF: https://github.com/llvm/llvm-project/commit/034c73d42e4655ae247fc1f72dc3d2d6c621ab23.dif

[Lldb-commits] [lldb] d2223c7 - [lldb] XFAIL TestStoppedInStaticMemberFunction on Windows

2021-04-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-22T13:46:27+02:00 New Revision: d2223c7a49973a61cc2de62992662afa8d19065a URL: https://github.com/llvm/llvm-project/commit/d2223c7a49973a61cc2de62992662afa8d19065a DIFF: https://github.com/llvm/llvm-project/commit/d2223c7a49973a61cc2de62992662afa8d19065a.dif

[Lldb-commits] [lldb] e3dd82a - [lldb] Don't leak LineSequence in PDB parsers

2021-04-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-22T14:11:01+02:00 New Revision: e3dd82ae3c4edaeb3c8f835c29566375ee25023d URL: https://github.com/llvm/llvm-project/commit/e3dd82ae3c4edaeb3c8f835c29566375ee25023d DIFF: https://github.com/llvm/llvm-project/commit/e3dd82ae3c4edaeb3c8f835c29566375ee25023d.dif

[Lldb-commits] [lldb] d616a6b - [lldb] Fix that the expression commands --top-level flag overwrites --allow-jit false

2021-04-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-22T18:51:03+02:00 New Revision: d616a6bd107fcc0dc74f79e174e0b4fe27b26fe6 URL: https://github.com/llvm/llvm-project/commit/d616a6bd107fcc0dc74f79e174e0b4fe27b26fe6 DIFF: https://github.com/llvm/llvm-project/commit/d616a6bd107fcc0dc74f79e174e0b4fe27b26fe6.dif

[Lldb-commits] [lldb] f8f3fc1 - [lldb][NFC] Delete a checked-in build log in docs/testsuite

2021-04-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-23T10:36:43+02:00 New Revision: f8f3fc1fbad608ee7c7e0c2a5af0637006e1ba0c URL: https://github.com/llvm/llvm-project/commit/f8f3fc1fbad608ee7c7e0c2a5af0637006e1ba0c DIFF: https://github.com/llvm/llvm-project/commit/f8f3fc1fbad608ee7c7e0c2a5af0637006e1ba0c.dif

[Lldb-commits] [lldb] f3e6f85 - [lldb][NFC] Remove a stray unicode character in the LLDB test docs

2021-04-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-23T13:20:10+02:00 New Revision: f3e6f856c2905362f54acebc5ef500df10cb06fa URL: https://github.com/llvm/llvm-project/commit/f3e6f856c2905362f54acebc5ef500df10cb06fa DIFF: https://github.com/llvm/llvm-project/commit/f3e6f856c2905362f54acebc5ef500df10cb06fa.dif

[Lldb-commits] [lldb] e439a46 - [lldb] Use forward type in pointer-to-member

2021-04-26 Thread Raphael Isemann via lldb-commits
Author: Emre Kultursay Date: 2021-04-26T15:23:58+02:00 New Revision: e439a463a30833f1c7d366ed722f0f12d1682638 URL: https://github.com/llvm/llvm-project/commit/e439a463a30833f1c7d366ed722f0f12d1682638 DIFF: https://github.com/llvm/llvm-project/commit/e439a463a30833f1c7d366ed722f0f12d1682638.diff

Re: [Lldb-commits] Buildbot failure in LLVM Buildbot on lldb-aarch64-ubuntu

2021-04-26 Thread Raphael Isemann via lldb-commits
You can ignore that, that seems to be either a flaky test or an issue with the bot (the next test run passes just fine). - Raphael Am Mo., 26. Apr. 2021 um 17:04 Uhr schrieb Nalamothu, Venkata Ramanaiah via lldb-commits : > > [AMD Public Use] > > Hi, > > The below commit I made is an NFC and more

[Lldb-commits] [lldb] a0c735e - [lldb] Skip TestPointerToMemberTypeDependingOnParentSize on Windows and GCC

2021-04-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-26T18:55:54+02:00 New Revision: a0c735e29a4fd471fa4a9ee60b3bdea79a066e28 URL: https://github.com/llvm/llvm-project/commit/a0c735e29a4fd471fa4a9ee60b3bdea79a066e28 DIFF: https://github.com/llvm/llvm-project/commit/a0c735e29a4fd471fa4a9ee60b3bdea79a066e28.dif

[Lldb-commits] [lldb] a76df78 - [lldb] Make the NSSet formatter faster and less prone to infinite recursion

2021-04-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-04-29T19:13:43+02:00 New Revision: a76df78470d7994f73df0353225cbddc463cce63 URL: https://github.com/llvm/llvm-project/commit/a76df78470d7994f73df0353225cbddc463cce63 DIFF: https://github.com/llvm/llvm-project/commit/a76df78470d7994f73df0353225cbddc463cce63.dif

[Lldb-commits] [lldb] fd89af6 - Wrap edit line configuration calls into helper functions

2021-04-30 Thread Raphael Isemann via lldb-commits
Author: Neal (nealsid) Date: 2021-04-30T12:32:29+02:00 New Revision: fd89af6880f33ead708abe2f7d88ecb687d4e0d2 URL: https://github.com/llvm/llvm-project/commit/fd89af6880f33ead708abe2f7d88ecb687d4e0d2 DIFF: https://github.com/llvm/llvm-project/commit/fd89af6880f33ead708abe2f7d88ecb687d4e0d2.diff

[Lldb-commits] [lldb] 3026f75 - [lldb][NFC] Make assert in TestStaticVariables more expressive

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

[Lldb-commits] [lldb] 4112f5e - [lldb][NFC] Specify guidelines for API tests

2021-05-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-17T11:01:47+02:00 New Revision: 4112f5ef69a166ae1d18da0cde60b8d6c402a5e4 URL: https://github.com/llvm/llvm-project/commit/4112f5ef69a166ae1d18da0cde60b8d6c402a5e4 DIFF: https://github.com/llvm/llvm-project/commit/4112f5ef69a166ae1d18da0cde60b8d6c402a5e4.dif

[Lldb-commits] [lldb] 5b614eb - [lldb] Let dotest check for the `cassert` header instead of `algorithm` for libc++ check

2021-05-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-17T11:16:58+02:00 New Revision: 5b614eb4ea6ce047daebc0517eb4efa83123fe58 URL: https://github.com/llvm/llvm-project/commit/5b614eb4ea6ce047daebc0517eb4efa83123fe58 DIFF: https://github.com/llvm/llvm-project/commit/5b614eb4ea6ce047daebc0517eb4efa83123fe58.dif

[Lldb-commits] [lldb] bbea361 - [lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDB

2021-05-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-18T09:41:20+02:00 New Revision: bbea361039c11dc2e6e281c80fa8aa569f1c7c2d URL: https://github.com/llvm/llvm-project/commit/bbea361039c11dc2e6e281c80fa8aa569f1c7c2d DIFF: https://github.com/llvm/llvm-project/commit/bbea361039c11dc2e6e281c80fa8aa569f1c7c2d.dif

[Lldb-commits] [lldb] d017d12 - [lldb][NFC] Cleanup IRForTarget member initializers

2021-05-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-18T10:49:11+02:00 New Revision: d017d12f126ee9045f58f9300078d805e3bcc763 URL: https://github.com/llvm/llvm-project/commit/d017d12f126ee9045f58f9300078d805e3bcc763 DIFF: https://github.com/llvm/llvm-project/commit/d017d12f126ee9045f58f9300078d805e3bcc763.dif

[Lldb-commits] [lldb] ff95486 - [lldb][NFC] Remove sample test boilerplate from TestBreakOnCPP11Initializers

2021-05-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-19T15:22:11+02:00 New Revision: ff954865137cdd11165340e2c9537cfd1b3f805d URL: https://github.com/llvm/llvm-project/commit/ff954865137cdd11165340e2c9537cfd1b3f805d DIFF: https://github.com/llvm/llvm-project/commit/ff954865137cdd11165340e2c9537cfd1b3f805d.dif

[Lldb-commits] [lldb] 4b074b4 - [lldb] Fix UB in half2float and add some more tests.

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

[Lldb-commits] [lldb] 30a5dda - Revert "[lldb] Fix UB in half2float and add some more tests."

2021-05-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-19T22:06:53+02:00 New Revision: 30a5ddaef3e88912e10a6b1c8173b00819c722d3 URL: https://github.com/llvm/llvm-project/commit/30a5ddaef3e88912e10a6b1c8173b00819c722d3 DIFF: https://github.com/llvm/llvm-project/commit/30a5ddaef3e88912e10a6b1c8173b00819c722d3.dif

[Lldb-commits] [lldb] 4878052 - [lldb][NFC] Add more Float16 unit tests

2021-05-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-05-20T17:07:23+02:00 New Revision: 48780527dd6820698f3537f5ebf76499030ee349 URL: https://github.com/llvm/llvm-project/commit/48780527dd6820698f3537f5ebf76499030ee349 DIFF: https://github.com/llvm/llvm-project/commit/48780527dd6820698f3537f5ebf76499030ee349.dif

[Lldb-commits] [lldb] 8ebaa19 - [lldb] Adjust DumpDataExtractorTest.Formats for Windows

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

[Lldb-commits] [lldb] 5c15426 - [lldb] Remove FormattersContainer's name member

2020-07-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-21T13:54:38+02:00 New Revision: 5c15426d7c62aa8c38547144f28c5a1c6e50549a URL: https://github.com/llvm/llvm-project/commit/5c15426d7c62aa8c38547144f28c5a1c6e50549a DIFF: https://github.com/llvm/llvm-project/commit/5c15426d7c62aa8c38547144f28c5a1c6e50549a.dif

[Lldb-commits] [lldb] 5b0de57 - [lldb] Unify type name matching in FormattersContainer

2020-07-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-21T18:44:50+02:00 New Revision: 5b0de5756ccc7a540926e4eeaa3b398539d88cd8 URL: https://github.com/llvm/llvm-project/commit/5b0de5756ccc7a540926e4eeaa3b398539d88cd8 DIFF: https://github.com/llvm/llvm-project/commit/5b0de5756ccc7a540926e4eeaa3b398539d88cd8.dif

[Lldb-commits] [lldb] e031eda - Revert "[lldb] Unify type name matching in FormattersContainer"

2020-07-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-21T19:03:33+02:00 New Revision: e031eda08df471c67f9a37289072d338517457a9 URL: https://github.com/llvm/llvm-project/commit/e031eda08df471c67f9a37289072d338517457a9 DIFF: https://github.com/llvm/llvm-project/commit/e031eda08df471c67f9a37289072d338517457a9.dif

[Lldb-commits] [lldb] 074b121 - Reland [lldb] Unify type name matching in FormattersContainer

2020-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-22T09:32:28+02:00 New Revision: 074b121642b286afb16adeebda5ec8236f7b8ea9 URL: https://github.com/llvm/llvm-project/commit/074b121642b286afb16adeebda5ec8236f7b8ea9 DIFF: https://github.com/llvm/llvm-project/commit/074b121642b286afb16adeebda5ec8236f7b8ea9.dif

[Lldb-commits] [lldb] 5477fbc - [lldb] Make deleting frame recognizers actually work

2020-07-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-23T17:43:37+02:00 New Revision: 5477fbc294469a1cc543d6d816c0b1519e632735 URL: https://github.com/llvm/llvm-project/commit/5477fbc294469a1cc543d6d816c0b1519e632735 DIFF: https://github.com/llvm/llvm-project/commit/5477fbc294469a1cc543d6d816c0b1519e632735.dif

[Lldb-commits] [lldb] 4d489e9 - Reland [lldb] Unify type name matching in FormattersContainer II

2020-07-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-23T18:17:42+02:00 New Revision: 4d489e9f91db7e2d04b25e07805030b2cdcfa709 URL: https://github.com/llvm/llvm-project/commit/4d489e9f91db7e2d04b25e07805030b2cdcfa709 DIFF: https://github.com/llvm/llvm-project/commit/4d489e9f91db7e2d04b25e07805030b2cdcfa709.dif

[Lldb-commits] [lldb] 77ae06b - [lldb][NFC] Remove FormatMap

2020-07-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-23T18:34:59+02:00 New Revision: 77ae06b8c6c7425c0376dbd526390ba1f48b3db5 URL: https://github.com/llvm/llvm-project/commit/77ae06b8c6c7425c0376dbd526390ba1f48b3db5 DIFF: https://github.com/llvm/llvm-project/commit/77ae06b8c6c7425c0376dbd526390ba1f48b3db5.dif

[Lldb-commits] [lldb] 4a3a821 - [lldb] Make socket_packet_pump.py work in Python3

2020-07-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-23T18:36:50+02:00 New Revision: 4a3a821c68a1ca4a44de86c5fe88b026134b39c9 URL: https://github.com/llvm/llvm-project/commit/4a3a821c68a1ca4a44de86c5fe88b026134b39c9 DIFF: https://github.com/llvm/llvm-project/commit/4a3a821c68a1ca4a44de86c5fe88b026134b39c9.dif

[Lldb-commits] [lldb] db203e0 - [lldb] Modernize away some snprintf calls

2020-07-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-27T14:27:54+02:00 New Revision: db203e0268479d16d36a318c726cce5a4a5f75a6 URL: https://github.com/llvm/llvm-project/commit/db203e0268479d16d36a318c726cce5a4a5f75a6 DIFF: https://github.com/llvm/llvm-project/commit/db203e0268479d16d36a318c726cce5a4a5f75a6.dif

[Lldb-commits] [lldb] 4322419 - [lldb][NFC] Use a StringRef for AddRegexCommand::AddRegexCommand parameters

2020-07-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-27T14:36:47+02:00 New Revision: 432241955e032fba3d8b584ee6388212909bee9b URL: https://github.com/llvm/llvm-project/commit/432241955e032fba3d8b584ee6388212909bee9b DIFF: https://github.com/llvm/llvm-project/commit/432241955e032fba3d8b584ee6388212909bee9b.dif

[Lldb-commits] [lldb] a4a0844 - [lldb] Don't use static locals for return value storage in some *AsCString functions

2020-07-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-07-30T12:17:42+02:00 New Revision: a4a0844248d4a68a866b9c4e18ae89fa49a83ec0 URL: https://github.com/llvm/llvm-project/commit/a4a0844248d4a68a866b9c4e18ae89fa49a83ec0 DIFF: https://github.com/llvm/llvm-project/commit/a4a0844248d4a68a866b9c4e18ae89fa49a83ec0.dif

[Lldb-commits] [lldb] 8aeb212 - [debugserver] Fix that is_dot_app is producing unused warnings

2020-08-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-03T10:24:21+02:00 New Revision: 8aeb212887024a615ca02437cd12fa055bd54b6f URL: https://github.com/llvm/llvm-project/commit/8aeb212887024a615ca02437cd12fa055bd54b6f DIFF: https://github.com/llvm/llvm-project/commit/8aeb212887024a615ca02437cd12fa055bd54b6f.dif

[Lldb-commits] [lldb] d40c44e - [lldb] Fix LLDB compilation with ncurses 6.2 due to wattr_set/get being a macro

2020-08-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-06T10:52:57+02:00 New Revision: d40c44e89e11659439072a4b57d2c0c191d5cae5 URL: https://github.com/llvm/llvm-project/commit/d40c44e89e11659439072a4b57d2c0c191d5cae5 DIFF: https://github.com/llvm/llvm-project/commit/d40c44e89e11659439072a4b57d2c0c191d5cae5.dif

[Lldb-commits] [lldb] f6913e7 - [lldb][NFC] Document and encapsulate OriginMap in ASTContextMetadata

2020-08-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-06T17:37:29+02:00 New Revision: f6913e74400aa932b3edc7cc765495247799fcb0 URL: https://github.com/llvm/llvm-project/commit/f6913e74400aa932b3edc7cc765495247799fcb0 DIFF: https://github.com/llvm/llvm-project/commit/f6913e74400aa932b3edc7cc765495247799fcb0.dif

[Lldb-commits] [lldb] 8119d6c - [lldb][NFC] Remove dead code in BreakpointResolverAddress

2020-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-10T11:29:40+02:00 New Revision: 8119d6c14695b436adb66f0d891863eeea9e62ad URL: https://github.com/llvm/llvm-project/commit/8119d6c14695b436adb66f0d891863eeea9e62ad DIFF: https://github.com/llvm/llvm-project/commit/8119d6c14695b436adb66f0d891863eeea9e62ad.dif

[Lldb-commits] [lldb] e382057 - [lldb] tab completion for `platform target-install`

2020-08-10 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-10T20:14:46+02:00 New Revision: e3820570d406f56a25eee681df03a394882febb0 URL: https://github.com/llvm/llvm-project/commit/e3820570d406f56a25eee681df03a394882febb0 DIFF: https://github.com/llvm/llvm-project/commit/e3820570d406f56a25eee681df03a394882febb0.diff L

[Lldb-commits] [lldb] 2e65332 - [lldb] tab completion for `watchpoint set variable`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T09:51:55+02:00 New Revision: 2e653327e364aae564209af99d3b6a4625e25b68 URL: https://github.com/llvm/llvm-project/commit/2e653327e364aae564209af99d3b6a4625e25b68 DIFF: https://github.com/llvm/llvm-project/commit/2e653327e364aae564209af99d3b6a4625e25b68.diff L

[Lldb-commits] [lldb] 8a5e296 - [lldb] tab completion for `disassemble -F`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T10:01:45+02:00 New Revision: 8a5e296975b3da5d5d849ae8185ef3d98ca77795 URL: https://github.com/llvm/llvm-project/commit/8a5e296975b3da5d5d849ae8185ef3d98ca77795 DIFF: https://github.com/llvm/llvm-project/commit/8a5e296975b3da5d5d849ae8185ef3d98ca77795.diff L

[Lldb-commits] [lldb] 51117e3 - [lldb][NFC] Remove unused custom reimplementation of realpath for Windows

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-11T10:04:42+02:00 New Revision: 51117e3c51754f3732ee34758310a0abc6fd3b75 URL: https://github.com/llvm/llvm-project/commit/51117e3c51754f3732ee34758310a0abc6fd3b75 DIFF: https://github.com/llvm/llvm-project/commit/51117e3c51754f3732ee34758310a0abc6fd3b75.dif

[Lldb-commits] [lldb] f99a18b - [lldb] tab completion for `thread plan discard`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T10:08:16+02:00 New Revision: f99a18bbaa02037b8f2e9fc066d50e2373b5017e URL: https://github.com/llvm/llvm-project/commit/f99a18bbaa02037b8f2e9fc066d50e2373b5017e DIFF: https://github.com/llvm/llvm-project/commit/f99a18bbaa02037b8f2e9fc066d50e2373b5017e.diff L

[Lldb-commits] [lldb] df91606 - [lldb][NFC] Fix warning in Thread::AutoCompleteThreadPlans

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

[Lldb-commits] [lldb] 31fd64a - [lldb] tab completion for 'command delete/unalias'

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T10:27:04+02:00 New Revision: 31fd64ac57a2005c0691b8870e28b4421cf67047 URL: https://github.com/llvm/llvm-project/commit/31fd64ac57a2005c0691b8870e28b4421cf67047 DIFF: https://github.com/llvm/llvm-project/commit/31fd64ac57a2005c0691b8870e28b4421cf67047.diff L

[Lldb-commits] [lldb] 3ce57e0 - [lldb] type language common completion

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T11:07:19+02:00 New Revision: 3ce57e012110519c1d3a49fc98959a64634d5d8f URL: https://github.com/llvm/llvm-project/commit/3ce57e012110519c1d3a49fc98959a64634d5d8f DIFF: https://github.com/llvm/llvm-project/commit/3ce57e012110519c1d3a49fc98959a64634d5d8f.diff L

[Lldb-commits] [lldb] 24bc8af - [lldb] tab completion for `target modules search-paths insert​`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T11:58:14+02:00 New Revision: 24bc8afd4baf703be7f4f4d70745d7680ceb54e2 URL: https://github.com/llvm/llvm-project/commit/24bc8afd4baf703be7f4f4d70745d7680ceb54e2 DIFF: https://github.com/llvm/llvm-project/commit/24bc8afd4baf703be7f4f4d70745d7680ceb54e2.diff L

[Lldb-commits] [lldb] 66fa73f - [lldb] move the frame index completion into a common completion and apply it to `thread backtrace -s`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T12:25:39+02:00 New Revision: 66fa73fa27991c2c12a4cc83143ed1f81874ded5 URL: https://github.com/llvm/llvm-project/commit/66fa73fa27991c2c12a4cc83143ed1f81874ded5 DIFF: https://github.com/llvm/llvm-project/commit/66fa73fa27991c2c12a4cc83143ed1f81874ded5.diff L

[Lldb-commits] [lldb] 419f1be - [lldb] tab completion for `target modules load -u`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T12:35:36+02:00 New Revision: 419f1be7b54ef2c285050c24e4b4c333cb108cfc URL: https://github.com/llvm/llvm-project/commit/419f1be7b54ef2c285050c24e4b4c333cb108cfc DIFF: https://github.com/llvm/llvm-project/commit/419f1be7b54ef2c285050c24e4b4c333cb108cfc.diff L

[Lldb-commits] [lldb] 33d0031 - [lldb] Fix unhandled switch case for GOFF in GDBRemoteCommunicationClient

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-11T12:57:18+02:00 New Revision: 33d0031edba2483579b875fc20171cafef2f6a64 URL: https://github.com/llvm/llvm-project/commit/33d0031edba2483579b875fc20171cafef2f6a64 DIFF: https://github.com/llvm/llvm-project/commit/33d0031edba2483579b875fc20171cafef2f6a64.dif

[Lldb-commits] [lldb] b2b7dbb - [lldb] stop-hook ID common completion for commands `target stop-hook enable/disable/delete'

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T13:14:27+02:00 New Revision: b2b7dbb47aa9aff1252d4440bb9986df5a7e67cb URL: https://github.com/llvm/llvm-project/commit/b2b7dbb47aa9aff1252d4440bb9986df5a7e67cb DIFF: https://github.com/llvm/llvm-project/commit/b2b7dbb47aa9aff1252d4440bb9986df5a7e67cb.diff L

[Lldb-commits] [lldb] a952fe2 - [lldb] thread index common completion for commands like `thread select/step-over`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T13:27:13+02:00 New Revision: a952fe236f993b531eceb89e0a18d25bba048185 URL: https://github.com/llvm/llvm-project/commit/a952fe236f993b531eceb89e0a18d25bba048185 DIFF: https://github.com/llvm/llvm-project/commit/a952fe236f993b531eceb89e0a18d25bba048185.diff L

[Lldb-commits] [lldb] 4f3559d - [lldb] watchpoint ID common completion for commands `watchpoint delete/enable/disable/modify/ignore`

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-11T14:25:09+02:00 New Revision: 4f3559db1f313eed8bd84377de0fb2300a58125b URL: https://github.com/llvm/llvm-project/commit/4f3559db1f313eed8bd84377de0fb2300a58125b DIFF: https://github.com/llvm/llvm-project/commit/4f3559db1f313eed8bd84377de0fb2300a58125b.diff L

[Lldb-commits] [lldb] 950f1bf - [lldb] Add SubstTemplateTypeParm to RemoveWrappingTypes

2020-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-11T14:31:47+02:00 New Revision: 950f1bf976b332eca60267b25bf759e2ad564e0c URL: https://github.com/llvm/llvm-project/commit/950f1bf976b332eca60267b25bf759e2ad564e0c DIFF: https://github.com/llvm/llvm-project/commit/950f1bf976b332eca60267b25bf759e2ad564e0c.dif

[Lldb-commits] [lldb] dd0fdf8 - [lldb] Add support for checking children in expect_expr

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

[Lldb-commits] [lldb] 246afe0 - [lldb] Display autosuggestion part in gray if there is one possible suggestion

2020-08-12 Thread Raphael Isemann via lldb-commits
Author: Shu Anzai Date: 2020-08-12T13:11:20+02:00 New Revision: 246afe0cd17fce935a01171f3cca548e02523e5c URL: https://github.com/llvm/llvm-project/commit/246afe0cd17fce935a01171f3cca548e02523e5c DIFF: https://github.com/llvm/llvm-project/commit/246afe0cd17fce935a01171f3cca548e02523e5c.diff LOG

[Lldb-commits] [lldb] cff880b - Revert "[lldb] Display autosuggestion part in gray if there is one possible suggestion"

2020-08-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-12T13:52:03+02:00 New Revision: cff880b0c9a07ff8275e91982c0d6e2293b537e7 URL: https://github.com/llvm/llvm-project/commit/cff880b0c9a07ff8275e91982c0d6e2293b537e7 DIFF: https://github.com/llvm/llvm-project/commit/cff880b0c9a07ff8275e91982c0d6e2293b537e7.dif

[Lldb-commits] [lldb] ac2b7f8 - [lldb][NFC] Fix indentation in TCPSocket::CloseListenSockets

2020-08-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-13T12:29:24+02:00 New Revision: ac2b7f8ac1649afbc6d0b8e2abf324278441dc7b URL: https://github.com/llvm/llvm-project/commit/ac2b7f8ac1649afbc6d0b8e2abf324278441dc7b DIFF: https://github.com/llvm/llvm-project/commit/ac2b7f8ac1649afbc6d0b8e2abf324278441dc7b.dif

[Lldb-commits] [lldb] 8af160b - [lldb][NFC] Use llvm::is_contained instead of std::find in a few places

2020-08-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-13T14:11:28+02:00 New Revision: 8af160b0b8ca8102b9490a287244af75727872f5 URL: https://github.com/llvm/llvm-project/commit/8af160b0b8ca8102b9490a287244af75727872f5 DIFF: https://github.com/llvm/llvm-project/commit/8af160b0b8ca8102b9490a287244af75727872f5.dif

[Lldb-commits] [lldb] bbe3c47 - [lldb] Fix a crash when tab-completion an empty line in a function with only one local variable

2020-08-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-14T09:06:52+02:00 New Revision: bbe3c479a6adf0abfe5d111e9ba206daa5a1eb2b URL: https://github.com/llvm/llvm-project/commit/bbe3c479a6adf0abfe5d111e9ba206daa5a1eb2b DIFF: https://github.com/llvm/llvm-project/commit/bbe3c479a6adf0abfe5d111e9ba206daa5a1eb2b.dif

[Lldb-commits] [lldb] de9e850 - [lldb] Display autosuggestion part in gray if there is one possible suggestion

2020-08-14 Thread Raphael Isemann via lldb-commits
Author: Shu Anzai Date: 2020-08-14T11:37:49+02:00 New Revision: de9e85026fcb7c3e992f12a86594fd50bb101ad3 URL: https://github.com/llvm/llvm-project/commit/de9e85026fcb7c3e992f12a86594fd50bb101ad3 DIFF: https://github.com/llvm/llvm-project/commit/de9e85026fcb7c3e992f12a86594fd50bb101ad3.diff LOG

[Lldb-commits] [lldb] f974d64 - [lldb] Deduplicate copy-pasted TypeSystemMap::GetTypeSystemForLanguage

2020-08-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-14T11:58:54+02:00 New Revision: f974d64b372c5554783369bab901de8f4dee5e02 URL: https://github.com/llvm/llvm-project/commit/f974d64b372c5554783369bab901de8f4dee5e02 DIFF: https://github.com/llvm/llvm-project/commit/f974d64b372c5554783369bab901de8f4dee5e02.dif

[Lldb-commits] [lldb] bb4efab - [lldb] Use SBProcess::Continue instead of 'run' command in TestTargetAPI.py

2020-08-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-14T13:12:52+02:00 New Revision: bb4efab9a4d9431dbedb27f04249effd0a73812e URL: https://github.com/llvm/llvm-project/commit/bb4efab9a4d9431dbedb27f04249effd0a73812e DIFF: https://github.com/llvm/llvm-project/commit/bb4efab9a4d9431dbedb27f04249effd0a73812e.dif

[Lldb-commits] [lldb] 46ed27f - [lldb] Make packetlog_get_dylib_info returns the last full response

2020-08-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-14T14:51:13+02:00 New Revision: 46ed27ff1b1cd74742511d73a4a43afa97455fe2 URL: https://github.com/llvm/llvm-project/commit/46ed27ff1b1cd74742511d73a4a43afa97455fe2 DIFF: https://github.com/llvm/llvm-project/commit/46ed27ff1b1cd74742511d73a4a43afa97455fe2.dif

[Lldb-commits] [lldb] 7208cb1 - [lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC

2020-08-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-15T08:14:44+02:00 New Revision: 7208cb1ac43e4be806bcb91c622fc1f8641e010b URL: https://github.com/llvm/llvm-project/commit/7208cb1ac43e4be806bcb91c622fc1f8641e010b DIFF: https://github.com/llvm/llvm-project/commit/7208cb1ac43e4be806bcb91c622fc1f8641e010b.dif

[Lldb-commits] [lldb] 24fc317 - [lldb] Print the exception traceback when hitting cleanup errors

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T09:53:52+02:00 New Revision: 24fc3177c1767535aeb494511a13dabf9f6de647 URL: https://github.com/llvm/llvm-project/commit/24fc3177c1767535aeb494511a13dabf9f6de647 DIFF: https://github.com/llvm/llvm-project/commit/24fc3177c1767535aeb494511a13dabf9f6de647.dif

[Lldb-commits] [lldb] 5913f25 - [lldb][NFC] Remove stride parameter from GetArrayElementType

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T10:19:51+02:00 New Revision: 5913f2591c45dc84e872a62343f81462372ccbdb URL: https://github.com/llvm/llvm-project/commit/5913f2591c45dc84e872a62343f81462372ccbdb DIFF: https://github.com/llvm/llvm-project/commit/5913f2591c45dc84e872a62343f81462372ccbdb.dif

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