[Lldb-commits] [lldb] fe19ae3 - normalize file path when searching the source map

2021-11-01 Thread Walter Erquinigo via lldb-commits
Author: Xu Jun Date: 2021-11-01T22:13:55-07:00 New Revision: fe19ae352ce201e7bab8baac4587cc4334e742e4 URL: https://github.com/llvm/llvm-project/commit/fe19ae352ce201e7bab8baac4587cc4334e742e4 DIFF: https://github.com/llvm/llvm-project/commit/fe19ae352ce201e7bab8baac4587cc4334e742e4.diff LOG: n

[Lldb-commits] [lldb] 82ed106 - [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs

2021-10-30 Thread Walter Erquinigo via lldb-commits
Author: Danil Stefaniuc Date: 2021-10-30T15:07:23-07:00 New Revision: 82ed106567063ea269c6d5669278b733e173a42f URL: https://github.com/llvm/llvm-project/commit/82ed106567063ea269c6d5669278b733e173a42f DIFF: https://github.com/llvm/llvm-project/commit/82ed106567063ea269c6d5669278b733e173a42f.dif

[Lldb-commits] [lldb] f869e0b - [formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibs

2021-10-30 Thread Walter Erquinigo via lldb-commits
Author: Danil Stefaniuc Date: 2021-10-30T12:53:32-07:00 New Revision: f869e0be445800e71f9a74a60b4f5611d3cff7d0 URL: https://github.com/llvm/llvm-project/commit/f869e0be445800e71f9a74a60b4f5611d3cff7d0 DIFF: https://github.com/llvm/llvm-project/commit/f869e0be445800e71f9a74a60b4f5611d3cff7d0.dif

[Lldb-commits] [lldb] 3eb9e65 - [formatters] Add a libstdcpp formatter for set and unify tests across stdlibs

2021-10-27 Thread Walter Erquinigo via lldb-commits
Author: Danil Stefaniuc Date: 2021-10-27T11:55:11-07:00 New Revision: 3eb9e6536a6a40f116655240b264292efabdc928 URL: https://github.com/llvm/llvm-project/commit/3eb9e6536a6a40f116655240b264292efabdc928 DIFF: https://github.com/llvm/llvm-project/commit/3eb9e6536a6a40f116655240b264292efabdc928.dif

[Lldb-commits] [lldb] 566bfbb - [formatters] Add a libstdcpp formatter for bitset and unify tests across stdlibs

2021-10-26 Thread Walter Erquinigo via lldb-commits
Author: Danil Stefaniuc Date: 2021-10-26T14:49:50-07:00 New Revision: 566bfbb740bb0ffef827ce983d7aa899236fcb88 URL: https://github.com/llvm/llvm-project/commit/566bfbb740bb0ffef827ce983d7aa899236fcb88 DIFF: https://github.com/llvm/llvm-project/commit/566bfbb740bb0ffef827ce983d7aa899236fcb88.dif

[Lldb-commits] [lldb] d35702e - Fix LLDB build on old Linux kernels

2021-09-29 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-09-29T09:42:32-07:00 New Revision: d35702efe73010409c75b1f1b64f205cc3b2f6d3 URL: https://github.com/llvm/llvm-project/commit/d35702efe73010409c75b1f1b64f205cc3b2f6d3 DIFF: https://github.com/llvm/llvm-project/commit/d35702efe73010409c75b1f1b64f205cc3b2f6d3.di

[Lldb-commits] [lldb] 602497d - [trace] [intel pt] Create a "process trace save" command

2021-08-27 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-08-27T09:34:01-07:00 New Revision: 602497d672ca66f3f0e59adca35f00199f266810 URL: https://github.com/llvm/llvm-project/commit/602497d672ca66f3f0e59adca35f00199f266810 DIFF: https://github.com/llvm/llvm-project/commit/602497d672ca66f3f0e59adca35f00199f266810.di

[Lldb-commits] [lldb] c62ef02 - [NFC] Removing deprecated intel-features test folder

2021-08-26 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-08-26T10:36:00-07:00 New Revision: c62ef0255d904fdd99173493e8e064a2dde598e8 URL: https://github.com/llvm/llvm-project/commit/c62ef0255d904fdd99173493e8e064a2dde598e8 DIFF: https://github.com/llvm/llvm-project/commit/c62ef0255d904fdd99173493e8e064a2dde598e8.di

[Lldb-commits] [lldb] 600a2a7 - [NFC] Remove deprecated Intel PT test

2021-08-26 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-08-26T10:34:04-07:00 New Revision: 600a2a7ec07aa0215c094d2d8b4c0325189ad30d URL: https://github.com/llvm/llvm-project/commit/600a2a7ec07aa0215c094d2d8b4c0325189ad30d DIFF: https://github.com/llvm/llvm-project/commit/600a2a7ec07aa0215c094d2d8b4c0325189ad30d.di

[Lldb-commits] [lldb] ef28c78 - [tests] [trace] Add a more comprehensive test for `thread trace export ctf` command

2021-08-11 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-08-11T20:50:10-07:00 New Revision: ef28c78350dbf2a5dff23ac7e5f2dc0a7c24e184 URL: https://github.com/llvm/llvm-project/commit/ef28c78350dbf2a5dff23ac7e5f2dc0a7c24e184 DIFF: https://github.com/llvm/llvm-project/commit/ef28c78350dbf2a5dff23ac7e5f2dc0a7c24e184.di

[Lldb-commits] [lldb] c9308cc - [nfc] improve a simple call

2021-07-30 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-30T10:55:48-07:00 New Revision: c9308cc219066bcca0b320b1bc64fa4d5f3aa193 URL: https://github.com/llvm/llvm-project/commit/c9308cc219066bcca0b320b1bc64fa4d5f3aa193 DIFF: https://github.com/llvm/llvm-project/commit/c9308cc219066bcca0b320b1bc64fa4d5f3aa193.di

[Lldb-commits] [lldb] 5839976 - [nfc][trace] use formatv instead of the old Printf

2021-07-29 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-29T19:04:59-07:00 New Revision: 5839976976bc018b674f45f56f8a13707b870443 URL: https://github.com/llvm/llvm-project/commit/5839976976bc018b674f45f56f8a13707b870443 DIFF: https://github.com/llvm/llvm-project/commit/5839976976bc018b674f45f56f8a13707b870443.di

[Lldb-commits] [lldb] 0a68443 - [source map] fix relative path breakpoints

2021-07-29 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-29T18:36:06-07:00 New Revision: 0a68443bd07c48dbaf554f6e3b26b3ab5ed1d383 URL: https://github.com/llvm/llvm-project/commit/0a68443bd07c48dbaf554f6e3b26b3ab5ed1d383 DIFF: https://github.com/llvm/llvm-project/commit/0a68443bd07c48dbaf554f6e3b26b3ab5ed1d383.di

[Lldb-commits] [lldb] d52ba48 - [trace] Introduce Hierarchical Trace Representation (HTR) and add command for Intel PT trace visualization

2021-07-28 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-28T13:56:45-07:00 New Revision: d52ba48821301c33650b97cd9f262615fcc0fdc1 URL: https://github.com/llvm/llvm-project/commit/d52ba48821301c33650b97cd9f262615fcc0fdc1 DIFF: https://github.com/llvm/llvm-project/commit/d52ba48821301c33650b97cd9f262615fcc0fdc1.di

[Lldb-commits] [lldb] aad17c5 - [trace] Introduce Hierarchical Trace Representation (HTR) and add command for Intel PT trace visualization

2021-07-28 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-28T11:04:13-07:00 New Revision: aad17c55a8116cd3831d4392d909139702019d65 URL: https://github.com/llvm/llvm-project/commit/aad17c55a8116cd3831d4392d909139702019d65 DIFF: https://github.com/llvm/llvm-project/commit/aad17c55a8116cd3831d4392d909139702019d65.di

[Lldb-commits] [lldb] c1b4632 - [trace] Add the definition of a TraceExporter plugin

2021-07-26 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-26T18:01:50-07:00 New Revision: c1b4632528cb405c9ef94cff90bf43afe688a899 URL: https://github.com/llvm/llvm-project/commit/c1b4632528cb405c9ef94cff90bf43afe688a899 DIFF: https://github.com/llvm/llvm-project/commit/c1b4632528cb405c9ef94cff90bf43afe688a899.di

[Lldb-commits] [lldb] ef8c684 - [source maps] fix source mapping when there are multiple matching rules

2021-07-23 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-23T17:53:12-07:00 New Revision: ef8c6849a235e97b8b981e0f998d430fdbd7bc2a URL: https://github.com/llvm/llvm-project/commit/ef8c6849a235e97b8b981e0f998d430fdbd7bc2a DIFF: https://github.com/llvm/llvm-project/commit/ef8c6849a235e97b8b981e0f998d430fdbd7bc2a.di

[Lldb-commits] [lldb] 29af527 - [intel pt] fix builds

2021-07-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-21T14:10:09-07:00 New Revision: 29af527c86825e420a75d66c236f2a04f19eb2fe URL: https://github.com/llvm/llvm-project/commit/29af527c86825e420a75d66c236f2a04f19eb2fe DIFF: https://github.com/llvm/llvm-project/commit/29af527c86825e420a75d66c236f2a04f19eb2fe.di

[Lldb-commits] [lldb] 345ace0 - [trace] [intel pt] Create a "thread trace dump stats" command

2021-07-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-21T09:50:15-07:00 New Revision: 345ace026b6e5cdbc38d207291e4b399d72e62ee URL: https://github.com/llvm/llvm-project/commit/345ace026b6e5cdbc38d207291e4b399d72e62ee DIFF: https://github.com/llvm/llvm-project/commit/345ace026b6e5cdbc38d207291e4b399d72e62ee.di

[Lldb-commits] [lldb] 0419584 - [intel pt] Add TSC timestamps

2021-07-20 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-20T16:29:17-07:00 New Revision: 04195843ef91d012dbaa1611b348447f8136c271 URL: https://github.com/llvm/llvm-project/commit/04195843ef91d012dbaa1611b348447f8136c271 DIFF: https://github.com/llvm/llvm-project/commit/04195843ef91d012dbaa1611b348447f8136c271.di

[Lldb-commits] [lldb] b0aa707 - [trace][intel pt] Implement the Intel PT cursor

2021-07-16 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-16T16:47:43-07:00 New Revision: b0aa70761b8324d0c9ebc57da58a44c9e266ce0e URL: https://github.com/llvm/llvm-project/commit/b0aa70761b8324d0c9ebc57da58a44c9e266ce0e DIFF: https://github.com/llvm/llvm-project/commit/b0aa70761b8324d0c9ebc57da58a44c9e266ce0e.di

[Lldb-commits] [lldb] 8ea1a63 - [vscode] fix ubsan problem in the progress event reporter

2021-07-12 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-12T13:22:25-07:00 New Revision: 8ea1a630d66f4d70a7177c6eb522a3efff21b1be URL: https://github.com/llvm/llvm-project/commit/8ea1a630d66f4d70a7177c6eb522a3efff21b1be DIFF: https://github.com/llvm/llvm-project/commit/8ea1a630d66f4d70a7177c6eb522a3efff21b1be.di

[Lldb-commits] [lldb] d4cb286 - [NFC][lldb-vscode] Fix launch test

2021-07-07 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-07-07T10:01:19-07:00 New Revision: d4cb286b05f5192f6cbae310bd30cad3f05f13ac URL: https://github.com/llvm/llvm-project/commit/d4cb286b05f5192f6cbae310bd30cad3f05f13ac DIFF: https://github.com/llvm/llvm-project/commit/d4cb286b05f5192f6cbae310bd30cad3f05f13ac.di

[Lldb-commits] [lldb] f0d0612 - [NFC][trace] remove dead function

2021-06-23 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-23T23:18:53-07:00 New Revision: f0d06124769f477a26f8fa2589f0ace85419c120 URL: https://github.com/llvm/llvm-project/commit/f0d06124769f477a26f8fa2589f0ace85419c120 DIFF: https://github.com/llvm/llvm-project/commit/f0d06124769f477a26f8fa2589f0ace85419c120.di

[Lldb-commits] [lldb] 2aa1dd1 - [trace] Add a TraceCursor class

2021-06-23 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-23T22:28:01-07:00 New Revision: 2aa1dd1c66dc3b1f6253eec9fc68c081a945b74d URL: https://github.com/llvm/llvm-project/commit/2aa1dd1c66dc3b1f6253eec9fc68c081a945b74d DIFF: https://github.com/llvm/llvm-project/commit/2aa1dd1c66dc3b1f6253eec9fc68c081a945b74d.di

[Lldb-commits] [lldb] bff2b9a - Retry of [lldb-vscode] only report long running progress events

2021-06-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-21T20:33:09-07:00 New Revision: bff2b9adbc8de23aeaa654c5957624078ddf8fe9 URL: https://github.com/llvm/llvm-project/commit/bff2b9adbc8de23aeaa654c5957624078ddf8fe9 DIFF: https://github.com/llvm/llvm-project/commit/bff2b9adbc8de23aeaa654c5957624078ddf8fe9.di

[Lldb-commits] [lldb] f84615a - Revert "[lldb-vscode] only report long running progress events"

2021-06-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-21T19:42:34-07:00 New Revision: f84615a5a5cb05aacdb0e9e7ab13f3b95ce11ece URL: https://github.com/llvm/llvm-project/commit/f84615a5a5cb05aacdb0e9e7ab13f3b95ce11ece DIFF: https://github.com/llvm/llvm-project/commit/f84615a5a5cb05aacdb0e9e7ab13f3b95ce11ece.di

[Lldb-commits] [lldb] 2e11f4e - [lldb-vscode] Add simple DAP logs dump to investigate flakiness in tests

2021-06-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-21T19:35:05-07:00 New Revision: 2e11f4e06804e53cee95e63fdc9e5152f8444abb URL: https://github.com/llvm/llvm-project/commit/2e11f4e06804e53cee95e63fdc9e5152f8444abb DIFF: https://github.com/llvm/llvm-project/commit/2e11f4e06804e53cee95e63fdc9e5152f8444abb.di

[Lldb-commits] [lldb] 610d474 - [lldb-vscode] only report long running progress events

2021-06-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-21T19:35:05-07:00 New Revision: 610d474cfd82f11dc4702e2cf1b2485584d7c243 URL: https://github.com/llvm/llvm-project/commit/610d474cfd82f11dc4702e2cf1b2485584d7c243 DIFF: https://github.com/llvm/llvm-project/commit/610d474cfd82f11dc4702e2cf1b2485584d7c243.di

[Lldb-commits] [lldb] 28d9fd0 - Revert "[lldb-vscode] attempt to fix flakiness"

2021-06-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-21T10:53:49-07:00 New Revision: 28d9fd00d4b5711fb029e3e642e2d81eaf9fd510 URL: https://github.com/llvm/llvm-project/commit/28d9fd00d4b5711fb029e3e642e2d81eaf9fd510 DIFF: https://github.com/llvm/llvm-project/commit/28d9fd00d4b5711fb029e3e642e2d81eaf9fd510.di

[Lldb-commits] [lldb] f2c009d - [lldb-vscode] attempt to fix flakiness

2021-06-18 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-18T10:12:46-07:00 New Revision: f2c009dbcfd11fd1e8941513dcf49fffe43565a1 URL: https://github.com/llvm/llvm-project/commit/f2c009dbcfd11fd1e8941513dcf49fffe43565a1 DIFF: https://github.com/llvm/llvm-project/commit/f2c009dbcfd11fd1e8941513dcf49fffe43565a1.di

[Lldb-commits] [lldb] bf9f21a - [trace][intel-pt] Create basic SB API

2021-06-17 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-17T15:14:47-07:00 New Revision: bf9f21a28be171dc500cc68b4cb1fcd3fc33f229 URL: https://github.com/llvm/llvm-project/commit/bf9f21a28be171dc500cc68b4cb1fcd3fc33f229 DIFF: https://github.com/llvm/llvm-project/commit/bf9f21a28be171dc500cc68b4cb1fcd3fc33f229.di

[Lldb-commits] [lldb] c1360fd - [lldb-vscode] remove failed test

2021-06-17 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-17T15:13:16-07:00 New Revision: c1360fd5fced42ea45ce1eacbf1c5e1ed54fcac5 URL: https://github.com/llvm/llvm-project/commit/c1360fd5fced42ea45ce1eacbf1c5e1ed54fcac5 DIFF: https://github.com/llvm/llvm-project/commit/c1360fd5fced42ea45ce1eacbf1c5e1ed54fcac5.di

[Lldb-commits] [lldb] aa4685c - [lldb-vscode] only report long running progress events

2021-06-17 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-17T12:01:27-07:00 New Revision: aa4685c0fb3aab5acb90be5fd3eb5ba8bf1e3211 URL: https://github.com/llvm/llvm-project/commit/aa4685c0fb3aab5acb90be5fd3eb5ba8bf1e3211 DIFF: https://github.com/llvm/llvm-project/commit/aa4685c0fb3aab5acb90be5fd3eb5ba8bf1e3211.di

[Lldb-commits] [lldb] e65242e - [NFC][trace][intel-pt] small test fixes

2021-06-02 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-06-02T14:06:25-07:00 New Revision: e65242e37a7284dc2f24c7f686867da665af3a63 URL: https://github.com/llvm/llvm-project/commit/e65242e37a7284dc2f24c7f686867da665af3a63 DIFF: https://github.com/llvm/llvm-project/commit/e65242e37a7284dc2f24c7f686867da665af3a63.di

[Lldb-commits] [lldb] 0283abe - [lldb] Fix gnu_libstdcpp's update methods

2021-05-26 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-05-26T14:52:38-07:00 New Revision: 0283abee5c87e86552b456a34d01311b66c37207 URL: https://github.com/llvm/llvm-project/commit/0283abee5c87e86552b456a34d01311b66c37207 DIFF: https://github.com/llvm/llvm-project/commit/0283abee5c87e86552b456a34d01311b66c37207.di

[Lldb-commits] [lldb] ade59d5 - [trace] Dedup different source lines when dumping instructions + refactor

2021-05-04 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-05-04T19:40:52-07:00 New Revision: ade59d530964e28498051ab20e44cbf6594be595 URL: https://github.com/llvm/llvm-project/commit/ade59d530964e28498051ab20e44cbf6594be595 DIFF: https://github.com/llvm/llvm-project/commit/ade59d530964e28498051ab20e44cbf6594be595.di

[Lldb-commits] [lldb] 1141ba6 - [lldb-vscode] Follow up of D99989 - store some strings more safely

2021-04-29 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-29T18:37:44-07:00 New Revision: 1141ba677e09156daec8ef31d3dcdae7f59f60c5 URL: https://github.com/llvm/llvm-project/commit/1141ba677e09156daec8ef31d3dcdae7f59f60c5 DIFF: https://github.com/llvm/llvm-project/commit/1141ba677e09156daec8ef31d3dcdae7f59f60c5.di

[Lldb-commits] [lldb] 875654f - Fix VSCode/TestOptions.test

2021-04-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-21T15:46:26-07:00 New Revision: 875654f897ac01ad91a1a5f5dc23d07ac548a0e0 URL: https://github.com/llvm/llvm-project/commit/875654f897ac01ad91a1a5f5dc23d07ac548a0e0 DIFF: https://github.com/llvm/llvm-project/commit/875654f897ac01ad91a1a5f5dc23d07ac548a0e0.di

[Lldb-commits] [lldb] c4a83c4 - Fix TestVSCode_runInTerminal

2021-04-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-21T15:20:47-07:00 New Revision: c4a83c4e69f1c858df787723df4923c41a23e00d URL: https://github.com/llvm/llvm-project/commit/c4a83c4e69f1c858df787723df4923c41a23e00d DIFF: https://github.com/llvm/llvm-project/commit/c4a83c4e69f1c858df787723df4923c41a23e00d.di

[Lldb-commits] [lldb] c9a0754 - [lldb-vscode] Distinguish shadowed variables in the scopes request

2021-04-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-21T15:09:39-07:00 New Revision: c9a0754b443ba73623574db880a7b0b14826fedb URL: https://github.com/llvm/llvm-project/commit/c9a0754b443ba73623574db880a7b0b14826fedb DIFF: https://github.com/llvm/llvm-project/commit/c9a0754b443ba73623574db880a7b0b14826fedb.di

[Lldb-commits] [lldb] 64f47c1 - [lldb-vscode] redirect stderr/stdout to the IDE's console

2021-04-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-21T14:48:48-07:00 New Revision: 64f47c1e58a10de160ce3fb3afbc50c0243e2977 URL: https://github.com/llvm/llvm-project/commit/64f47c1e58a10de160ce3fb3afbc50c0243e2977 DIFF: https://github.com/llvm/llvm-project/commit/64f47c1e58a10de160ce3fb3afbc50c0243e2977.di

[Lldb-commits] [lldb] 12a2507 - Fix TestVSCode_launch test

2021-04-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-21T14:33:34-07:00 New Revision: 12a25076463d0b04b535d07982d7420971bcea3e URL: https://github.com/llvm/llvm-project/commit/12a25076463d0b04b535d07982d7420971bcea3e DIFF: https://github.com/llvm/llvm-project/commit/12a25076463d0b04b535d07982d7420971bcea3e.di

[Lldb-commits] [lldb] 79fbbeb - [lldb-vscode] Add postRunCommands

2021-04-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-21T13:51:30-07:00 New Revision: 79fbbeb41280ed170a387ad925c5397c0af32364 URL: https://github.com/llvm/llvm-project/commit/79fbbeb41280ed170a387ad925c5397c0af32364 DIFF: https://github.com/llvm/llvm-project/commit/79fbbeb41280ed170a387ad925c5397c0af32364.di

[Lldb-commits] [lldb] cc88d30 - [lldb-vscode] Reduce chattiness of progress events

2021-04-14 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-04-14T13:00:01-07:00 New Revision: cc88d301a0bcd8b93c632af2870503949038c87f URL: https://github.com/llvm/llvm-project/commit/cc88d301a0bcd8b93c632af2870503949038c87f DIFF: https://github.com/llvm/llvm-project/commit/cc88d301a0bcd8b93c632af2870503949038c87f.di

[Lldb-commits] [lldb] a4ee79c - Fix errors in 0b69756110db444282c40ea16929186b2910c3b1

2021-03-30 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-03-30T18:03:02-07:00 New Revision: a4ee79c8ae5ca1bbfa8d78a2782918d1f23f15b2 URL: https://github.com/llvm/llvm-project/commit/a4ee79c8ae5ca1bbfa8d78a2782918d1f23f15b2 DIFF: https://github.com/llvm/llvm-project/commit/a4ee79c8ae5ca1bbfa8d78a2782918d1f23f15b2.di

[Lldb-commits] [lldb] b5657d1 - Fix 34885bffdf43920c0f011e17a65fd678100240dd

2021-03-15 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-03-15T16:36:32-07:00 New Revision: b5657d1fbf77fc59d4c11476464547d850d9f48a URL: https://github.com/llvm/llvm-project/commit/b5657d1fbf77fc59d4c11476464547d850d9f48a DIFF: https://github.com/llvm/llvm-project/commit/b5657d1fbf77fc59d4c11476464547d850d9f48a.di

[Lldb-commits] [lldb] 34885bf - [lldb-vscode] Handle request_evaluate's context attribute

2021-03-15 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-03-15T15:09:23-07:00 New Revision: 34885bffdf43920c0f011e17a65fd678100240dd URL: https://github.com/llvm/llvm-project/commit/34885bffdf43920c0f011e17a65fd678100240dd DIFF: https://github.com/llvm/llvm-project/commit/34885bffdf43920c0f011e17a65fd678100240dd.di

[Lldb-commits] [lldb] 36496cc - [lldb-vscode] correctly use Windows macros

2021-02-04 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-02-04T11:03:33-08:00 New Revision: 36496cc2992d6fa26e6024971efcfc7d15f69888 URL: https://github.com/llvm/llvm-project/commit/36496cc2992d6fa26e6024971efcfc7d15f69888 DIFF: https://github.com/llvm/llvm-project/commit/36496cc2992d6fa26e6024971efcfc7d15f69888.di

[Lldb-commits] [lldb] 0bca9a7 - Fix lldb-vscode builds on Windows targeting POSIX

2021-01-28 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-01-28T09:36:13-08:00 New Revision: 0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e URL: https://github.com/llvm/llvm-project/commit/0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e DIFF: https://github.com/llvm/llvm-project/commit/0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e.di

[Lldb-commits] [lldb] 0bca9a7 - Fix lldb-vscode builds on Windows targeting POSIX

2021-01-28 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-01-28T09:36:13-08:00 New Revision: 0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e URL: https://github.com/llvm/llvm-project/commit/0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e DIFF: https://github.com/llvm/llvm-project/commit/0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e.di

[Lldb-commits] [lldb] ab5591e - Fix runInTerminal failures on Windows

2021-01-27 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-01-27T13:17:23-08:00 New Revision: ab5591e1d8f5abcfa9e75193d3e8a29087b61425 URL: https://github.com/llvm/llvm-project/commit/ab5591e1d8f5abcfa9e75193d3e8a29087b61425 DIFF: https://github.com/llvm/llvm-project/commit/ab5591e1d8f5abcfa9e75193d3e8a29087b61425.di

[Lldb-commits] [lldb] ab5591e - Fix runInTerminal failures on Windows

2021-01-27 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-01-27T13:17:23-08:00 New Revision: ab5591e1d8f5abcfa9e75193d3e8a29087b61425 URL: https://github.com/llvm/llvm-project/commit/ab5591e1d8f5abcfa9e75193d3e8a29087b61425 DIFF: https://github.com/llvm/llvm-project/commit/ab5591e1d8f5abcfa9e75193d3e8a29087b61425.di

[Lldb-commits] [lldb] 4bb6244 - [ThreadPlan] fix exec on Linux

2021-01-25 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-01-25T11:30:48-08:00 New Revision: 4bb6244871c6914517a21f56830b3765495792f2 URL: https://github.com/llvm/llvm-project/commit/4bb6244871c6914517a21f56830b3765495792f2 DIFF: https://github.com/llvm/llvm-project/commit/4bb6244871c6914517a21f56830b3765495792f2.di

[Lldb-commits] [lldb] 39239f9 - [lldb-vscode] improve modules request

2021-01-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2021-01-21T13:18:50-08:00 New Revision: 39239f9b5666bebb059fa562badeffb9f1c3afab URL: https://github.com/llvm/llvm-project/commit/39239f9b5666bebb059fa562badeffb9f1c3afab DIFF: https://github.com/llvm/llvm-project/commit/39239f9b5666bebb059fa562badeffb9f1c3afab.di

[Lldb-commits] [lldb] fb19f11 - [trace][intel-pt] Scaffold the 'thread trace start | stop' commands

2020-11-18 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-11-18T18:24:36-08:00 New Revision: fb19f11ef47bc479d42c11450817c5e855a9830b URL: https://github.com/llvm/llvm-project/commit/fb19f11ef47bc479d42c11450817c5e855a9830b DIFF: https://github.com/llvm/llvm-project/commit/fb19f11ef47bc479d42c11450817c5e855a9830b.di

[Lldb-commits] [lldb] d2f18e6 - Fix 21555fff4de811309ea7935f9cb65578c957d77f

2020-11-11 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-11-11T12:30:24-08:00 New Revision: d2f18e6b1e0bed97f5218af499c4e0b88c4dd361 URL: https://github.com/llvm/llvm-project/commit/d2f18e6b1e0bed97f5218af499c4e0b88c4dd361 DIFF: https://github.com/llvm/llvm-project/commit/d2f18e6b1e0bed97f5218af499c4e0b88c4dd361.di

[Lldb-commits] [lldb] 21555ff - [intel-pt][trace] Implement a "get supported trace type" packet

2020-11-11 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-11-11T10:35:58-08:00 New Revision: 21555fff4de811309ea7935f9cb65578c957d77f URL: https://github.com/llvm/llvm-project/commit/21555fff4de811309ea7935f9cb65578c957d77f DIFF: https://github.com/llvm/llvm-project/commit/21555fff4de811309ea7935f9cb65578c957d77f.di

[Lldb-commits] [lldb] cfd96f0 - [trace][intel-pt] Implement the basic decoding functionality

2020-11-05 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-11-05T18:38:03-08:00 New Revision: cfd96f057ba4256fef49518cad43d0a7f591da12 URL: https://github.com/llvm/llvm-project/commit/cfd96f057ba4256fef49518cad43d0a7f591da12 DIFF: https://github.com/llvm/llvm-project/commit/cfd96f057ba4256fef49518cad43d0a7f591da12.di

[Lldb-commits] [lldb] 48d8af9 - [intel-pt] Disable/Enable tracing to guarantee the trace is correct

2020-10-23 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-10-23T16:36:42-07:00 New Revision: 48d8af98251613261805891a3476e9fb01932f43 URL: https://github.com/llvm/llvm-project/commit/48d8af98251613261805891a3476e9fb01932f43 DIFF: https://github.com/llvm/llvm-project/commit/48d8af98251613261805891a3476e9fb01932f43.di

[Lldb-commits] [lldb] 8a203bb - [trace] rename ThreadIntelPT into TraceTrace

2020-10-19 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-10-19T15:15:02-07:00 New Revision: 8a203bb22d161d23c6b1195f85ae025e87f03bae URL: https://github.com/llvm/llvm-project/commit/8a203bb22d161d23c6b1195f85ae025e87f03bae DIFF: https://github.com/llvm/llvm-project/commit/8a203bb22d161d23c6b1195f85ae025e87f03bae.di

[Lldb-commits] [lldb] 26d861c - [trace] Scaffold "thread trace dump instructions"

2020-10-12 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-10-12T12:08:18-07:00 New Revision: 26d861cbbd5f40182b3b7f0ac7ed0e58e0e8feaa URL: https://github.com/llvm/llvm-project/commit/26d861cbbd5f40182b3b7f0ac7ed0e58e0e8feaa DIFF: https://github.com/llvm/llvm-project/commit/26d861cbbd5f40182b3b7f0ac7ed0e58e0e8feaa.di

[Lldb-commits] [lldb] ea1f497 - [intel pt] Refactor parsing

2020-10-09 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-10-09T17:32:04-07:00 New Revision: ea1f49741ec4c0a37796b88f6bb8d09d7ab1e8c3 URL: https://github.com/llvm/llvm-project/commit/ea1f49741ec4c0a37796b88f6bb8d09d7ab1e8c3 DIFF: https://github.com/llvm/llvm-project/commit/ea1f49741ec4c0a37796b88f6bb8d09d7ab1e8c3.di

Re: [Lldb-commits] [lldb] 92e1ebe - [trace] Fix destructor declaration

2020-10-03 Thread Walter Erquinigo via lldb-commits
l Labath" wrote: On 29/09/2020 22:09, Walter Erquinigo via lldb-commits wrote: > The destructor must be defined in the implementation class so that it > can be called That doesn't sound right. Each class automatically gets a destructor if it does not declare one it

[Lldb-commits] [lldb] 92e1ebe - [trace] Fix destructor declaration

2020-09-29 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-29T13:09:52-07:00 New Revision: 92e1ebeaa1fe0e5461327d071c55167733834e60 URL: https://github.com/llvm/llvm-project/commit/92e1ebeaa1fe0e5461327d071c55167733834e60 DIFF: https://github.com/llvm/llvm-project/commit/92e1ebeaa1fe0e5461327d071c55167733834e60.di

[Lldb-commits] [lldb] bddebca - [intel-pt] Refactor the JSON parsing

2020-09-24 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-24T16:35:34-07:00 New Revision: bddebca61ea73d45d5eafc38aaf9fe7605f5a9b3 URL: https://github.com/llvm/llvm-project/commit/bddebca61ea73d45d5eafc38aaf9fe7605f5a9b3 DIFF: https://github.com/llvm/llvm-project/commit/bddebca61ea73d45d5eafc38aaf9fe7605f5a9b3.di

[Lldb-commits] [lldb] ed621e7 - [trace] avoid using

2020-09-22 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-22T16:08:58-07:00 New Revision: ed621e76a9889e25a9cbed47e0b96a7a6fdbdb80 URL: https://github.com/llvm/llvm-project/commit/ed621e76a9889e25a9cbed47e0b96a7a6fdbdb80 DIFF: https://github.com/llvm/llvm-project/commit/ed621e76a9889e25a9cbed47e0b96a7a6fdbdb80.di

[Lldb-commits] [lldb] 74c9395 - Add a "Trace" plug-in to LLDB to add process trace support in stages.

2020-09-21 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-21T17:13:18-07:00 New Revision: 74c93956e1c1f1054dfb040ce26830016e0f3095 URL: https://github.com/llvm/llvm-project/commit/74c93956e1c1f1054dfb040ce26830016e0f3095 DIFF: https://github.com/llvm/llvm-project/commit/74c93956e1c1f1054dfb040ce26830016e0f3095.di

[Lldb-commits] [lldb] a3bc040 - Fix 132e57bc597bd3f50174b7d286c43f76b47f11c1

2020-09-14 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-14T10:54:17-07:00 New Revision: a3bc0401d436d8c7d2dd5b54e13b81333d53bdff URL: https://github.com/llvm/llvm-project/commit/a3bc0401d436d8c7d2dd5b54e13b81333d53bdff DIFF: https://github.com/llvm/llvm-project/commit/a3bc0401d436d8c7d2dd5b54e13b81333d53bdff.di

[Lldb-commits] [lldb] 132e57b - Retry of D84974

2020-09-14 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-14T10:44:13-07:00 New Revision: 132e57bc597bd3f50174b7d286c43f76b47f11c1 URL: https://github.com/llvm/llvm-project/commit/132e57bc597bd3f50174b7d286c43f76b47f11c1 DIFF: https://github.com/llvm/llvm-project/commit/132e57bc597bd3f50174b7d286c43f76b47f11c1.di

[Lldb-commits] [lldb] 5c463d1 - Revert "Retry of D84974"

2020-09-08 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-08T13:41:11-07:00 New Revision: 5c463d107d3c26fc5573f31b838a8a3a1e4b5065 URL: https://github.com/llvm/llvm-project/commit/5c463d107d3c26fc5573f31b838a8a3a1e4b5065 DIFF: https://github.com/llvm/llvm-project/commit/5c463d107d3c26fc5573f31b838a8a3a1e4b5065.di

[Lldb-commits] [lldb] 5b2b4f3 - Retry of D84974

2020-09-08 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-08T11:50:09-07:00 New Revision: 5b2b4f331d78f326e5e29166bec5ad92c864343d URL: https://github.com/llvm/llvm-project/commit/5b2b4f331d78f326e5e29166bec5ad92c864343d DIFF: https://github.com/llvm/llvm-project/commit/5b2b4f331d78f326e5e29166bec5ad92c864343d.di

[Lldb-commits] [lldb] ddcc7ce - [lldb-vscode] Fix TestVSCode_module

2020-09-03 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-03T09:01:56-07:00 New Revision: ddcc7ce59150c9ebc6b0b2d61e7ef4f2525c11f4 URL: https://github.com/llvm/llvm-project/commit/ddcc7ce59150c9ebc6b0b2d61e7ef4f2525c11f4 DIFF: https://github.com/llvm/llvm-project/commit/ddcc7ce59150c9ebc6b0b2d61e7ef4f2525c11f4.di

[Lldb-commits] [lldb] 5f6ca06 - Revert de6caf871be79dc7549aebe4e4fb57d52f6ed202 and 51128b670d4f757132e927c4f3dd78d257d37f70 (https://reviews.llvm.org/D84974)

2020-09-02 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-02T17:06:48-07:00 New Revision: 5f6ca065a55fcbd2b39e3d32b3eb3deb04aa3e97 URL: https://github.com/llvm/llvm-project/commit/5f6ca065a55fcbd2b39e3d32b3eb3deb04aa3e97 DIFF: https://github.com/llvm/llvm-project/commit/5f6ca065a55fcbd2b39e3d32b3eb3deb04aa3e97.di

[Lldb-commits] [lldb] 51128b6 - Fix de6caf871be79dc7549aebe4e4fb57d52f6ed202

2020-09-02 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-02T15:05:33-07:00 New Revision: 51128b670d4f757132e927c4f3dd78d257d37f70 URL: https://github.com/llvm/llvm-project/commit/51128b670d4f757132e927c4f3dd78d257d37f70 DIFF: https://github.com/llvm/llvm-project/commit/51128b670d4f757132e927c4f3dd78d257d37f70.di

[Lldb-commits] [lldb] de6caf8 - run in terminal

2020-09-02 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-09-02T14:38:00-07:00 New Revision: de6caf871be79dc7549aebe4e4fb57d52f6ed202 URL: https://github.com/llvm/llvm-project/commit/de6caf871be79dc7549aebe4e4fb57d52f6ed202 DIFF: https://github.com/llvm/llvm-project/commit/de6caf871be79dc7549aebe4e4fb57d52f6ed202.di

[Lldb-commits] [lldb] 82139b8 - Simplify Symbol Status Message to Only Debug Info Size

2020-09-01 Thread Walter Erquinigo via lldb-commits
Author: Yifan Shen Date: 2020-09-01T16:25:20-07:00 New Revision: 82139b8770ee07f0b778be7af22c529098ef12ec URL: https://github.com/llvm/llvm-project/commit/82139b8770ee07f0b778be7af22c529098ef12ec DIFF: https://github.com/llvm/llvm-project/commit/82139b8770ee07f0b778be7af22c529098ef12ec.diff LO

[Lldb-commits] [lldb] 99614d4 - [lldb-vscode] NFC: clang format

2020-08-17 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-08-17T09:18:01-07:00 New Revision: 99614d410cefeb4606232e78cdcf8cf7b2620f79 URL: https://github.com/llvm/llvm-project/commit/99614d410cefeb4606232e78cdcf8cf7b2620f79 DIFF: https://github.com/llvm/llvm-project/commit/99614d410cefeb4606232e78cdcf8cf7b2620f79.di

[Lldb-commits] [lldb] e7af986 - [lldb-vscode ]Add Syntax Highlighting to Disassembly View

2020-08-04 Thread Walter Erquinigo via lldb-commits
Author: Yifan Shen Date: 2020-08-04T13:31:44-07:00 New Revision: e7af98680ad52ffc6d308ef63667ac6fb4bb16a7 URL: https://github.com/llvm/llvm-project/commit/e7af98680ad52ffc6d308ef63667ac6fb4bb16a7 DIFF: https://github.com/llvm/llvm-project/commit/e7af98680ad52ffc6d308ef63667ac6fb4bb16a7.diff LO

[Lldb-commits] [lldb] 2c1bea8 - Add Debug Info Size to Symbol Status

2020-07-24 Thread Walter Erquinigo via lldb-commits
Author: Yifan Shen Date: 2020-07-24T13:30:04-07:00 New Revision: 2c1bea88a5f8334015455aae8b842fdd87f7e34a URL: https://github.com/llvm/llvm-project/commit/2c1bea88a5f8334015455aae8b842fdd87f7e34a DIFF: https://github.com/llvm/llvm-project/commit/2c1bea88a5f8334015455aae8b842fdd87f7e34a.diff LO

[Lldb-commits] [lldb] 313b607 - Revert "Add Debug Info Size to Symbol Status"

2020-07-24 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-24T13:28:29-07:00 New Revision: 313b60742af1f567ef7d8e26eb5b1015a7b5c78f URL: https://github.com/llvm/llvm-project/commit/313b60742af1f567ef7d8e26eb5b1015a7b5c78f DIFF: https://github.com/llvm/llvm-project/commit/313b60742af1f567ef7d8e26eb5b1015a7b5c78f.di

[Lldb-commits] [lldb] 986e3af - Add Debug Info Size to Symbol Status

2020-07-24 Thread Walter Erquinigo via lldb-commits
Author: Yifan Shen Date: 2020-07-24T13:26:06-07:00 New Revision: 986e3af53bfe591e88a1ae4f82ea1cc0a15819a3 URL: https://github.com/llvm/llvm-project/commit/986e3af53bfe591e88a1ae4f82ea1cc0a15819a3 DIFF: https://github.com/llvm/llvm-project/commit/986e3af53bfe591e88a1ae4f82ea1cc0a15819a3.diff LO

[Lldb-commits] [lldb] 4c5d523 - [intel-pt] Fix building due to CMake + python changes

2020-07-16 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-16T12:18:59-07:00 New Revision: 4c5d52397e8c8015046ff5541fd0abc738953870 URL: https://github.com/llvm/llvm-project/commit/4c5d52397e8c8015046ff5541fd0abc738953870 DIFF: https://github.com/llvm/llvm-project/commit/4c5d52397e8c8015046ff5541fd0abc738953870.di

[Lldb-commits] [lldb] 9a9ae01 - [lldb-vscode] Fix TestVSCode_setBreakpoints

2020-07-13 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-13T18:27:53-07:00 New Revision: 9a9ae01f994a92900bc703cf8a512082f49ce45d URL: https://github.com/llvm/llvm-project/commit/9a9ae01f994a92900bc703cf8a512082f49ce45d DIFF: https://github.com/llvm/llvm-project/commit/9a9ae01f994a92900bc703cf8a512082f49ce45d.di

[Lldb-commits] [lldb] 869d05f - [lldb-vscode] Fix TestVSCode_module

2020-07-13 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-13T18:02:37-07:00 New Revision: 869d05fb3e449ec7ec835b8a61687f8df41b8651 URL: https://github.com/llvm/llvm-project/commit/869d05fb3e449ec7ec835b8a61687f8df41b8651 DIFF: https://github.com/llvm/llvm-project/commit/869d05fb3e449ec7ec835b8a61687f8df41b8651.di

[Lldb-commits] [lldb] 77c9aaf - Retry ""[lldb-vscode] Fix TestVSCode_module""

2020-07-13 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-13T14:12:03-07:00 New Revision: 77c9aafc5d85a816c20d1f1fb176024bc0b8d0fe URL: https://github.com/llvm/llvm-project/commit/77c9aafc5d85a816c20d1f1fb176024bc0b8d0fe DIFF: https://github.com/llvm/llvm-project/commit/77c9aafc5d85a816c20d1f1fb176024bc0b8d0fe.di

[Lldb-commits] [lldb] c60216d - Revert "[lldb-vscode] Fix TestVSCode_module"

2020-07-10 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-10T17:07:07-07:00 New Revision: c60216db15132401ff60c08ccef899321f63b6b6 URL: https://github.com/llvm/llvm-project/commit/c60216db15132401ff60c08ccef899321f63b6b6 DIFF: https://github.com/llvm/llvm-project/commit/c60216db15132401ff60c08ccef899321f63b6b6.di

[Lldb-commits] [lldb] f7f8015 - [lldb-vscode] Add Support for Module Event

2020-07-10 Thread Walter Erquinigo via lldb-commits
Author: Yifan Shen Date: 2020-07-10T16:50:59-07:00 New Revision: f7f80159753ba725f7e32529fcc369bc358efbb3 URL: https://github.com/llvm/llvm-project/commit/f7f80159753ba725f7e32529fcc369bc358efbb3 DIFF: https://github.com/llvm/llvm-project/commit/f7f80159753ba725f7e32529fcc369bc358efbb3.diff LO

[Lldb-commits] [lldb] 881af6e - [lldb-vscode] Fix TestVSCode_module

2020-07-10 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-07-10T16:50:59-07:00 New Revision: 881af6eb0030986876d3b80668193e5c3c04a87c URL: https://github.com/llvm/llvm-project/commit/881af6eb0030986876d3b80668193e5c3c04a87c DIFF: https://github.com/llvm/llvm-project/commit/881af6eb0030986876d3b80668193e5c3c04a87c.di

[Lldb-commits] [lldb] 03ef610 - [lldb-vscode] Add Compile Unit List to Modules View

2020-07-10 Thread Walter Erquinigo via lldb-commits
Author: Yifan Shen Date: 2020-07-10T16:50:59-07:00 New Revision: 03ef61033ff5e1e40518f14f642e4ad8d686974c URL: https://github.com/llvm/llvm-project/commit/03ef61033ff5e1e40518f14f642e4ad8d686974c DIFF: https://github.com/llvm/llvm-project/commit/03ef61033ff5e1e40518f14f642e4ad8d686974c.diff LO

[Lldb-commits] [lldb] d4ef569 - Disable a flaky lldb-vscode test on aarch64

2020-06-24 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-06-24T11:09:21-07:00 New Revision: d4ef569577625d50dfe01ab54c7b9995db3e013f URL: https://github.com/llvm/llvm-project/commit/d4ef569577625d50dfe01ab54c7b9995db3e013f DIFF: https://github.com/llvm/llvm-project/commit/d4ef569577625d50dfe01ab54c7b9995db3e013f.di

[Lldb-commits] [lldb] 8e08422 - Disable flaky lldb-vscode tests on aarch64

2020-06-24 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-06-24T08:57:20-07:00 New Revision: 8e08422385d93fd99354286abd495484f4513f88 URL: https://github.com/llvm/llvm-project/commit/8e08422385d93fd99354286abd495484f4513f88 DIFF: https://github.com/llvm/llvm-project/commit/8e08422385d93fd99354286abd495484f4513f88.di

[Lldb-commits] [lldb] 74ab1da - Redo of Add terminateCommands to lldb-vscode protocol

2020-06-23 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-06-23T12:51:43-07:00 New Revision: 74ab1da0285fb1f37fdb4648e2c677e97a2a5231 URL: https://github.com/llvm/llvm-project/commit/74ab1da0285fb1f37fdb4648e2c677e97a2a5231 DIFF: https://github.com/llvm/llvm-project/commit/74ab1da0285fb1f37fdb4648e2c677e97a2a5231.di

[Lldb-commits] [lldb] 0a9e7d0 - [vscode] set default values for terminateDebuggee for the disconnect request

2020-06-23 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-06-23T11:47:43-07:00 New Revision: 0a9e7d0b6befad866dfd61f05b774247e0867121 URL: https://github.com/llvm/llvm-project/commit/0a9e7d0b6befad866dfd61f05b774247e0867121 DIFF: https://github.com/llvm/llvm-project/commit/0a9e7d0b6befad866dfd61f05b774247e0867121.di

[Lldb-commits] [lldb] 8372582 - [lldb-vscode] Add an option for loading core files

2020-04-28 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-04-28T13:03:02-07:00 New Revision: 83725822c52535c239b1a7991023f96bfbc95568 URL: https://github.com/llvm/llvm-project/commit/83725822c52535c239b1a7991023f96bfbc95568 DIFF: https://github.com/llvm/llvm-project/commit/83725822c52535c239b1a7991023f96bfbc95568.di

[Lldb-commits] [lldb] acfee72 - Another attempt of D77452 - da0e91fee614e8686f48db28e6507c8abe061fc2

2020-04-15 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-04-15T17:52:36-07:00 New Revision: acfee72a053575f52a0922d2182d76eb42edff76 URL: https://github.com/llvm/llvm-project/commit/acfee72a053575f52a0922d2182d76eb42edff76 DIFF: https://github.com/llvm/llvm-project/commit/acfee72a053575f52a0922d2182d76eb42edff76.di

[Lldb-commits] [lldb] f17a85c - Revert "[intel-pt] Improve the way the test determines whether to run"

2020-04-15 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-04-15T16:35:29-07:00 New Revision: f17a85cf362c96b0e501402049ffe16b97c093a2 URL: https://github.com/llvm/llvm-project/commit/f17a85cf362c96b0e501402049ffe16b97c093a2 DIFF: https://github.com/llvm/llvm-project/commit/f17a85cf362c96b0e501402049ffe16b97c093a2.di

[Lldb-commits] [lldb] da0e91f - [intel-pt] Improve the way the test determines whether to run

2020-04-15 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-04-15T16:03:31-07:00 New Revision: da0e91fee614e8686f48db28e6507c8abe061fc2 URL: https://github.com/llvm/llvm-project/commit/da0e91fee614e8686f48db28e6507c8abe061fc2 DIFF: https://github.com/llvm/llvm-project/commit/da0e91fee614e8686f48db28e6507c8abe061fc2.di

[Lldb-commits] [lldb] cea112f - [lldb] Fix a typo in a test name

2020-04-14 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-04-14T12:18:58-07:00 New Revision: cea112f422cea3e6fab7cefffef2e09eadec279e URL: https://github.com/llvm/llvm-project/commit/cea112f422cea3e6fab7cefffef2e09eadec279e DIFF: https://github.com/llvm/llvm-project/commit/cea112f422cea3e6fab7cefffef2e09eadec279e.di

[Lldb-commits] [lldb] be3f8a8 - [commands] Support autorepeat in SBCommands

2020-04-08 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2020-04-08T10:54:14-07:00 New Revision: be3f8a8e1b95db1a8bdcc7a66ba27f8a6ea65469 URL: https://github.com/llvm/llvm-project/commit/be3f8a8e1b95db1a8bdcc7a66ba27f8a6ea65469 DIFF: https://github.com/llvm/llvm-project/commit/be3f8a8e1b95db1a8bdcc7a66ba27f8a6ea65469.di

<    3   4   5   6   7   8   9   >