[Lldb-commits] [lldb] r373931 - [platform process list] add a flag for showing the processes of all users

2019-10-07 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Mon Oct 7 10:49:32 2019 New Revision: 373931 URL: http://llvm.org/viewvc/llvm-project?rev=373931&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r373953 - [gdb-remote] process properly effective uid

2019-10-07 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Mon Oct 7 13:26:49 2019 New Revision: 373953 URL: http://llvm.org/viewvc/llvm-project?rev=373953&view=rev Log: [gdb-remote] process properly effective uid Summary: Someone wrote SetEffectiveSetEffectiveGroupID instead of SetEffectiveUserID. After this fix, the android proc

[Lldb-commits] [lldb] r374584 - [platform process list] add a flag for showing the processes of all users

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 12:41:12 2019 New Revision: 374584 URL: http://llvm.org/viewvc/llvm-project?rev=374584&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r374603 - Revert "[platform process list] add a flag for showing the processes of all users"

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 14:58:49 2019 New Revision: 374603 URL: http://llvm.org/viewvc/llvm-project?rev=374603&view=rev Log: Revert "[platform process list] add a flag for showing the processes of all users" Summary: This reverts commit e4ac611cd787f3f0e727a394e96fb1a5c3b19ccb. There's

[Lldb-commits] [lldb] r374609 - [platform process list] add a flag for showing the processes of all users

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 16:10:34 2019 New Revision: 374609 URL: http://llvm.org/viewvc/llvm-project?rev=374609&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r374620 - [platform process list] add a flag for showing the processes of all users

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 17:44:50 2019 New Revision: 374620 URL: http://llvm.org/viewvc/llvm-project?rev=374620&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r374621 - Revert "[platform process list] add a flag for showing the processes of all users"

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 18:08:50 2019 New Revision: 374621 URL: http://llvm.org/viewvc/llvm-project?rev=374621&view=rev Log: Revert "[platform process list] add a flag for showing the processes of all users" This reverts commit 08781f4c53a177662c029d3da9c407ba65ae6747. Removed: ll

[Lldb-commits] [lldb] r374622 - [platform process list] add a flag for showing the processes of all users

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 18:33:21 2019 New Revision: 374622 URL: http://llvm.org/viewvc/llvm-project?rev=374622&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r374625 - Revert "[platform process list] add a flag for showing the processes of all users"

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 19:01:33 2019 New Revision: 374625 URL: http://llvm.org/viewvc/llvm-project?rev=374625&view=rev Log: Revert "[platform process list] add a flag for showing the processes of all users" This reverts commit 90d0de4999354a5223f08ad714222b0a5dca3cad. Removed: ll

[Lldb-commits] [lldb] r374626 - [platform process list] add a flag for showing the processes of all users

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 19:08:35 2019 New Revision: 374626 URL: http://llvm.org/viewvc/llvm-project?rev=374626&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r374630 - Revert "[platform process list] add a flag for showing the processes of all users"

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 19:31:22 2019 New Revision: 374630 URL: http://llvm.org/viewvc/llvm-project?rev=374630&view=rev Log: Revert "[platform process list] add a flag for showing the processes of all users" This reverts commit f670a5edfc70066872e1795d650ed6e1ac62b6a8. Removed: ll

[Lldb-commits] [lldb] r374631 - [platform process list] add a flag for showing the processes of all users

2019-10-11 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Fri Oct 11 19:36:16 2019 New Revision: 374631 URL: http://llvm.org/viewvc/llvm-project?rev=374631&view=rev Log: [platform process list] add a flag for showing the processes of all users Summary: For context: https://reviews.llvm.org/D68293 We need a way to show all the proc

[Lldb-commits] [lldb] r374846 - fix

2019-10-14 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Mon Oct 14 16:32:46 2019 New Revision: 374846 URL: http://llvm.org/viewvc/llvm-project?rev=374846&view=rev Log: fix Modified: lldb/trunk/source/Host/linux/Host.cpp Modified: lldb/trunk/source/Host/linux/Host.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/sourc

[Lldb-commits] [lldb] r374852 - Revert "fix"

2019-10-14 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Mon Oct 14 16:56:54 2019 New Revision: 374852 URL: http://llvm.org/viewvc/llvm-project?rev=374852&view=rev Log: Revert "fix" This reverts commit d8af64c9a0228301f6fd0e1c841e4abe0b6f4801. Modified: lldb/trunk/source/Host/linux/Host.cpp Modified: lldb/trunk/source/Host/l

[Lldb-commits] [lldb] r374853 - [lldb-server/android] Show more processes by relaxing some checks

