[Lldb-commits] [lldb] 30ce956 - [lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from CompilerType

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:49:39+01:00 New Revision: 30ce956aec94ab3785025346a890f4a8cbbe1c58 URL: https://github.com/llvm/llvm-project/commit/30ce956aec94ab3785025346a890f4a8cbbe1c58 DIFF: https://github.com/llvm/llvm-project/commit/30ce956aec94ab3785025346a890f4a8cbbe1c58.dif

[Lldb-commits] [lldb] 320647c - [lldb] Pass a valid SourceLocation to Sema::RequireCompleteType in ASTResultSynthesizer

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T11:22:56+01:00 New Revision: 320647c02ae9827cae0824c6aec2bcdfcf482e44 URL: https://github.com/llvm/llvm-project/commit/320647c02ae9827cae0824c6aec2bcdfcf482e44 DIFF: https://github.com/llvm/llvm-project/commit/320647c02ae9827cae0824c6aec2bcdfcf482e44.dif

[Lldb-commits] [lldb] a57ad00 - [lldb] Print result when expect_expr unexpectedly succeeds

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

[Lldb-commits] [lldb] cfb29e4 - [lldb] Fix some tests failing with gmodules after change to stdlib.h

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

[Lldb-commits] [lldb] f9568a9 - [lldb][NFC] Make all CompilerDeclContext parameters references instead of pointers

2020-02-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T08:58:36+01:00 New Revision: f9568a95493aea3ea813bd37cb8c084ec4294e38 URL: https://github.com/llvm/llvm-project/commit/f9568a95493aea3ea813bd37cb8c084ec4294e38 DIFF: https://github.com/llvm/llvm-project/commit/f9568a95493aea3ea813bd37cb8c084ec4294e38.dif

[Lldb-commits] [lldb] 813ca53 - [lldb][NFC] Document TypeSystemClang

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

[Lldb-commits] [lldb] 8ffea27 - [lldb] Refactor and test TypeSystemClang::GetEnumerationIntegerType

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T09:52:49+01:00 New Revision: 8ffea27ae42ad210b9162c3afc91c61dfb82acf7 URL: https://github.com/llvm/llvm-project/commit/8ffea27ae42ad210b9162c3afc91c61dfb82acf7 DIFF: https://github.com/llvm/llvm-project/commit/8ffea27ae42ad210b9162c3afc91c61dfb82acf7.dif

[Lldb-commits] [lldb] 5783587 - [lldb][NFC] Modernize documentation in lldb-private-types.h

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T10:25:27+01:00 New Revision: 57835875bd4346ba00f7f6ded5e1382e26b3fd5c URL: https://github.com/llvm/llvm-project/commit/57835875bd4346ba00f7f6ded5e1382e26b3fd5c DIFF: https://github.com/llvm/llvm-project/commit/57835875bd4346ba00f7f6ded5e1382e26b3fd5c.dif

[Lldb-commits] [lldb] f14680c - [lldb][NFC] Documention that OptionDefinition::completion_type contains enum values

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T10:33:38+01:00 New Revision: f14680ce29663d098593e2f4e0eea96dbcaae0fb URL: https://github.com/llvm/llvm-project/commit/f14680ce29663d098593e2f4e0eea96dbcaae0fb DIFF: https://github.com/llvm/llvm-project/commit/f14680ce29663d098593e2f4e0eea96dbcaae0fb.dif

[Lldb-commits] [lldb] 7d13812 - [lldb] Fix compilation of SymbolFilePDBTests.cpp after FindTypes API change

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T10:52:02+01:00 New Revision: 7d13812329ba8aadebc27f30613e79b0ca1bec5f URL: https://github.com/llvm/llvm-project/commit/7d13812329ba8aadebc27f30613e79b0ca1bec5f DIFF: https://github.com/llvm/llvm-project/commit/7d13812329ba8aadebc27f30613e79b0ca1bec5f.dif

[Lldb-commits] [lldb] 51d8c59 - [lldb] Don't model std::atomic as a transparent data structure in the data formatter

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T11:22:12+01:00 New Revision: 51d8c598331b25568b38691575c39729ae81a059 URL: https://github.com/llvm/llvm-project/commit/51d8c598331b25568b38691575c39729ae81a059 DIFF: https://github.com/llvm/llvm-project/commit/51d8c598331b25568b38691575c39729ae81a059.dif

[Lldb-commits] [lldb] 3f0661b - [lldb][NFC] Fix compilation of SymbolFilePDBTests.cpp after FindNamespace API change

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T11:25:12+01:00 New Revision: 3f0661b5e7176e7447ae11ef47195dfe31ab1029 URL: https://github.com/llvm/llvm-project/commit/3f0661b5e7176e7447ae11ef47195dfe31ab1029 DIFF: https://github.com/llvm/llvm-project/commit/3f0661b5e7176e7447ae11ef47195dfe31ab1029.dif

[Lldb-commits] [lldb] 40b2c7f - [lldb] Fix another instance where we pass a nullptr as TypeSourceInfo to NonTypeTemplateParmDecl::Create

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T13:25:31+01:00 New Revision: 40b2c7f29b44e3c3e171a04593ac650aaf7c6ae6 URL: https://github.com/llvm/llvm-project/commit/40b2c7f29b44e3c3e171a04593ac650aaf7c6ae6 DIFF: https://github.com/llvm/llvm-project/commit/40b2c7f29b44e3c3e171a04593ac650aaf7c6ae6.dif

[Lldb-commits] [lldb] 2bab173 - [lldb] Make TestFormatters.py not rely on working constructor calls

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:21:36+01:00 New Revision: 2bab1738f39606324f7bd4c71de1354288c63285 URL: https://github.com/llvm/llvm-project/commit/2bab1738f39606324f7bd4c71de1354288c63285 DIFF: https://github.com/llvm/llvm-project/commit/2bab1738f39606324f7bd4c71de1354288c63285.dif

[Lldb-commits] [lldb] b4608ef - [lldb][NFC] Add a missing test case to TestCppConstructors.py

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:24:59+01:00 New Revision: b4608efc0b7d0317030ba13daf4833751c5cba64 URL: https://github.com/llvm/llvm-project/commit/b4608efc0b7d0317030ba13daf4833751c5cba64 DIFF: https://github.com/llvm/llvm-project/commit/b4608efc0b7d0317030ba13daf4833751c5cba64.dif

[Lldb-commits] [lldb] 785df61 - [lldb] Let TypeSystemClang::GetDisplayTypeName remove anonymous and inline namespaces.

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

[Lldb-commits] [lldb] 3ed0ce4 - [lldb] Put Host/common headers in a module

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:47:46+01:00 New Revision: 3ed0ce458c3a51b866625ec70e50b0f8556e0d20 URL: https://github.com/llvm/llvm-project/commit/3ed0ce458c3a51b866625ec70e50b0f8556e0d20 DIFF: https://github.com/llvm/llvm-project/commit/3ed0ce458c3a51b866625ec70e50b0f8556e0d20.dif

[Lldb-commits] [lldb] a3093bf - [lldb] Let TestCppConstructors pass without fix-it intervention

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

[Lldb-commits] [lldb] b0060c3 - [lldb] Make comparing RegisterInfo::[alt_]name's pointer value less footy-shooty

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

[Lldb-commits] [lldb] 4a9011d - [lldb] Skip failing parts of TestCppConstructors that use 'new' on Windows

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T13:21:51+01:00 New Revision: 4a9011dcdade7cd562e0488d387ccbbaf2eee6c8 URL: https://github.com/llvm/llvm-project/commit/4a9011dcdade7cd562e0488d387ccbbaf2eee6c8 DIFF: https://github.com/llvm/llvm-project/commit/4a9011dcdade7cd562e0488d387ccbbaf2eee6c8.dif

[Lldb-commits] [lldb] 10df88d - [lldb] Remove some unnecessary includes from test sources

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T14:12:45+01:00 New Revision: 10df88de21772ff40818bec7eef6b099ba4279fb URL: https://github.com/llvm/llvm-project/commit/10df88de21772ff40818bec7eef6b099ba4279fb DIFF: https://github.com/llvm/llvm-project/commit/10df88de21772ff40818bec7eef6b099ba4279fb.dif

[Lldb-commits] [lldb] 3d7b591 - [lldb][NFC] Pointer to reference conversion for CompilerDeclContext params in ClangExpressionDeclMap.

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T14:45:23+01:00 New Revision: 3d7b591dca83595ebcca04f94260f1f4901b8956 URL: https://github.com/llvm/llvm-project/commit/3d7b591dca83595ebcca04f94260f1f4901b8956 DIFF: https://github.com/llvm/llvm-project/commit/3d7b591dca83595ebcca04f94260f1f4901b8956.dif

[Lldb-commits] [lldb] 1b2deb9 - [lldb] Remove Windows X-fail for TestCPPAuto and TestStepTarget

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T15:05:36+01:00 New Revision: 1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1 URL: https://github.com/llvm/llvm-project/commit/1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1 DIFF: https://github.com/llvm/llvm-project/commit/1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1.dif

[Lldb-commits] [lldb] 53eece0 - [lldb][NFC] Modernize test setup code in several lang/cpp tests

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T15:07:26+01:00 New Revision: 53eece04bd15d9235b104e545d01184347e5f703 URL: https://github.com/llvm/llvm-project/commit/53eece04bd15d9235b104e545d01184347e5f703 DIFF: https://github.com/llvm/llvm-project/commit/53eece04bd15d9235b104e545d01184347e5f703.dif

[Lldb-commits] [lldb] bb61021 - [lldb][NFC] Remove giant do{...}while(false); in ClangASTSource::FindExternalVisibleDecls

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T17:35:07+01:00 New Revision: bb61021a8fcc21676af65e4cbbf4d495831fad52 URL: https://github.com/llvm/llvm-project/commit/bb61021a8fcc21676af65e4cbbf4d495831fad52 DIFF: https://github.com/llvm/llvm-project/commit/bb61021a8fcc21676af65e4cbbf4d495831fad52.dif

[Lldb-commits] [lldb] 0e5ed1b - [lldb][NFC] Split up ClangASTSource::FindExternalVisibleDecls

2020-02-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-21T09:47:52+01:00 New Revision: 0e5ed1b26264f7eee32b23c533371c18ce1cdec0 URL: https://github.com/llvm/llvm-project/commit/0e5ed1b26264f7eee32b23c533371c18ce1cdec0 DIFF: https://github.com/llvm/llvm-project/commit/0e5ed1b26264f7eee32b23c533371c18ce1cdec0.dif

[Lldb-commits] [lldb] e657a1e - [lldb] Remove all the 'current_id' logging counters from the lookup code.

2020-02-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-24T08:38:58+01:00 New Revision: e657a1eb23f8231296ac0c62a1cd497762bd0f3e URL: https://github.com/llvm/llvm-project/commit/e657a1eb23f8231296ac0c62a1cd497762bd0f3e DIFF: https://github.com/llvm/llvm-project/commit/e657a1eb23f8231296ac0c62a1cd497762bd0f3e.dif

[Lldb-commits] [lldb] c131dfe - [lldb] Disable auto fix-its when evaluating expressions in the test suite

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

[Lldb-commits] [lldb] 55d4b0d - [lldb] Fix that a crashing test is marked as unsupported when it prints UNSUPPORTED before crashing

2020-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T08:46:37+01:00 New Revision: 55d4b0d7dd70d5ecc9e641d93fbf234bb7104d1a URL: https://github.com/llvm/llvm-project/commit/55d4b0d7dd70d5ecc9e641d93fbf234bb7104d1a DIFF: https://github.com/llvm/llvm-project/commit/55d4b0d7dd70d5ecc9e641d93fbf234bb7104d1a.dif

[Lldb-commits] [lldb] ea6b95d - [lldb][NFC] Make ArrayRef initialization more obvious in lldb-test.cpp

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

[Lldb-commits] [lldb] 05d174d - [lldb][NFC] Move namespace lookup in ClangASTSource to own function.

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T10:27:47+01:00 New Revision: 05d174d30159579ae19e90899736d98e2544c0e3 URL: https://github.com/llvm/llvm-project/commit/05d174d30159579ae19e90899736d98e2544c0e3 DIFF: https://github.com/llvm/llvm-project/commit/05d174d30159579ae19e90899736d98e2544c0e3.dif

[Lldb-commits] [lldb] fc0d11c - [lldb][NFC] Modernize logging in ClangASTSource/ExpressionDeclMap

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T12:08:09+01:00 New Revision: fc0d11c90420acfcaa5424f5df979a63f5ab4123 URL: https://github.com/llvm/llvm-project/commit/fc0d11c90420acfcaa5424f5df979a63f5ab4123 DIFF: https://github.com/llvm/llvm-project/commit/fc0d11c90420acfcaa5424f5df979a63f5ab4123.dif

[Lldb-commits] [lldb] defd0e2 - [lldb][NFC] Move NameSearchContext to own header/source files

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

[Lldb-commits] [lldb] 2ad7b6f - [lldb][NFC] Make NameSearchContext::m_found members bools instead of bitfields

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T12:45:00+01:00 New Revision: 2ad7b6fba0e3a9e71df64bd1a51a14f9c5930eb3 URL: https://github.com/llvm/llvm-project/commit/2ad7b6fba0e3a9e71df64bd1a51a14f9c5930eb3 DIFF: https://github.com/llvm/llvm-project/commit/2ad7b6fba0e3a9e71df64bd1a51a14f9c5930eb3.dif

[Lldb-commits] [lldb] 93b6e19 - [lldb] Initialize NameSearchContext::m_namespace_map in constructor

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T13:20:54+01:00 New Revision: 93b6e1924081874039e6c88828db8e0ab7bbba04 URL: https://github.com/llvm/llvm-project/commit/93b6e1924081874039e6c88828db8e0ab7bbba04 DIFF: https://github.com/llvm/llvm-project/commit/93b6e1924081874039e6c88828db8e0ab7bbba04.dif

[Lldb-commits] [lldb] bdb24fa - [lldb][NFC] Move filling namespace map in ClangASTSource to own function

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

[Lldb-commits] [lldb] 56b03c3 - [lldb] Skip TestWasm.py on sanitized builds until D75200 has landed

2020-02-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-27T10:45:42+01:00 New Revision: 56b03c35ddecf7d096a513b0633ddf6c49286784 URL: https://github.com/llvm/llvm-project/commit/56b03c35ddecf7d096a513b0633ddf6c49286784 DIFF: https://github.com/llvm/llvm-project/commit/56b03c35ddecf7d096a513b0633ddf6c49286784.dif

[Lldb-commits] [lldb] 2affdce - [lldb][NFC] Fix several -Wdocumentation warnings

2020-02-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-27T11:17:16+01:00 New Revision: 2affdcee615f7f96220fd7a5c4022203f1201822 URL: https://github.com/llvm/llvm-project/commit/2affdcee615f7f96220fd7a5c4022203f1201822 DIFF: https://github.com/llvm/llvm-project/commit/2affdcee615f7f96220fd7a5c4022203f1201822.dif

[Lldb-commits] [lldb] 4bb3cb2 - [lldb] Show the actual error when 'watchpoint set expression' failed

2020-02-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-27T12:06:51+01:00 New Revision: 4bb3cb2bcb59d2139dfd9fbaa7c475dcf8507242 URL: https://github.com/llvm/llvm-project/commit/4bb3cb2bcb59d2139dfd9fbaa7c475dcf8507242 DIFF: https://github.com/llvm/llvm-project/commit/4bb3cb2bcb59d2139dfd9fbaa7c475dcf8507242.dif

[Lldb-commits] [lldb] 69d2b67 - [lldb] Remove checks behind LLDB_CONFIGURATION_DEBUG from TypeSystemClang

2020-03-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-02T10:57:56-08:00 New Revision: 69d2b675562cfce71882023874b6aead94107f97 URL: https://github.com/llvm/llvm-project/commit/69d2b675562cfce71882023874b6aead94107f97 DIFF: https://github.com/llvm/llvm-project/commit/69d2b675562cfce71882023874b6aead94107f97.dif

[Lldb-commits] [lldb] b6b3fcd - [lldb] Don't iterate over a std::set in SymbolFileDWARF::GetTypes to make it deterministic

2020-03-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-02T15:03:45-08:00 New Revision: b6b3fcdcb8cdfb887e26d27bee03b997d2d65888 URL: https://github.com/llvm/llvm-project/commit/b6b3fcdcb8cdfb887e26d27bee03b997d2d65888 DIFF: https://github.com/llvm/llvm-project/commit/b6b3fcdcb8cdfb887e26d27bee03b997d2d65888.dif

[Lldb-commits] [lldb] 5315151 - [lldb][NFC] Remove some commented out code in TypeSystemClang

2020-03-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-03T10:50:48-08:00 New Revision: 531515198e477eedd2416d65c913d54e3779387e URL: https://github.com/llvm/llvm-project/commit/531515198e477eedd2416d65c913d54e3779387e DIFF: https://github.com/llvm/llvm-project/commit/531515198e477eedd2416d65c913d54e3779387e.dif

[Lldb-commits] [lldb] 0ab109d - [lldb][NFC] Modernize logging UserExpression

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T09:04:54-08:00 New Revision: 0ab109d43d9d8389fe686ee8df4a82634f246b55 URL: https://github.com/llvm/llvm-project/commit/0ab109d43d9d8389fe686ee8df4a82634f246b55 DIFF: https://github.com/llvm/llvm-project/commit/0ab109d43d9d8389fe686ee8df4a82634f246b55.dif

[Lldb-commits] [lldb] e98ef0a - [lldb] Fix several LLDB_LOGs with wrong indices in ClangASTSource.cpp

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T10:32:50-08:00 New Revision: e98ef0af2c725f12dc60556a039e947ddeeb9f42 URL: https://github.com/llvm/llvm-project/commit/e98ef0af2c725f12dc60556a039e947ddeeb9f42 DIFF: https://github.com/llvm/llvm-project/commit/e98ef0af2c725f12dc60556a039e947ddeeb9f42.dif

[Lldb-commits] [lldb] 4ab2ea9 - [lldb] Fix typo in ClangASTSource logging statement

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T11:05:48-08:00 New Revision: 4ab2ea9fc09d93ef136a690f3f94d3c791540fcf URL: https://github.com/llvm/llvm-project/commit/4ab2ea9fc09d93ef136a690f3f94d3c791540fcf DIFF: https://github.com/llvm/llvm-project/commit/4ab2ea9fc09d93ef136a690f3f94d3c791540fcf.dif

[Lldb-commits] [lldb] 70b8f95 - [lldb][NFC] Use C++11 for loop in ClangASTSource::FindExternalLexicalDecls

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T12:57:05-08:00 New Revision: 70b8f95813106491166fc9f18fa90a0866024ffc URL: https://github.com/llvm/llvm-project/commit/70b8f95813106491166fc9f18fa90a0866024ffc DIFF: https://github.com/llvm/llvm-project/commit/70b8f95813106491166fc9f18fa90a0866024ffc.dif

[Lldb-commits] [lldb] d0e8abc - [lldb] Fix more typos in log statements in ClangASTSource

2020-03-05 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-05T14:13:09-08:00 New Revision: d0e8abc4381b3a656cde07a7844628535b8d864c URL: https://github.com/llvm/llvm-project/commit/d0e8abc4381b3a656cde07a7844628535b8d864c DIFF: https://github.com/llvm/llvm-project/commit/d0e8abc4381b3a656cde07a7844628535b8d864c.dif

[Lldb-commits] [lldb] ec31255 - [lldb] Update the current execution context at the beginning of tab completions

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-03-06T10:44:00-08:00 New Revision: ec31255c00808dac40710173162f22e4ee89a2fe URL: https://github.com/llvm/llvm-project/commit/ec31255c00808dac40710173162f22e4ee89a2fe DIFF: https://github.com/llvm/llvm-project/commit/ec31255c00808dac40710173162f22e4ee89a2fe.diff L

[Lldb-commits] [lldb] 3b2c4e7 - [lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around asserts

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T11:21:00-08:00 New Revision: 3b2c4e7178c3ca868589c11ceaabe65c7454115d URL: https://github.com/llvm/llvm-project/commit/3b2c4e7178c3ca868589c11ceaabe65c7454115d DIFF: https://github.com/llvm/llvm-project/commit/3b2c4e7178c3ca868589c11ceaabe65c7454115d.dif

[Lldb-commits] [lldb] 53b135e - [lldb][NFC] Refactor TestSafeFuncCalls.py

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T15:46:36-08:00 New Revision: 53b135eeb491802e1fab5edc5435874acb4770da URL: https://github.com/llvm/llvm-project/commit/53b135eeb491802e1fab5edc5435874acb4770da DIFF: https://github.com/llvm/llvm-project/commit/53b135eeb491802e1fab5edc5435874acb4770da.dif

[Lldb-commits] [lldb] 2bba1c2 - tab completion for process signal

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T17:05:25-08:00 New Revision: 2bba1c22e77a67bc6c245fbd4fa74160d33be564 URL: https://github.com/llvm/llvm-project/commit/2bba1c22e77a67bc6c245fbd4fa74160d33be564 DIFF: https://github.com/llvm/llvm-project/commit/2bba1c22e77a67bc6c245fbd4fa74160d33be564.dif

[Lldb-commits] [lldb] ce1bc00 - [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T17:21:24-08:00 New Revision: ce1bc00f37d7f85004aef97f68eb8289a0454562 URL: https://github.com/llvm/llvm-project/commit/ce1bc00f37d7f85004aef97f68eb8289a0454562 DIFF: https://github.com/llvm/llvm-project/commit/ce1bc00f37d7f85004aef97f68eb8289a0454562.dif

[Lldb-commits] [lldb] 4e7c686 - [lldb] Never compile the debugserver with Clang module flags

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T17:26:39-08:00 New Revision: 4e7c686e46c394b339919df9f716614675d81613 URL: https://github.com/llvm/llvm-project/commit/4e7c686e46c394b339919df9f716614675d81613 DIFF: https://github.com/llvm/llvm-project/commit/4e7c686e46c394b339919df9f716614675d81613.dif

[Lldb-commits] [lldb] 8f7c911 - [lldb][NFC] Refactor our option generation out of EvaluateExpression

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T18:32:16-08:00 New Revision: 8f7c911b58813908da7fa99c7c1a8e7ca1a58213 URL: https://github.com/llvm/llvm-project/commit/8f7c911b58813908da7fa99c7c1a8e7ca1a58213 DIFF: https://github.com/llvm/llvm-project/commit/8f7c911b58813908da7fa99c7c1a8e7ca1a58213.dif

[Lldb-commits] [lldb] 6bbdecc - [lldb][NFC] Make TestStats.py not an inline test

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T18:47:59-08:00 New Revision: 6bbdecc5cf8096148df4726245f3bc60e464c76b URL: https://github.com/llvm/llvm-project/commit/6bbdecc5cf8096148df4726245f3bc60e464c76b DIFF: https://github.com/llvm/llvm-project/commit/6bbdecc5cf8096148df4726245f3bc60e464c76b.dif

[Lldb-commits] [lldb] e3fc6b3 - [lldb][NFC] Fix unsigned/signed comparison warning in SymbolFileDWARFTest.cpp

2020-03-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-12T15:30:11+01:00 New Revision: e3fc6b3c346f583adbdb38b0935cc73439aaad99 URL: https://github.com/llvm/llvm-project/commit/e3fc6b3c346f583adbdb38b0935cc73439aaad99 DIFF: https://github.com/llvm/llvm-project/commit/e3fc6b3c346f583adbdb38b0935cc73439aaad99.dif

[Lldb-commits] [lldb] 352f16d - [lldb] Let OptionValueRegex::Clear set to value to the default and not an empty regex

2020-03-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-12T16:12:14+01:00 New Revision: 352f16db87f583ec7f55f8028647b5fd8616111f URL: https://github.com/llvm/llvm-project/commit/352f16db87f583ec7f55f8028647b5fd8616111f DIFF: https://github.com/llvm/llvm-project/commit/352f16db87f583ec7f55f8028647b5fd8616111f.dif

[Lldb-commits] [lldb] af7fc8c - [lldb] Remove unused and too strict error_msg parameter from expect_expr

2020-03-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-13T00:45:43+01:00 New Revision: af7fc8c1bbcb380610451be59c022595bd7ba4bd URL: https://github.com/llvm/llvm-project/commit/af7fc8c1bbcb380610451be59c022595bd7ba4bd DIFF: https://github.com/llvm/llvm-project/commit/af7fc8c1bbcb380610451be59c022595bd7ba4bd.dif

[Lldb-commits] [lldb] e2d8aa6 - [lldb] Re-add nullptr check to IRForTarget::RewriteObjCConstString log statement

2020-03-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-16T16:28:36+01:00 New Revision: e2d8aa6bf774ef29e134c40f886c7bb5f970 URL: https://github.com/llvm/llvm-project/commit/e2d8aa6bf774ef29e134c40f886c7bb5f970 DIFF: https://github.com/llvm/llvm-project/commit/e2d8aa6bf774ef29e134c40f886c7bb5f970.dif

[Lldb-commits] [lldb] f5e0f8b - [lldb] Add test for importing ObjC modules in a non-ObjC target

2020-03-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-17T12:49:48+01:00 New Revision: f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8 URL: https://github.com/llvm/llvm-project/commit/f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8 DIFF: https://github.com/llvm/llvm-project/commit/f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8.dif

[Lldb-commits] [lldb] 7c6e52a - [lldb] Ptrs->refs in CommandObjectExpression::EvaluateExpression parameters

2020-03-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-17T13:23:16+01:00 New Revision: 7c6e52ac0ce5a6879331bc3c322dd20bfec3bf14 URL: https://github.com/llvm/llvm-project/commit/7c6e52ac0ce5a6879331bc3c322dd20bfec3bf14 DIFF: https://github.com/llvm/llvm-project/commit/7c6e52ac0ce5a6879331bc3c322dd20bfec3bf14.dif

[Lldb-commits] [lldb] f955418 - [lldb] Tighten checks in TestStats.py

2020-03-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-17T14:12:13+01:00 New Revision: f95541839cb25c883dc530928232105af87c75dc URL: https://github.com/llvm/llvm-project/commit/f95541839cb25c883dc530928232105af87c75dc DIFF: https://github.com/llvm/llvm-project/commit/f95541839cb25c883dc530928232105af87c75dc.dif

[Lldb-commits] [lldb] 939ca45 - [lldb] Fix string summary of an empty NSPathStore2

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T12:20:35+01:00 New Revision: 939ca455e72e822450013eff37c9ea7746850350 URL: https://github.com/llvm/llvm-project/commit/939ca455e72e822450013eff37c9ea7746850350 DIFF: https://github.com/llvm/llvm-project/commit/939ca455e72e822450013eff37c9ea7746850350.dif

[Lldb-commits] [lldb] 718d941 - Revert "[lldb] Fix string summary of an empty NSPathStore2"

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T13:08:39+01:00 New Revision: 718d94187dbb2388dbc84deb5d49004fd552817c URL: https://github.com/llvm/llvm-project/commit/718d94187dbb2388dbc84deb5d49004fd552817c DIFF: https://github.com/llvm/llvm-project/commit/718d94187dbb2388dbc84deb5d49004fd552817c.dif

[Lldb-commits] [lldb] 50f1985 - [lldb][NFC] Delete the original UserExpression before trying to reparse it with FixIts.

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T18:10:57+01:00 New Revision: 50f198535363c6882b02c3dde7bec31e723c4762 URL: https://github.com/llvm/llvm-project/commit/50f198535363c6882b02c3dde7bec31e723c4762 DIFF: https://github.com/llvm/llvm-project/commit/50f198535363c6882b02c3dde7bec31e723c4762.dif

[Lldb-commits] [lldb] 7b24425 - Reland [lldb] Fix string summary of an empty NSPathStore2

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T18:50:26+01:00 New Revision: 7b2442584e40f97693c38c0d79b83f770d557039 URL: https://github.com/llvm/llvm-project/commit/7b2442584e40f97693c38c0d79b83f770d557039 DIFF: https://github.com/llvm/llvm-project/commit/7b2442584e40f97693c38c0d79b83f770d557039.dif

[Lldb-commits] [lldb] 467c490 - [lldb] Enable now passing part of TestDataFormatterStdString.py

2020-03-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-20T11:35:15+01:00 New Revision: 467c4902a10999f792bea653147641ac8b89cca5 URL: https://github.com/llvm/llvm-project/commit/467c4902a10999f792bea653147641ac8b89cca5 DIFF: https://github.com/llvm/llvm-project/commit/467c4902a10999f792bea653147641ac8b89cca5.dif

[Lldb-commits] [lldb] 6a4905a - [lldb] Mark expressions that couldn't be parsed or executed as failed expressions

2020-03-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-23T15:28:17+01:00 New Revision: 6a4905ae2d65a2883112bf8cbf83c35c0c03f410 URL: https://github.com/llvm/llvm-project/commit/6a4905ae2d65a2883112bf8cbf83c35c0c03f410 DIFF: https://github.com/llvm/llvm-project/commit/6a4905ae2d65a2883112bf8cbf83c35c0c03f410.dif

[Lldb-commits] [lldb] 68687e7 - [lldb][NFC] Mark GetNextPersistentVariableName as overriden to silence warning

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T12:30:03+01:00 New Revision: 68687e75e7cb494796439f127a93ea03f2710551 URL: https://github.com/llvm/llvm-project/commit/68687e75e7cb494796439f127a93ea03f2710551 DIFF: https://github.com/llvm/llvm-project/commit/68687e75e7cb494796439f127a93ea03f2710551.dif

[Lldb-commits] [lldb] 177dd63 - Data formatters: fix detection of C strings

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Jaroslav Sevcik Date: 2020-03-24T14:25:59+01:00 New Revision: 177dd63c8d742250dac6ea365e7c30f0fbab3257 URL: https://github.com/llvm/llvm-project/commit/177dd63c8d742250dac6ea365e7c30f0fbab3257 DIFF: https://github.com/llvm/llvm-project/commit/177dd63c8d742250dac6ea365e7c30f0fbab3257.dif

[Lldb-commits] [lldb] b8dab9b - [lldb] Remove some debugging printfs from ITSession code

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T18:09:27+01:00 New Revision: b8dab9b3d5b9b75f5ec9b8fed3e1c0586a82e3bf URL: https://github.com/llvm/llvm-project/commit/b8dab9b3d5b9b75f5ec9b8fed3e1c0586a82e3bf DIFF: https://github.com/llvm/llvm-project/commit/b8dab9b3d5b9b75f5ec9b8fed3e1c0586a82e3bf.dif

[Lldb-commits] [lldb] aef982e - [lldb] Don't dump the frame in SBTarget::EvaluateExpression in LLDB_CONFIGURATION_DEBUG

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T20:16:09+01:00 New Revision: aef982e35acd2a0c4f6064308601658745e78cfc URL: https://github.com/llvm/llvm-project/commit/aef982e35acd2a0c4f6064308601658745e78cfc DIFF: https://github.com/llvm/llvm-project/commit/aef982e35acd2a0c4f6064308601658745e78cfc.dif

[Lldb-commits] [lldb] 6b6a779 - [lldb][NFC] Always update m_cache_{hits/misses} in FormatCache

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T20:16:43+01:00 New Revision: 6b6a779ca8ce4025ed0a38fbcfcb6c07334ace57 URL: https://github.com/llvm/llvm-project/commit/6b6a779ca8ce4025ed0a38fbcfcb6c07334ace57 DIFF: https://github.com/llvm/llvm-project/commit/6b6a779ca8ce4025ed0a38fbcfcb6c07334ace57.dif

[Lldb-commits] [lldb] 0ccc4de - [lldb] Always log if acquiring packet sequence mutex fails

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T20:24:50+01:00 New Revision: 0ccc4de42eae92d5a7a1b67b29d7921c7f144b8d URL: https://github.com/llvm/llvm-project/commit/0ccc4de42eae92d5a7a1b67b29d7921c7f144b8d DIFF: https://github.com/llvm/llvm-project/commit/0ccc4de42eae92d5a7a1b67b29d7921c7f144b8d.dif

[Lldb-commits] [lldb] 7754b65 - [lldb][NFC] lldb_assert->lldbassert in ClangExpressionParser

2020-03-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-25T14:10:48+01:00 New Revision: 7754b652b3bf0c4b63cccf6e0d4066503684e94a URL: https://github.com/llvm/llvm-project/commit/7754b652b3bf0c4b63cccf6e0d4066503684e94a DIFF: https://github.com/llvm/llvm-project/commit/7754b652b3bf0c4b63cccf6e0d4066503684e94a.dif

[Lldb-commits] [lldb] daed98e - Convert CommandObjectCommands functions to return StringRefs

2020-03-26 Thread Raphael Isemann via lldb-commits
Author: Shivam Mittal Date: 2020-03-26T11:20:38+01:00 New Revision: daed98e5b5d1b4a2ab29b3f757b53519ed070439 URL: https://github.com/llvm/llvm-project/commit/daed98e5b5d1b4a2ab29b3f757b53519ed070439 DIFF: https://github.com/llvm/llvm-project/commit/daed98e5b5d1b4a2ab29b3f757b53519ed070439.diff

[Lldb-commits] [lldb] 14db82c - [lldb][NFC] Fix typo in TestInvalidArgsLog

2020-03-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-28T16:16:08+01:00 New Revision: 14db82c929d981833dbd829a3e8e702556aea1d2 URL: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2 DIFF: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2.dif

[Lldb-commits] [lldb] 53e7c8f - [lldb][NFC] Cleanup TestFixIts.py

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

[Lldb-commits] [lldb] 064ab22 - [lldb] Run TestFixIts on non-Darwin platforms

2020-03-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-30T09:53:51+02:00 New Revision: 064ab22fb29be673fa2ac4ab3b28cc30f9371e9c URL: https://github.com/llvm/llvm-project/commit/064ab22fb29be673fa2ac4ab3b28cc30f9371e9c DIFF: https://github.com/llvm/llvm-project/commit/064ab22fb29be673fa2ac4ab3b28cc30f9371e9c.dif

[Lldb-commits] [lldb] 767a97b - [lldb][NFC] Cleanup Fix-It code

2020-03-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-30T11:02:44+02:00 New Revision: 767a97b22339350d1d1368ca5548f967e49a4c00 URL: https://github.com/llvm/llvm-project/commit/767a97b22339350d1d1368ca5548f967e49a4c00 DIFF: https://github.com/llvm/llvm-project/commit/767a97b22339350d1d1368ca5548f967e49a4c00.dif

[Lldb-commits] [lldb] 83c81c0 - [lldb] Make Fix-Its also apply to top-level expressions

2020-03-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-30T11:50:57+02:00 New Revision: 83c81c0a469482888482983c302c09c02680ae7c URL: https://github.com/llvm/llvm-project/commit/83c81c0a469482888482983c302c09c02680ae7c DIFF: https://github.com/llvm/llvm-project/commit/83c81c0a469482888482983c302c09c02680ae7c.dif

[Lldb-commits] [lldb] 502a06f - [lldb] Make TestExprDiagnostics.py pass again after enabling Fix-Its in test

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

[Lldb-commits] [lldb] 11a5cae - [lldb][NFC] Refactor Fix-It filter for warnings

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

[Lldb-commits] [lldb] d30e9ad - Correct the duplicate pragma marks in CommandObjectTarget.cpp

2020-03-31 Thread Raphael Isemann via lldb-commits
Author: Shivam Mittal Date: 2020-03-31T11:16:40+02:00 New Revision: d30e9ad34519cb0ec17d411bc103af7bb76da77e URL: https://github.com/llvm/llvm-project/commit/d30e9ad34519cb0ec17d411bc103af7bb76da77e DIFF: https://github.com/llvm/llvm-project/commit/d30e9ad34519cb0ec17d411bc103af7bb76da77e.diff

[Lldb-commits] [lldb] 15f34ff - [lldb] Allow expect_expr without a running target

2020-04-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-01T09:39:24+02:00 New Revision: 15f34ff2d8976f9211c6112531355ed5e2a92ea0 URL: https://github.com/llvm/llvm-project/commit/15f34ff2d8976f9211c6112531355ed5e2a92ea0 DIFF: https://github.com/llvm/llvm-project/commit/15f34ff2d8976f9211c6112531355ed5e2a92ea0.dif

[Lldb-commits] [lldb] fa1b602 - [lldb][NFC] Modernize TestCallUserAnonTypedef

2020-04-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-01T10:06:59+02:00 New Revision: fa1b602ee6c3bd3dc245cbafe7534be5381e71e7 URL: https://github.com/llvm/llvm-project/commit/fa1b602ee6c3bd3dc245cbafe7534be5381e71e7 DIFF: https://github.com/llvm/llvm-project/commit/fa1b602ee6c3bd3dc245cbafe7534be5381e71e7.dif

[Lldb-commits] [lldb] edb0efc - [lldb][NFC] Modernize call-function tests

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

[Lldb-commits] [lldb] 48a5bda - [lldb][NFC] Modernize TestXValuePrinting

2020-04-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-01T10:20:52+02:00 New Revision: 48a5bdafba5e51244de627a50574d48c87a5249d URL: https://github.com/llvm/llvm-project/commit/48a5bdafba5e51244de627a50574d48c87a5249d DIFF: https://github.com/llvm/llvm-project/commit/48a5bdafba5e51244de627a50574d48c87a5249d.dif

[Lldb-commits] [lldb] 9beba42 - [lldb][NFC] Modernize TestExprChar

2020-04-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-01T13:24:21+02:00 New Revision: 9beba4245a77ae75db874146036b77fb76398e4c URL: https://github.com/llvm/llvm-project/commit/9beba4245a77ae75db874146036b77fb76398e4c DIFF: https://github.com/llvm/llvm-project/commit/9beba4245a77ae75db874146036b77fb76398e4c.dif

[Lldb-commits] [lldb] 51b3874 - Convert for loops to entry-based iteration

2020-04-02 Thread Raphael Isemann via lldb-commits
Author: Shivam Mittal Date: 2020-04-02T18:56:29+02:00 New Revision: 51b38746295fc18664f766fe6cb7974b862c28eb URL: https://github.com/llvm/llvm-project/commit/51b38746295fc18664f766fe6cb7974b862c28eb DIFF: https://github.com/llvm/llvm-project/commit/51b38746295fc18664f766fe6cb7974b862c28eb.diff

[Lldb-commits] [lldb] acb0b99 - [lldb][NFC] Modernize lang/cpp/scope test

2020-04-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-06T09:36:54+02:00 New Revision: acb0b99c8e4f1dc65a7f1e26da9db77239a67da7 URL: https://github.com/llvm/llvm-project/commit/acb0b99c8e4f1dc65a7f1e26da9db77239a67da7 DIFF: https://github.com/llvm/llvm-project/commit/acb0b99c8e4f1dc65a7f1e26da9db77239a67da7.dif

[Lldb-commits] [lldb] 3c2dc28 - [lldb] Also apply Fix-Its in "note:" diagnostics that belong to an error diagnostic

2020-04-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-06T10:37:33+02:00 New Revision: 3c2dc28d812c917e01f46b3bcf5b5e0a2a803276 URL: https://github.com/llvm/llvm-project/commit/3c2dc28d812c917e01f46b3bcf5b5e0a2a803276 DIFF: https://github.com/llvm/llvm-project/commit/3c2dc28d812c917e01f46b3bcf5b5e0a2a803276.dif

[Lldb-commits] [lldb] 203a8ad - [lldb] Add option to retry Fix-Its multiple times to failed expressions

2020-04-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-06T11:25:36+02:00 New Revision: 203a8adb65429ec6b8989afdf5956564972b9703 URL: https://github.com/llvm/llvm-project/commit/203a8adb65429ec6b8989afdf5956564972b9703 DIFF: https://github.com/llvm/llvm-project/commit/203a8adb65429ec6b8989afdf5956564972b9703.dif

[Lldb-commits] [lldb] 95054ae - [lldb][NFC] Fix typo in 'watchpoint delete' error message

2020-04-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-07T16:11:32+02:00 New Revision: 95054aeb07061dbfd6575c10673b9563430de64a URL: https://github.com/llvm/llvm-project/commit/95054aeb07061dbfd6575c10673b9563430de64a DIFF: https://github.com/llvm/llvm-project/commit/95054aeb07061dbfd6575c10673b9563430de64a.dif

[Lldb-commits] [lldb] 1d3b737 - [lldb] Fixing the bug that the "log timer" has no tab completion

2020-04-09 Thread Raphael Isemann via lldb-commits
Author: Shu Anzai Date: 2020-04-09T08:58:52+02:00 New Revision: 1d3b7370c466eba4bf22dce4a51f885f76698053 URL: https://github.com/llvm/llvm-project/commit/1d3b7370c466eba4bf22dce4a51f885f76698053 DIFF: https://github.com/llvm/llvm-project/commit/1d3b7370c466eba4bf22dce4a51f885f76698053.diff LOG

[Lldb-commits] [lldb] e87b8e4 - [lldb] Log the actual expression result in UserExpression::Evaluate

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

[Lldb-commits] [lldb] 19b4d3c - [lldb] Don't emit a warning when using Objective-C getters in expressions

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

[Lldb-commits] [lldb] 71536fd - [lldb] Fix that running a top level expression without a process fails with a cryptic error

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

[Lldb-commits] [lldb] 0c11883 - [lldb] Let TestPExpectTest test the right test class

2021-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-02-12T09:56:43+01:00 New Revision: 0c118831a37a058f5ff196a4be3c4d5b1cf25e63 URL: https://github.com/llvm/llvm-project/commit/0c118831a37a058f5ff196a4be3c4d5b1cf25e63 DIFF: https://github.com/llvm/llvm-project/commit/0c118831a37a058f5ff196a4be3c4d5b1cf25e63.dif

[Lldb-commits] [lldb] f88b502 - [FileCollector] Fix that the file system case-sensitivity check was inverted

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

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