2019-10-14 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Mon Oct 14 17:00:05 2019 New Revision: 374853 URL: http://llvm.org/viewvc/llvm-project?rev=374853&view=rev Log: [lldb-server/android] Show more processes by relaxing some checks By default `platform process list` only shows the processes of the current user that lldb-server

[Lldb-commits] [lldb] r375029 - [android/process list] support showing process arguments

2019-10-16 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Wed Oct 16 11:47:05 2019 New Revision: 375029 URL: http://llvm.org/viewvc/llvm-project?rev=375029&view=rev Log: [android/process list] support showing process arguments Summary: The qfProcessInfo and qsProcessInfo packets currently don't set the processes' arguments, howeve

[Lldb-commits] [lldb] r375144 - Disable TestProcessList on windows

2019-10-17 Thread Walter Erquinigo via lldb-commits
Author: wallace Date: Thu Oct 17 10:53:44 2019 New Revision: 375144 URL: http://llvm.org/viewvc/llvm-project?rev=375144&view=rev Log: Disable TestProcessList on windows Summary: `platform process list -v` on windows doesn't show all the process arguments, making this test useless for that platfo

[Lldb-commits] [lldb] 2c7c528 - [lldb-vscode] support the completion request

2019-11-16 Thread Walter Erquinigo via lldb-commits
Author: Walter Erquinigo Date: 2019-11-15T17:37:55-08:00 New Revision: 2c7c528d7ac17230f1f239b629a02d407a74e1bf URL: https://github.com/llvm/llvm-project/commit/2c7c528d7ac17230f1f239b629a02d407a74e1bf DIFF: https://github.com/llvm/llvm-project/commit/2c7c528d7ac17230f1f239b629a02d407a74e1bf.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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 45e3f66 - Auto-completion bug fix for dot operator

2020-01-30 Thread Walter Erquinigo via lldb-commits
Author: Hector Diaz Date: 2020-01-30T16:02:58-08:00 New Revision: 45e3f6660cf4503a8f63ce0a22e574f6d0997914 URL: https://github.com/llvm/llvm-project/commit/45e3f6660cf4503a8f63ce0a22e574f6d0997914 DIFF: https://github.com/llvm/llvm-project/commit/45e3f6660cf4503a8f63ce0a22e574f6d0997914.diff L

[Lldb-commits] [lldb] [lldb-dap] Improving the naming consistency of startDebugging reverse request. (PR #112396)

2024-10-15 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. cool https://github.com/llvm/llvm-project/pull/112396 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Enable TestDAP_runInTerminal on non-x86 architectures (PR #111543)

2024-10-08 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. Thanks! https://github.com/llvm/llvm-project/pull/111543 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Implement value locations for function pointers (PR #104589)

2024-10-08 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/104589 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

2024-10-07 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: @Da-Viper , you should request commit access! https://github.com/llvm/llvm-project/pull/106919 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

2024-10-07 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo closed https://github.com/llvm/llvm-project/pull/106919 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Add: show return value on step out (PR #106907)

2024-10-06 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo commented: This looks much better! Could you please write some tests? https://github.com/llvm/llvm-project/pull/106907 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

2024-10-06 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. nice! https://github.com/llvm/llvm-project/pull/106919 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Fix symbol breakpoint lookups for non-C-like languages (PR #110543)

2024-10-03 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: I'm closing this because I figure out a way for my language to be compliant with what LLDB expects, following the same path of Rust. I know we should make LLDB more generic, but I ended up finding so many little broken things if I don't follow C++'s style, and that's to

[Lldb-commits] [lldb] [LLDB] Fix symbol breakpoint lookups for non-C-like languages (PR #110543)

2024-10-03 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo closed https://github.com/llvm/llvm-project/pull/110543 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/examples (PR #113398)

2024-10-22 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: Man, this is fantastic. I'll try to implement a little compiler for this for my language (Mojo). https://github.com/llvm/llvm-project/pull/113398 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/

[Lldb-commits] [lldb] [lldb-dap][test] Set disableASLR to False for tests (PR #113593)

2024-10-25 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/113593 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-10-25 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo edited https://github.com/llvm/llvm-project/pull/113521 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Fix pointer to reference type (PR #113596)

2024-10-24 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/113596 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

2024-10-29 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: Friendly ping, otherwise I'll merge it in a couple of days https://github.com/llvm/llvm-project/pull/113508 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

2024-11-01 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo closed https://github.com/llvm/llvm-project/pull/113508 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] Revert "[LLDB] Add a target.launch-working-dir setting" (PR #114973)

2024-11-05 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo edited https://github.com/llvm/llvm-project/pull/114973 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] Revert "[LLDB] Add a target.launch-working-dir setting" (PR #114973)

2024-11-05 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo closed https://github.com/llvm/llvm-project/pull/114973 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-11-05 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo closed https://github.com/llvm/llvm-project/pull/113521 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] Revert "[LLDB] Add a target.launch-working-dir setting" (PR #114973)

2024-11-05 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo created https://github.com/llvm/llvm-project/pull/114973 Reverts llvm/llvm-project#113521 >From 84633d7ccc926abff46c6480dbe7ccc7e48247ce Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Tue, 5 Nov 2024 07:11:32 -0500 Subject: [PATCH] Revert "[LLDB] Add

[Lldb-commits] [lldb] e952728 - [LLDB] Retry Add a target.launch-working-dir setting

2024-11-05 Thread walter erquinigo via lldb-commits
Author: walter erquinigo Date: 2024-11-05T13:29:51-05:00 New Revision: e952728f88c8b0e0208dc991dd9a04fe8c211cfb URL: https://github.com/llvm/llvm-project/commit/e952728f88c8b0e0208dc991dd9a04fe8c211cfb DIFF: https://github.com/llvm/llvm-project/commit/e952728f88c8b0e0208dc991dd9a04fe8c211cfb.di

[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap to support running in a server mode, allowing multiple connections. (PR #114881)

2024-11-05 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: Yeah, splitting it would be a nice idea https://github.com/llvm/llvm-project/pull/114881 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

2024-10-30 Thread Walter Erquinigo via lldb-commits
@@ -165,6 +172,11 @@ .long .Lulong_ptr-.Lcu_begin0 # DW_AT_type .uleb128 0xdeadbeefbaadf00d # DW_AT_const_value +.byte 18 # Abbrev DW_TAG_variable +.asciz "data16"# DW_AT_name +.long .Lu128

[Lldb-commits] [lldb] [llvm] [lldb-dap] Support column breakpoints (PR #113787)

2024-10-30 Thread Walter Erquinigo via lldb-commits
@@ -238,9 +238,10 @@ def set_global(self, name, value, id=None): def stepIn( self, threadId=None, targetId=None, waitForStop=True, granularity="statement" ): -self.dap_server.request_stepIn( +response = self.dap_server.request_stepIn(

[Lldb-commits] [lldb] [llvm] [lldb-dap] Support column breakpoints (PR #113787)

2024-10-30 Thread Walter Erquinigo via lldb-commits
@@ -281,12 +270,11 @@ def test_clear_breakpoints_unset_breakpoints(self): self.assertEqual( len(breakpoints), len(lines), "expect %u source breakpoints" % (len(lines)) ) -for breakpoint, index in zip(breakpoints, range(len(lines))): +

[Lldb-commits] [lldb] [llvm] [lldb-dap] Support column breakpoints (PR #113787)

2024-10-30 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. beautiful https://github.com/llvm/llvm-project/pull/113787 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-10-29 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: Friendly ping, otherwise I'll merge it in a couple of days https://github.com/llvm/llvm-project/pull/113521 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

2024-11-01 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: I was able to make it work using @labath 's suggestion. Fortunately it just works. Please give it another look :) https://github.com/llvm/llvm-project/pull/113508 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https:

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

2024-11-01 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo updated https://github.com/llvm/llvm-project/pull/113508 >From dce501d494a3d559d490f8d58f6918b63ed9d175 Mon Sep 17 00:00:00 2001 From: walter erquinigo Date: Wed, 23 Oct 2024 19:49:24 -0400 Subject: [PATCH 1/2] [LLDB] Finish implementing support for DW_FORM_d

[Lldb-commits] [lldb] [llvm] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-11-01 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo updated https://github.com/llvm/llvm-project/pull/113521 >From 819380f93381eff8200c7eb9c55372f9a840c379 Mon Sep 17 00:00:00 2001 From: walter erquinigo Date: Thu, 24 Oct 2024 00:17:48 -0400 Subject: [PATCH] [LLDB] Add a target.launch-working-dir setting Inte

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #106799)

2024-10-23 Thread Walter Erquinigo via lldb-commits
@@ -578,6 +583,7 @@ bool DWARFFormValue::IsBlockForm(const dw_form_t form) { case DW_FORM_block1: case DW_FORM_block2: case DW_FORM_block4: + case DW_FORM_data16: walter-erquinigo wrote: I think that the block form will be the most convenient way to acc

[Lldb-commits] [lldb] [lldb-dap] Refactoring breakpoints to not use the `g_dap` reference. (PR #115208)

2024-11-08 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: I remember that when lldb-dap was being brought up, the breakpoint structs were very simple, but they have become non-trivial at this point, so I second the idea of turning them into proper classes with better data encapsulation. https://github.com/llvm/llvm-project/pul

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

2024-10-23 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo created https://github.com/llvm/llvm-project/pull/113508 This FORM already has support within LLDB to be parsed as a 16-byte BLOCK, and all that is left to properly support it in the DWARFParser is to add it to some enums. With this, I can debug programs th

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #106799)

2024-10-23 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: Cancelled in favor of https://github.com/llvm/llvm-project/pull/113508 which adds tests https://github.com/llvm/llvm-project/pull/106799 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/

[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #106799)

2024-10-23 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo closed https://github.com/llvm/llvm-project/pull/106799 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-10-23 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo created https://github.com/llvm/llvm-project/pull/113521 Internally we use bazel in a way in which it can drop you in a LLDB session with the target launched in a particular cwd, which is needed for things to work. We've been making this automation work via

[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-10-24 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo updated https://github.com/llvm/llvm-project/pull/113521 >From 4c80e266e53c53393700a3030edfc471137d2fd5 Mon Sep 17 00:00:00 2001 From: walter erquinigo Date: Thu, 24 Oct 2024 00:17:48 -0400 Subject: [PATCH] [LLDB] Add a target.launch-working-dir setting Inte

[Lldb-commits] [lldb] [lldb-dap] Remove `g_dap` references from lldb-dap/LLDBUtils. (PR #115933)

2024-11-12 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/115933 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Refactor lldb-dap/DAP.{h, cpp} to use its own instance instead of the global instance. (PR #115948)

2024-11-13 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/115948 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Adjust the evaluate test to use a different lldb command. (PR #116045)

2024-11-13 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. thanks! https://github.com/llvm/llvm-project/pull/116045 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-10-31 Thread Walter Erquinigo via lldb-commits
@@ -4428,6 +4428,15 @@ void TargetProperties::SetDisableSTDIO(bool b) { const uint32_t idx = ePropertyDisableSTDIO; SetPropertyAtIndex(idx, b); } +std::optional +TargetProperties::GetLaunchWorkingDirectory() const { walter-erquinigo wrote: Yeah, that makes

[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)

2024-10-31 Thread Walter Erquinigo via lldb-commits
walter-erquinigo wrote: Sorry, I thought it had been 1 week already. I'll be mindful of that next time. And yeah, it's natural that the conference slowed things down. https://github.com/llvm/llvm-project/pull/113521 ___ lldb-commits mailing list lldb-

[Lldb-commits] [lldb] [lldb-da] Refactoring JSONUtils to not use `g_dap` and instead passing in required arguments. (PR #115561)

2024-11-08 Thread Walter Erquinigo via lldb-commits
@@ -1465,11 +1462,7 @@ CreateRunInTerminalReverseRequest(const llvm::json::Object &launch_request, llvm::StringRef key = envs.GetNameAtIndex(index); llvm::StringRef value = envs.GetValueAtIndex(index); -if (key.empty()) - g_dap.SendOutput(OutputType::Stderr,

[Lldb-commits] [lldb] [lldb-da] Refactoring JSONUtils to not use `g_dap` and instead passing in required arguments. (PR #115561)

2024-11-08 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo edited https://github.com/llvm/llvm-project/pull/115561 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-da] Refactoring JSONUtils to not use `g_dap` and instead passing in required arguments. (PR #115561)

2024-11-08 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo commented: Save one comment, everything else seems good https://github.com/llvm/llvm-project/pull/115561 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-

[Lldb-commits] [lldb] [lldb-dap] Refactoring JSONUtils to not use `g_dap` and instead passing in required arguments. (PR #115561)

2024-11-12 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/115561 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB][lldb-dap][vscode-lldb] Add Environment configuration for the lldb-dap process (PR #108948)

2024-09-17 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/108948 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][docs] Resurrect the information on adding a new language (PR #109427)

2024-09-23 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. beautiful. https://github.com/llvm/llvm-project/pull/109427 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Simplify `readMemory` (PR #109485)

2024-09-22 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. looks great! https://github.com/llvm/llvm-project/pull/109485 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Add feature to remember last non-empty expression. (PR #107485)

2024-09-20 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. lgtm! https://github.com/llvm/llvm-project/pull/107485 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap][docs] Improve README (PR #109266)

2024-09-20 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. https://github.com/llvm/llvm-project/pull/109266 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Fix symbol breakpoint lookups for non-C-like languages (PR #110543)

2024-09-30 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo created https://github.com/llvm/llvm-project/pull/110543 I'm developing the Mojo language, and some symbol breakpoints don't work because of two reasons that got fixed1: - There's a prune step that operates on the assuption that the symbol is C-like. That w

<    4   5   6   7   8   9   10   >