[Lldb-commits] [lldb] e6b2197 - Revert a test that was failing after a previous reversion.

2024-05-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-05-13T18:18:40-07:00 New Revision: e6b2197a89f5d6d0f56a03c03b8afda561eee899 URL: https://github.com/llvm/llvm-project/commit/e6b2197a89f5d6d0f56a03c03b8afda561eee899 DIFF: https://github.com/llvm/llvm-project/commit/e6b2197a89f5d6d0f56a03c03b8afda561eee899.diff

[Lldb-commits] [lldb] 70de9b2 - Revert "[lldb][DWARF] Do not complete type from declaration die. (#91799)"

2024-05-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-05-13T17:47:49-07:00 New Revision: 70de9b21cbdeb1297108c4ee520b8f6dbd6496a7 URL: https://github.com/llvm/llvm-project/commit/70de9b21cbdeb1297108c4ee520b8f6dbd6496a7 DIFF: https://github.com/llvm/llvm-project/commit/70de9b21cbdeb1297108c4ee520b8f6dbd6496a7.diff

[Lldb-commits] [lldb] 37b8e5f - Revert "[lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (#90663)"

2024-05-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-05-13T17:47:49-07:00 New Revision: 37b8e5feb1d065a7c474e6595bac6d2f65faeb51 URL: https://github.com/llvm/llvm-project/commit/37b8e5feb1d065a7c474e6595bac6d2f65faeb51 DIFF: https://github.com/llvm/llvm-project/commit/37b8e5feb1d065a7c474e6595bac6d2f65faeb51.diff

[Lldb-commits] [lldb] 22d2f3a - Move the parsed_cmd conversion def's to module level functions.

2024-02-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-02-13T18:08:02-08:00 New Revision: 22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5 URL: https://github.com/llvm/llvm-project/commit/22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5 DIFF: https://github.com/llvm/llvm-project/commit/22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5.diff

[Lldb-commits] [lldb] 1ec8197 - Temporarily skip this test for Python 3.9.

2024-02-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-02-13T16:51:55-08:00 New Revision: 1ec81976e4937ea9a09cefd41f25b3c5d1394f2c URL: https://github.com/llvm/llvm-project/commit/1ec81976e4937ea9a09cefd41f25b3c5d1394f2c DIFF: https://github.com/llvm/llvm-project/commit/1ec81976e4937ea9a09cefd41f25b3c5d1394f2c.diff

[Lldb-commits] [lldb] 3647ff1 - Used std::vector::reserve when I meant std::vector::resize.

2024-02-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-02-13T16:12:20-08:00 New Revision: 3647ff159a2f2445c45d9cbb4f8791b5f30da16b URL: https://github.com/llvm/llvm-project/commit/3647ff159a2f2445c45d9cbb4f8791b5f30da16b DIFF: https://github.com/llvm/llvm-project/commit/3647ff159a2f2445c45d9cbb4f8791b5f30da16b.diff

[Lldb-commits] [lldb] f0b271e - Temporarily disable the TestAddParsedCommand.py while I figure out

2024-02-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2024-02-13T13:16:30-08:00 New Revision: f0b271e4ebd2180f497694838ec9db0b2fd8ab4b URL: https://github.com/llvm/llvm-project/commit/f0b271e4ebd2180f497694838ec9db0b2fd8ab4b DIFF: https://github.com/llvm/llvm-project/commit/f0b271e4ebd2180f497694838ec9db0b2fd8ab4b.diff

[Lldb-commits] [lldb] 0f339e6 - Fix a bug in handling ^C at the "y/n/a" completion prompt.

2023-09-27 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-09-27T17:20:48-07:00 New Revision: 0f339e6567bffb290e409ef5de272fb75ce70234 URL: https://github.com/llvm/llvm-project/commit/0f339e6567bffb290e409ef5de272fb75ce70234 DIFF: https://github.com/llvm/llvm-project/commit/0f339e6567bffb290e409ef5de272fb75ce70234.diff

[Lldb-commits] [lldb] b9e08cb - I can't make this test fail locally, but it is failing on the macOS

2023-09-21 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-09-21T13:30:45-07:00 New Revision: b9e08cbf3037e03bdb2da700db3b02ed32e49b78 URL: https://github.com/llvm/llvm-project/commit/b9e08cbf3037e03bdb2da700db3b02ed32e49b78 DIFF: https://github.com/llvm/llvm-project/commit/b9e08cbf3037e03bdb2da700db3b02ed32e49b78.diff

[Lldb-commits] [lldb] 3c61e4b - Copy and paste error in a file header.

2023-09-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-09-20T17:43:44-07:00 New Revision: 3c61e4bf28538f5f267b073634e394dd5000af85 URL: https://github.com/llvm/llvm-project/commit/3c61e4bf28538f5f267b073634e394dd5000af85 DIFF: https://github.com/llvm/llvm-project/commit/3c61e4bf28538f5f267b073634e394dd5000af85.diff

[Lldb-commits] [lldb] de94c10 - The test: test_run_then_attach_wait_interrupt was flakey on Linux & Windows.

2023-09-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-09-20T17:38:27-07:00 New Revision: de94c109b64d098c52ffc6f60daadb3eaa8fb944 URL: https://github.com/llvm/llvm-project/commit/de94c109b64d098c52ffc6f60daadb3eaa8fb944 DIFF: https://github.com/llvm/llvm-project/commit/de94c109b64d098c52ffc6f60daadb3eaa8fb944.diff

[Lldb-commits] [lldb] df93c4f - Remove some raciness from the TestProcessAttach.test_run_then_attach_wait_interrupt

2023-09-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-09-20T13:08:40-07:00 New Revision: df93c4ffdf220630ecceba5c9a7822c0aca7deaa URL: https://github.com/llvm/llvm-project/commit/df93c4ffdf220630ecceba5c9a7822c0aca7deaa DIFF: https://github.com/llvm/llvm-project/commit/df93c4ffdf220630ecceba5c9a7822c0aca7deaa.diff

[Lldb-commits] [lldb] 74338bf - A test was changing directory and then incorrectly restoring the directory

2023-09-19 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-09-19T16:46:08-07:00 New Revision: 74338bfe0cfec8b8db24af131cdeb664e346a1b5 URL: https://github.com/llvm/llvm-project/commit/74338bfe0cfec8b8db24af131cdeb664e346a1b5 DIFF: https://github.com/llvm/llvm-project/commit/74338bfe0cfec8b8db24af131cdeb664e346a1b5.diff

Re: [Lldb-commits] [lldb] [lldb] Add a setting to customize the prompt color (PR #66218)

2023-09-13 Thread Jim Ingham via lldb-commits
We actually have several requests for this internally, and I think that's a good idea. However, some of the format tokens can return arbitrary text, including newlines, for instance "thread.completed-expression", and all the "script." ones. Do we want to try to support prompts with

Re: [Lldb-commits] [lldb] Add `target modules dump separate-debug-info` (PR #66035)

2023-09-12 Thread Jim Ingham via lldb-commits
Not necessary for this review, but it might be nice to have a --missing or similar flag to this command that filters the output to only the ones that are missing. Seems like a lot of the time I would want to use this command it would be to find missing dwo or oso files. Jim > On Sep 11,

Re: [Lldb-commits] [lldb] [lldb] Format Python files in scripts and utils (PR #66053)

2023-09-12 Thread Jim Ingham via lldb-commits
Is there any chance we can use something other than black. I would never never write Python code that ugly. Jim > On Sep 12, 2023, at 8:47 AM, Adrian Prantl via lldb-commits > wrote: > > > adrian-prantl wrote: > > Have (should we) we documented that we format all python code with black

[Lldb-commits] [lldb] d268ba3 - Test follow-up to 2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45

2023-08-16 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-08-16T12:19:07-07:00 New Revision: d268ba38083cd7c9c4f55cb0792d4a0db1d4768b URL: https://github.com/llvm/llvm-project/commit/d268ba38083cd7c9c4f55cb0792d4a0db1d4768b DIFF: https://github.com/llvm/llvm-project/commit/d268ba38083cd7c9c4f55cb0792d4a0db1d4768b.diff

[Lldb-commits] [lldb] 2e7aa2e - Replace the singleton "ShadowListener" with a primary and N secondary Listeners

2023-08-16 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-08-16T10:35:32-07:00 New Revision: 2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45 URL: https://github.com/llvm/llvm-project/commit/2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45 DIFF: https://github.com/llvm/llvm-project/commit/2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45.diff

[Lldb-commits] [lldb] 4185656 - Fix the NSIndexSet data formatter for changes in macOS Sonoma.

2023-08-04 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-08-04T09:55:59-07:00 New Revision: 4185656625a249832ff67f628bd00e5278721c96 URL: https://github.com/llvm/llvm-project/commit/4185656625a249832ff67f628bd00e5278721c96 DIFF: https://github.com/llvm/llvm-project/commit/4185656625a249832ff67f628bd00e5278721c96.diff

Re: [Lldb-commits] [PATCH] D149213: [lldb] Add basic support for Rust enums in TypeSystemClang

2023-07-21 Thread Jim Ingham via lldb-commits
> On Jul 21, 2023, at 9:52 AM, J. Ryan Stinnett via Phabricator via > lldb-commits wrote: > > jryans added a comment. > > In D149213#4491889 , > @VladimirMakaev wrote: > >> I think there was an attempt in the past to build TypeSystemRust. Rust >>

[Lldb-commits] [lldb] b9541b6 - Fix the root directory completion test.

2023-07-17 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-07-17T10:52:29-07:00 New Revision: b9541b6707715b8ea07b47f453f001e698195b3e URL: https://github.com/llvm/llvm-project/commit/b9541b6707715b8ea07b47f453f001e698195b3e DIFF: https://github.com/llvm/llvm-project/commit/b9541b6707715b8ea07b47f453f001e698195b3e.diff

[Lldb-commits] [lldb] 8402ad2 - Add a generic Process method to dump plugin history.

2023-07-11 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-07-11T12:33:22-07:00 New Revision: 8402ad23104b6b20f07596738b02a4ab101a8af9 URL: https://github.com/llvm/llvm-project/commit/8402ad23104b6b20f07596738b02a4ab101a8af9 DIFF: https://github.com/llvm/llvm-project/commit/8402ad23104b6b20f07596738b02a4ab101a8af9.diff

[Lldb-commits] [lldb] c1885d2 - "settings set -g target.load-script-from-symbol-file" shouldn't crash.

2023-07-10 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-07-10T14:40:18-07:00 New Revision: c1885d2dfa950d0f78978546f92be15bc6cca474 URL: https://github.com/llvm/llvm-project/commit/c1885d2dfa950d0f78978546f92be15bc6cca474 DIFF: https://github.com/llvm/llvm-project/commit/c1885d2dfa950d0f78978546f92be15bc6cca474.diff

[Lldb-commits] [lldb] 01e3393 - Split up the runCmd trace printing to print the command before running.

2023-07-07 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-07-07T19:09:18-07:00 New Revision: 01e3393b94d194ee99e57f23f9c08160cef94753 URL: https://github.com/llvm/llvm-project/commit/01e3393b94d194ee99e57f23f9c08160cef94753 DIFF: https://github.com/llvm/llvm-project/commit/01e3393b94d194ee99e57f23f9c08160cef94753.diff

[Lldb-commits] [lldb] 2b0c886 - Refine the reporting mechanism for interruption.

2023-07-06 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-07-06T16:19:19-07:00 New Revision: 2b0c8865421287a30ddda0f459f17f76bfeb1358 URL: https://github.com/llvm/llvm-project/commit/2b0c8865421287a30ddda0f459f17f76bfeb1358 DIFF: https://github.com/llvm/llvm-project/commit/2b0c8865421287a30ddda0f459f17f76bfeb1358.diff

[Lldb-commits] [lldb] f05e2fb - Don't allow SBValue::Cast to cast from a smaller type to a larger,

2023-06-26 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-06-26T16:02:01-07:00 New Revision: f05e2fb013f0e2504471a9899dba7d70cc58a63d URL: https://github.com/llvm/llvm-project/commit/f05e2fb013f0e2504471a9899dba7d70cc58a63d DIFF: https://github.com/llvm/llvm-project/commit/f05e2fb013f0e2504471a9899dba7d70cc58a63d.diff

[Lldb-commits] [lldb] df1bb2e - Restrict the test from 22667e3220de5ead353a2148265d841644b63824

2023-06-01 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-06-01T18:45:45-07:00 New Revision: df1bb2e65bf4b2ca1140f4c9d19ff2a36ab94e6e URL: https://github.com/llvm/llvm-project/commit/df1bb2e65bf4b2ca1140f4c9d19ff2a36ab94e6e DIFF: https://github.com/llvm/llvm-project/commit/df1bb2e65bf4b2ca1140f4c9d19ff2a36ab94e6e.diff

[Lldb-commits] [lldb] 22667e3 - Fix regex & startsWith name lookup in SBTarget::FindGlobalVariables

2023-06-01 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-06-01T16:15:06-07:00 New Revision: 22667e3220de5ead353a2148265d841644b63824 URL: https://github.com/llvm/llvm-project/commit/22667e3220de5ead353a2148265d841644b63824 DIFF: https://github.com/llvm/llvm-project/commit/22667e3220de5ead353a2148265d841644b63824.diff

[Lldb-commits] [lldb] 267a4cd - Prevent some spurious error messages in the debugserver logs.

2023-06-01 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-06-01T10:21:23-07:00 New Revision: 267a4cda82481da159492bc6d6597d11101f8abb URL: https://github.com/llvm/llvm-project/commit/267a4cda82481da159492bc6d6597d11101f8abb DIFF: https://github.com/llvm/llvm-project/commit/267a4cda82481da159492bc6d6597d11101f8abb.diff

[Lldb-commits] [lldb] 620dc12 - Add EXC_SYSCALL to the set of ignorable mach exceptions.

2023-06-01 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-06-01T10:20:47-07:00 New Revision: 620dc1224ff9e4cb86e6e4d8e7c3941fc921887d URL: https://github.com/llvm/llvm-project/commit/620dc1224ff9e4cb86e6e4d8e7c3941fc921887d DIFF: https://github.com/llvm/llvm-project/commit/620dc1224ff9e4cb86e6e4d8e7c3941fc921887d.diff

[Lldb-commits] [lldb] 1418677 - Fix SBValue::FindValue for file static variables

2023-05-30 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-05-30T17:12:35-07:00 New Revision: 14186773e79b8c6787afac2f9ee69738151377ec URL: https://github.com/llvm/llvm-project/commit/14186773e79b8c6787afac2f9ee69738151377ec DIFF: https://github.com/llvm/llvm-project/commit/14186773e79b8c6787afac2f9ee69738151377ec.diff

[Lldb-commits] [lldb] e19387e - We can't let GetStackFrameCount get interrupted or it will give the

2023-05-11 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-05-11T14:48:54-07:00 New Revision: e19387e6936c9ccc6200b32f3affea7b1020664c URL: https://github.com/llvm/llvm-project/commit/e19387e6936c9ccc6200b32f3affea7b1020664c DIFF: https://github.com/llvm/llvm-project/commit/e19387e6936c9ccc6200b32f3affea7b1020664c.diff

[Lldb-commits] [lldb] 7b5dc63 - When the Debugger runs HandleProcessEvent it should allow

2023-05-10 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-05-10T15:40:40-07:00 New Revision: 7b5dc63fc4464e777e4210a68120b36cb283a9fd URL: https://github.com/llvm/llvm-project/commit/7b5dc63fc4464e777e4210a68120b36cb283a9fd DIFF: https://github.com/llvm/llvm-project/commit/7b5dc63fc4464e777e4210a68120b36cb283a9fd.diff

[Lldb-commits] [lldb] c2be702 - Allow scripted thread plans to modify the thread stop description when

2023-05-03 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-05-03T10:52:12-07:00 New Revision: c2be702104284cb3facf31124494b9a400296179 URL: https://github.com/llvm/llvm-project/commit/c2be702104284cb3facf31124494b9a400296179 DIFF: https://github.com/llvm/llvm-project/commit/c2be702104284cb3facf31124494b9a400296179.diff

[Lldb-commits] [lldb] 930c8ac - Improve the help output for `type XXX delete` where XXX is summary, format,

2023-05-01 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-05-01T14:21:27-07:00 New Revision: 930c8ac5f56122251fc5fe7cb8584360924af62f URL: https://github.com/llvm/llvm-project/commit/930c8ac5f56122251fc5fe7cb8584360924af62f DIFF: https://github.com/llvm/llvm-project/commit/930c8ac5f56122251fc5fe7cb8584360924af62f.diff

[Lldb-commits] [lldb] 47f72ae - Make the TSan report capture data structure anonymous.

2023-04-27 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-04-27T17:36:31-07:00 New Revision: 47f72aede163348ee474be4a3004dc0a9195fa9c URL: https://github.com/llvm/llvm-project/commit/47f72aede163348ee474be4a3004dc0a9195fa9c DIFF: https://github.com/llvm/llvm-project/commit/47f72aede163348ee474be4a3004dc0a9195fa9c.diff

[Lldb-commits] [lldb] 076341d - Make sure SelectMostRelevantFrame happens only when returning to the user.

2023-04-21 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-04-21T14:21:25-07:00 New Revision: 076341d1088b0b3e0140178760dc45ac5162cd65 URL: https://github.com/llvm/llvm-project/commit/076341d1088b0b3e0140178760dc45ac5162cd65 DIFF: https://github.com/llvm/llvm-project/commit/076341d1088b0b3e0140178760dc45ac5162cd65.diff

[Lldb-commits] [lldb] f79c037 - Fix the check in StopInfoBreakpoint for "are we currently running an expression"

2023-04-05 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-04-05T17:14:25-07:00 New Revision: f79c037b63278bc5b4481a1a55c68e42f0ea1461 URL: https://github.com/llvm/llvm-project/commit/f79c037b63278bc5b4481a1a55c68e42f0ea1461 DIFF: https://github.com/llvm/llvm-project/commit/f79c037b63278bc5b4481a1a55c68e42f0ea1461.diff

[Lldb-commits] [lldb] 0999996 - Don't expect what newlines look like - never works on Windows.

2023-03-24 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-24T12:28:16-07:00 New Revision: 096f68186183eaf065e4a05a3e73170a19ae URL: https://github.com/llvm/llvm-project/commit/096f68186183eaf065e4a05a3e73170a19ae DIFF: https://github.com/llvm/llvm-project/commit/096f68186183eaf065e4a05a3e73170a19ae.diff

[Lldb-commits] [lldb] 75ca15f - Fix backtick handling in parsed commands.

2023-03-24 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-24T10:40:10-07:00 New Revision: 75ca15fcbb2e1b3671e41f971a000c6d59f5e5ae URL: https://github.com/llvm/llvm-project/commit/75ca15fcbb2e1b3671e41f971a000c6d59f5e5ae DIFF: https://github.com/llvm/llvm-project/commit/75ca15fcbb2e1b3671e41f971a000c6d59f5e5ae.diff

Re: [Lldb-commits] [PATCH] D146553: [lldb][CMake] Enforce not linking against plugin libs in core libs

2023-03-22 Thread Jim Ingham via lldb-commits
n, and vended in some neutral way. Jim > On Mar 22, 2023, at 11:33 AM, Jim Ingham via lldb-commits > wrote: > > David, > > I think you were also thinking about things like the `language cplusplus` > commands or the `settings set plugin.***` settings. That isn't a c

Re: [Lldb-commits] [PATCH] D146553: [lldb][CMake] Enforce not linking against plugin libs in core libs

2023-03-22 Thread Jim Ingham via lldb-commits
David, I think you were also thinking about things like the `language cplusplus` commands or the `settings set plugin.***` settings. That isn't a case of generic code depending on specific plugin implementations. Rather that's a general feature of the plugin loader, it queries the plugin to

[Lldb-commits] [lldb] c1e4a0d - Follow on to 2c7abc83f605b2d3b1062f28422eeff81278ecd5.

2023-03-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-20T16:49:05-07:00 New Revision: c1e4a0d4dbe9d68113a877764c794407bdd65622 URL: https://github.com/llvm/llvm-project/commit/c1e4a0d4dbe9d68113a877764c794407bdd65622 DIFF: https://github.com/llvm/llvm-project/commit/c1e4a0d4dbe9d68113a877764c794407bdd65622.diff

[Lldb-commits] [lldb] 2c7abc8 - Reapply 8d024a79ea783ed3fbb5691aeaf186ad3f0a4ae9 w/o the extra bits.

2023-03-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-20T16:11:00-07:00 New Revision: 2c7abc83f605b2d3b1062f28422eeff81278ecd5 URL: https://github.com/llvm/llvm-project/commit/2c7abc83f605b2d3b1062f28422eeff81278ecd5 DIFF: https://github.com/llvm/llvm-project/commit/2c7abc83f605b2d3b1062f28422eeff81278ecd5.diff

[Lldb-commits] [lldb] 9b655c2 - Revert "Fix a problem with "watchpoint triggers before" watchpoint handling."

2023-03-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-20T16:05:57-07:00 New Revision: 9b655c2627e31ea62032e175b3a9f2cae8aea653 URL: https://github.com/llvm/llvm-project/commit/9b655c2627e31ea62032e175b3a9f2cae8aea653 DIFF: https://github.com/llvm/llvm-project/commit/9b655c2627e31ea62032e175b3a9f2cae8aea653.diff

[Lldb-commits] [lldb] 8d024a7 - Fix a problem with "watchpoint triggers before" watchpoint handling.

2023-03-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-20T15:17:15-07:00 New Revision: 8d024a79ea783ed3fbb5691aeaf186ad3f0a4ae9 URL: https://github.com/llvm/llvm-project/commit/8d024a79ea783ed3fbb5691aeaf186ad3f0a4ae9 DIFF: https://github.com/llvm/llvm-project/commit/8d024a79ea783ed3fbb5691aeaf186ad3f0a4ae9.diff

[Lldb-commits] [lldb] fe61b38 - Add a Debugger interruption mechanism in conjunction with the

2023-03-15 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-15T16:45:14-07:00 New Revision: fe61b38258bf4c5f34c32de26f4ed11ef5c32ebc URL: https://github.com/llvm/llvm-project/commit/fe61b38258bf4c5f34c32de26f4ed11ef5c32ebc DIFF: https://github.com/llvm/llvm-project/commit/fe61b38258bf4c5f34c32de26f4ed11ef5c32ebc.diff

Re: [Lldb-commits] [PATCH] D146058: [lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtime

2023-03-14 Thread Jim Ingham via lldb-commits
> On Mar 14, 2023, at 12:10 PM, Stefan Gränitz via Phabricator via lldb-commits > wrote: > > sgraenitz marked 2 inline comments as done. > sgraenitz added a comment. > > Soo, @DavidSpickett > > In D146058#4193446 , @DavidSpickett > wrote: > >> I

[Lldb-commits] [lldb] e1462d1 - Don't produce a dynamic value if there was an error creating it.

2023-03-10 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-03-10T10:21:50-08:00 New Revision: e1462d14b1e4be329a95bdd08181b97a7a3ad6e6 URL: https://github.com/llvm/llvm-project/commit/e1462d14b1e4be329a95bdd08181b97a7a3ad6e6 DIFF: https://github.com/llvm/llvm-project/commit/e1462d14b1e4be329a95bdd08181b97a7a3ad6e6.diff

[Lldb-commits] [lldb] a92f783 - Fix the run locker setting for async launches that don't stop at the

2023-02-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-28T17:34:49-08:00 New Revision: a92f7832f35c6c4792d8693e724c19802da75b36 URL: https://github.com/llvm/llvm-project/commit/a92f7832f35c6c4792d8693e724c19802da75b36 DIFF: https://github.com/llvm/llvm-project/commit/a92f7832f35c6c4792d8693e724c19802da75b36.diff

[Lldb-commits] [lldb] 00b2c33 - Fix typos in the test command for D144929

2023-02-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-28T16:59:19-08:00 New Revision: 00b2c33c9359e1f75dd29d5083fac66bfd52db6e URL: https://github.com/llvm/llvm-project/commit/00b2c33c9359e1f75dd29d5083fac66bfd52db6e DIFF: https://github.com/llvm/llvm-project/commit/00b2c33c9359e1f75dd29d5083fac66bfd52db6e.diff

[Lldb-commits] [lldb] e8a2fd5 - An SBValue whose underlying ValueObject has no valid value, but does

2023-02-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-28T16:41:20-08:00 New Revision: e8a2fd5e7be23e4087e7ff58efa354dfae1a17c4 URL: https://github.com/llvm/llvm-project/commit/e8a2fd5e7be23e4087e7ff58efa354dfae1a17c4 DIFF: https://github.com/llvm/llvm-project/commit/e8a2fd5e7be23e4087e7ff58efa354dfae1a17c4.diff

[Lldb-commits] [lldb] 4eb694e - Add SBCommandInterpreter::UserCommandExists parallel to CommandExists.

2023-02-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-28T15:58:14-08:00 New Revision: 4eb694e35dd514395819b375b31a80bd6d58378e URL: https://github.com/llvm/llvm-project/commit/4eb694e35dd514395819b375b31a80bd6d58378e DIFF: https://github.com/llvm/llvm-project/commit/4eb694e35dd514395819b375b31a80bd6d58378e.diff

[Lldb-commits] [lldb] 9093f3c - Report a useful error when someone passes an incorrect python class name.

2023-02-14 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-14T13:47:14-08:00 New Revision: 9093f3c39b8fa8ef836c627e1db329cd7349e9bb URL: https://github.com/llvm/llvm-project/commit/9093f3c39b8fa8ef836c627e1db329cd7349e9bb DIFF: https://github.com/llvm/llvm-project/commit/9093f3c39b8fa8ef836c627e1db329cd7349e9bb.diff

[Lldb-commits] [lldb] d980860 - Add usage info for backtick to the lldb tutorial.

2023-02-02 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-02T13:47:12-08:00 New Revision: d98086036a62e4e9c912c3b15bf16893d3df41da URL: https://github.com/llvm/llvm-project/commit/d98086036a62e4e9c912c3b15bf16893d3df41da DIFF: https://github.com/llvm/llvm-project/commit/d98086036a62e4e9c912c3b15bf16893d3df41da.diff

[Lldb-commits] [lldb] 4adabb8 - Fix typo: FineLineEntriesForFileIndex -> FindLineEntriesForFileIndex.

2023-02-01 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-02-01T16:41:17-08:00 New Revision: 4adabb8786b87e9f105e37d5606e1c0187abc647 URL: https://github.com/llvm/llvm-project/commit/4adabb8786b87e9f105e37d5606e1c0187abc647 DIFF: https://github.com/llvm/llvm-project/commit/4adabb8786b87e9f105e37d5606e1c0187abc647.diff

[Lldb-commits] [lldb] e12a950 - Remove the LINK_COMPONENTS entry from lldb-instr CMakery

2023-01-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-01-20T15:41:59-08:00 New Revision: e12a950d90f88aeddaa97d6e7c8fd0bfedc42f73 URL: https://github.com/llvm/llvm-project/commit/e12a950d90f88aeddaa97d6e7c8fd0bfedc42f73 DIFF: https://github.com/llvm/llvm-project/commit/e12a950d90f88aeddaa97d6e7c8fd0bfedc42f73.diff

[Lldb-commits] [lldb] 887240f - Remove the undocumented `help` subcommand.

2023-01-19 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2023-01-19T12:03:06-08:00 New Revision: 887240faf769395511d1568b4e50aafc6fe3b696 URL: https://github.com/llvm/llvm-project/commit/887240faf769395511d1568b4e50aafc6fe3b696 DIFF: https://github.com/llvm/llvm-project/commit/887240faf769395511d1568b4e50aafc6fe3b696.diff

[Lldb-commits] [lldb] 3b7ac5b - Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.

2022-12-09 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-12-09T11:16:10-08:00 New Revision: 3b7ac5b295df7381cee277342085f52fe468e633 URL: https://github.com/llvm/llvm-project/commit/3b7ac5b295df7381cee277342085f52fe468e633 DIFF: https://github.com/llvm/llvm-project/commit/3b7ac5b295df7381cee277342085f52fe468e633.diff

[Lldb-commits] [lldb] 9c5877f - Switch the "command script add" interactive input to use the new command form.

2022-12-09 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-12-09T10:58:15-08:00 New Revision: 9c5877f33d9f7fd317c07920fd24a041ad69077a URL: https://github.com/llvm/llvm-project/commit/9c5877f33d9f7fd317c07920fd24a041ad69077a DIFF: https://github.com/llvm/llvm-project/commit/9c5877f33d9f7fd317c07920fd24a041ad69077a.diff

[Lldb-commits] [lldb] 0ec24e1 - Only use major version in the clang resource directory for standalone builds.

2022-11-16 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-11-16T16:00:26-08:00 New Revision: 0ec24e1f956616c54f38e104b482dec9309a93fa URL: https://github.com/llvm/llvm-project/commit/0ec24e1f956616c54f38e104b482dec9309a93fa DIFF: https://github.com/llvm/llvm-project/commit/0ec24e1f956616c54f38e104b482dec9309a93fa.diff

[Lldb-commits] [lldb] 353f265 - Apparently I moved the wrong one to "2", then Jason moved the right

2022-11-10 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-11-10T15:23:51-08:00 New Revision: 353f265283e9ab209b544ab6818f3bd6ca071873 URL: https://github.com/llvm/llvm-project/commit/353f265283e9ab209b544ab6818f3bd6ca071873 DIFF: https://github.com/llvm/llvm-project/commit/353f265283e9ab209b544ab6818f3bd6ca071873.diff

[Lldb-commits] [lldb] d518ed4 - Handle aliasing a non-top-level command.

2022-11-09 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-11-09T10:11:16-08:00 New Revision: d518ed42ae85786c371fd4578f72ab7eb286cb30 URL: https://github.com/llvm/llvm-project/commit/d518ed42ae85786c371fd4578f72ab7eb286cb30 DIFF: https://github.com/llvm/llvm-project/commit/d518ed42ae85786c371fd4578f72ab7eb286cb30.diff

[Lldb-commits] [lldb] b565e7f - Don't try to create Expressions when the process is running.

2022-11-09 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-11-09T10:07:09-08:00 New Revision: b565e7f0c4cb1768f6c43499aed95adb8cc4f04a URL: https://github.com/llvm/llvm-project/commit/b565e7f0c4cb1768f6c43499aed95adb8cc4f04a DIFF: https://github.com/llvm/llvm-project/commit/b565e7f0c4cb1768f6c43499aed95adb8cc4f04a.diff

[Lldb-commits] [lldb] 3b70e8b - Move the second instance of TestUniqueTypes.py to a unique file

2022-11-08 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-11-08T16:59:02-08:00 New Revision: 3b70e8b012f0f51eb0e2abeb38ee6c8914b90f9c URL: https://github.com/llvm/llvm-project/commit/3b70e8b012f0f51eb0e2abeb38ee6c8914b90f9c DIFF: https://github.com/llvm/llvm-project/commit/3b70e8b012f0f51eb0e2abeb38ee6c8914b90f9c.diff

Re: [Lldb-commits] [lldb] d765664 - [lldb] Add matching based on Python callbacks for data formatters.

2022-10-19 Thread Jim Ingham via lldb-commits
Jorge, It's great to see you worked your way through this change! Something in our mail pipeline is dropping all my lldb-commits and review comment notifications. Still haven't figured out who is doing that, so I didn't get a chance to look over the final version. The code looks fine, but

[Lldb-commits] [lldb] 2c43cd8 - Turn off the warning that the undefined behavior I am using in

2022-10-04 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-10-04T11:38:32-07:00 New Revision: 2c43cd883c20b603bc7d9461bfa2591e80a36a3b URL: https://github.com/llvm/llvm-project/commit/2c43cd883c20b603bc7d9461bfa2591e80a36a3b DIFF: https://github.com/llvm/llvm-project/commit/2c43cd883c20b603bc7d9461bfa2591e80a36a3b.diff

[Lldb-commits] [lldb] 852a4bd - Change the Sanitizer report breakpoint callbacks to asynchronous.

2022-10-03 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-10-03T18:10:28-07:00 New Revision: 852a4bdb25d145884f61cd812e66611e65fd2dd9 URL: https://github.com/llvm/llvm-project/commit/852a4bdb25d145884f61cd812e66611e65fd2dd9 DIFF: https://github.com/llvm/llvm-project/commit/852a4bdb25d145884f61cd812e66611e65fd2dd9.diff

[Lldb-commits] [lldb] 670cac7 - Rename a duplicate test, also give the test class a useful name.

2022-09-27 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-27T12:38:22-07:00 New Revision: 670cac72804bbeb91fd0653de621aa03f70600e3 URL: https://github.com/llvm/llvm-project/commit/670cac72804bbeb91fd0653de621aa03f70600e3 DIFF: https://github.com/llvm/llvm-project/commit/670cac72804bbeb91fd0653de621aa03f70600e3.diff

Re: [Lldb-commits] [PATCH] D133876: [lldb][tests][NFC] Move C++ gmodules tests into new gmodules/ subdirectory

2022-09-16 Thread Jim Ingham via lldb-commits
To be more specific, the problem is that there used to be a directory in the test suite called gmodules-template and Michael moved it to gmodules/template to better organize the tests. But our rule for making a test name from subdirectories is to replace the "/" with a "-" so these two ended

[Lldb-commits] [lldb] f3d0bda - Revert "Revert "Be more careful to maintain quoting information when parsing commands.""

2022-09-14 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-14T14:49:51-07:00 New Revision: f3d0bda5344e8429121cb50aba5502c1b399e5cd URL: https://github.com/llvm/llvm-project/commit/f3d0bda5344e8429121cb50aba5502c1b399e5cd DIFF: https://github.com/llvm/llvm-project/commit/f3d0bda5344e8429121cb50aba5502c1b399e5cd.diff

[Lldb-commits] [lldb] ac05bc0 - Revert "Be more careful to maintain quoting information when parsing commands."

2022-09-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-13T14:59:21-07:00 New Revision: ac05bc0524c66c74278b26742896a4c634c034cf URL: https://github.com/llvm/llvm-project/commit/ac05bc0524c66c74278b26742896a4c634c034cf DIFF: https://github.com/llvm/llvm-project/commit/ac05bc0524c66c74278b26742896a4c634c034cf.diff

[Lldb-commits] [lldb] a2d0a01 - Revert "constexpr isn't right here."

2022-09-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-13T14:58:53-07:00 New Revision: a2d0a01e3f9941d0d5370890105f70da142f493f URL: https://github.com/llvm/llvm-project/commit/a2d0a01e3f9941d0d5370890105f70da142f493f DIFF: https://github.com/llvm/llvm-project/commit/a2d0a01e3f9941d0d5370890105f70da142f493f.diff

[Lldb-commits] [lldb] 3f23eb6 - Revert "Trying to understand the TestHelp.py failure from 6c089b2."

2022-09-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-13T14:58:27-07:00 New Revision: 3f23eb6591bb1eecae38019e8ab1fdf5e2951ae9 URL: https://github.com/llvm/llvm-project/commit/3f23eb6591bb1eecae38019e8ab1fdf5e2951ae9 DIFF: https://github.com/llvm/llvm-project/commit/3f23eb6591bb1eecae38019e8ab1fdf5e2951ae9.diff

[Lldb-commits] [lldb] 81f8788 - Trying to understand the TestHelp.py failure from 6c089b2.

2022-09-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-13T14:09:44-07:00 New Revision: 81f8788528886ee611041e1f4ee54eea8bbfa277 URL: https://github.com/llvm/llvm-project/commit/81f8788528886ee611041e1f4ee54eea8bbfa277 DIFF: https://github.com/llvm/llvm-project/commit/81f8788528886ee611041e1f4ee54eea8bbfa277.diff

[Lldb-commits] [lldb] 8433b21 - constexpr isn't right here.

2022-09-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-13T13:01:56-07:00 New Revision: 8433b210839ed655852428ba8b34bb67b191957a URL: https://github.com/llvm/llvm-project/commit/8433b210839ed655852428ba8b34bb67b191957a DIFF: https://github.com/llvm/llvm-project/commit/8433b210839ed655852428ba8b34bb67b191957a.diff

[Lldb-commits] [lldb] 6c089b2 - Be more careful to maintain quoting information when parsing commands.

2022-09-13 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-13T11:02:47-07:00 New Revision: 6c089b2af5d8d98f66b27b67f70958f520820a76 URL: https://github.com/llvm/llvm-project/commit/6c089b2af5d8d98f66b27b67f70958f520820a76 DIFF: https://github.com/llvm/llvm-project/commit/6c089b2af5d8d98f66b27b67f70958f520820a76.diff

[Lldb-commits] [lldb] 9690308 - Fix another place were we suggest lldb.target in a Frame Recognizer.

2022-09-06 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-06T13:24:21-07:00 New Revision: 9690308f78b26df8461f5ac1cb5ba83344254e55 URL: https://github.com/llvm/llvm-project/commit/9690308f78b26df8461f5ac1cb5ba83344254e55 DIFF: https://github.com/llvm/llvm-project/commit/9690308f78b26df8461f5ac1cb5ba83344254e55.diff

[Lldb-commits] [lldb] edea4a3 - You can't use lldb.target in a frame recognizer.

2022-09-06 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-09-06T13:20:48-07:00 New Revision: edea4a349d04972783d74d00af9245768d6b586e URL: https://github.com/llvm/llvm-project/commit/edea4a349d04972783d74d00af9245768d6b586e DIFF: https://github.com/llvm/llvm-project/commit/edea4a349d04972783d74d00af9245768d6b586e.diff

[Lldb-commits] [lldb] a2670b9 - Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str.

2022-08-31 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-31T18:00:18-07:00 New Revision: a2670b92a2542a9bb889db81ba0cf5a21b3240ee URL: https://github.com/llvm/llvm-project/commit/a2670b92a2542a9bb889db81ba0cf5a21b3240ee DIFF: https://github.com/llvm/llvm-project/commit/a2670b92a2542a9bb889db81ba0cf5a21b3240ee.diff

[Lldb-commits] [lldb] 5ad6ed0 - Change the meaning of a UUID with all zeros for data.

2022-08-30 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-30T10:17:58-07:00 New Revision: 5ad6ed0e5519ed26442cd0a21cdb07f5c53b854e URL: https://github.com/llvm/llvm-project/commit/5ad6ed0e5519ed26442cd0a21cdb07f5c53b854e DIFF: https://github.com/llvm/llvm-project/commit/5ad6ed0e5519ed26442cd0a21cdb07f5c53b854e.diff

Re: [Lldb-commits] [PATCH] D132624: [LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`

2022-08-26 Thread Jim Ingham via lldb-commits
> On Aug 26, 2022, at 5:08 PM, Adrian Vogelsgesang > wrote: > > Thank you for that hint, Jim! This infrastructure indeed looks very > interesting for my use case. > I will most likely use the HistoryThread class to represent the backtrace of > the logical coroutine threads. > > Is my

Re: [Lldb-commits] [PATCH] D132624: [LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`

2022-08-26 Thread Jim Ingham via lldb-commits
> On Aug 26, 2022, at 7:05 AM, Adrian Vogelsgesang via Phabricator via > lldb-commits wrote: > > avogelsgesang added a comment. > >> I don't know much about coroutines, but it seems like your goal is to format >> them like a linked list > > actually, my preferred goal would be to show them

Re: [Lldb-commits] [PATCH] D132624: [LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`

2022-08-25 Thread Jim Ingham via lldb-commits
> On Aug 25, 2022, at 8:11 AM, Pavel Labath via Phabricator via lldb-commits > wrote: > > labath added a comment. > > In D132624#3748434 , @avogelsgesang > wrote: > >>> The only concern is that if it would be not so easy to read if there are >>>

[Lldb-commits] [lldb] 3372284 - Use a SmallPtrSet rather than a SmallVector in ClusterManager.

2022-08-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-18T09:34:28-07:00 New Revision: 33722848fcb5b569ab3a388cae15f31acf9a9c5e URL: https://github.com/llvm/llvm-project/commit/33722848fcb5b569ab3a388cae15f31acf9a9c5e DIFF: https://github.com/llvm/llvm-project/commit/33722848fcb5b569ab3a388cae15f31acf9a9c5e.diff

[Lldb-commits] [lldb] 36a461b - @skipIfAsan for the other long test in TestMemoryRegion.py

2022-08-09 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-09T14:55:20-07:00 New Revision: 36a461b8c2a2df47a59789e92908a1275aa5fc30 URL: https://github.com/llvm/llvm-project/commit/36a461b8c2a2df47a59789e92908a1275aa5fc30 DIFF: https://github.com/llvm/llvm-project/commit/36a461b8c2a2df47a59789e92908a1275aa5fc30.diff

[Lldb-commits] [lldb] 0c86fbb - The memory region tests have been consistently timing on the ASAN

2022-08-09 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-09T12:52:18-07:00 New Revision: 0c86fbb557a63d2e9cc2e1a82feb38fe11ecbcdd URL: https://github.com/llvm/llvm-project/commit/0c86fbb557a63d2e9cc2e1a82feb38fe11ecbcdd DIFF: https://github.com/llvm/llvm-project/commit/0c86fbb557a63d2e9cc2e1a82feb38fe11ecbcdd.diff

[Lldb-commits] [lldb] 0948f1c - Reapply the commits to enable accurate hit-count detection for watchpoints.

2022-08-05 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-05T11:01:27-07:00 New Revision: 0948f1cf8177e378bdea2239b8c3ffb9db31f9ad URL: https://github.com/llvm/llvm-project/commit/0948f1cf8177e378bdea2239b8c3ffb9db31f9ad DIFF: https://github.com/llvm/llvm-project/commit/0948f1cf8177e378bdea2239b8c3ffb9db31f9ad.diff

[Lldb-commits] [lldb] b06da9c - Remove the check for eStateConnected in remote testing sessions.

2022-08-04 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-08-04T09:19:55-07:00 New Revision: b06da9c18390f84950e1d8f70ef2bb0efb433075 URL: https://github.com/llvm/llvm-project/commit/b06da9c18390f84950e1d8f70ef2bb0efb433075 DIFF: https://github.com/llvm/llvm-project/commit/b06da9c18390f84950e1d8f70ef2bb0efb433075.diff

[Lldb-commits] [lldb] 27893ff - Call WatchpointList::RemoveAll in Target::Destroy.

2022-07-27 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-27T15:15:05-07:00 New Revision: 27893ff1ad750d9828ca3a774ba9f0029c16149f URL: https://github.com/llvm/llvm-project/commit/27893ff1ad750d9828ca3a774ba9f0029c16149f DIFF: https://github.com/llvm/llvm-project/commit/27893ff1ad750d9828ca3a774ba9f0029c16149f.diff

Re: [Lldb-commits] [PATCH] D130660: [LLDB] Fix missing return value in SBBreakpointLocation::GetQueueName()

2022-07-27 Thread Jim Ingham via lldb-commits
So far as I can tell, we don't have any significant tests for the "queue specific breakpoint or breakpoint location" feature. There's a pretty extensive test for identifying queues & getting more detail from them in test/API/macosx/queues/TestQueues.py, but it doesn't test the breakpoint

[Lldb-commits] [lldb] 8b7775a - StackFrame::GetValueObjectForFrameVariable holds the StackFrame lock too long.

2022-07-26 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-26T10:13:19-07:00 New Revision: 8b7775a472e3665dc0a9e5953f84c43da295eddd URL: https://github.com/llvm/llvm-project/commit/8b7775a472e3665dc0a9e5953f84c43da295eddd DIFF: https://github.com/llvm/llvm-project/commit/8b7775a472e3665dc0a9e5953f84c43da295eddd.diff

[Lldb-commits] [lldb] 83fab8c - Revert "Make hit point counts reliable for architectures that stop before evaluation."

2022-07-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-18T17:38:43-07:00 New Revision: 83fab8cee9d6b9fa911195c20325b4512a7a22ef URL: https://github.com/llvm/llvm-project/commit/83fab8cee9d6b9fa911195c20325b4512a7a22ef DIFF: https://github.com/llvm/llvm-project/commit/83fab8cee9d6b9fa911195c20325b4512a7a22ef.diff

[Lldb-commits] [lldb] 4f5707e - Revert "This is a followup to https://reviews.llvm.org/D129814"

2022-07-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-18T17:37:13-07:00 New Revision: 4f5707e743528a0d40ac154e2e07705a03fd7ad3 URL: https://github.com/llvm/llvm-project/commit/4f5707e743528a0d40ac154e2e07705a03fd7ad3 DIFF: https://github.com/llvm/llvm-project/commit/4f5707e743528a0d40ac154e2e07705a03fd7ad3.diff

[Lldb-commits] [lldb] 555ae5b - This is a followup to https://reviews.llvm.org/D129814

2022-07-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-18T16:24:31-07:00 New Revision: 555ae5b8f5aa93ab090af853a8b7a83f815b3f20 URL: https://github.com/llvm/llvm-project/commit/555ae5b8f5aa93ab090af853a8b7a83f815b3f20 DIFF: https://github.com/llvm/llvm-project/commit/555ae5b8f5aa93ab090af853a8b7a83f815b3f20.diff

[Lldb-commits] [lldb] e83d47f - When the module path for `command script import` is invalid, echo the path.

2022-07-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-18T14:49:07-07:00 New Revision: e83d47f6b7bd2f8dcf419e03b3a00d5db5bd61c4 URL: https://github.com/llvm/llvm-project/commit/e83d47f6b7bd2f8dcf419e03b3a00d5db5bd61c4 DIFF: https://github.com/llvm/llvm-project/commit/e83d47f6b7bd2f8dcf419e03b3a00d5db5bd61c4.diff

[Lldb-commits] [lldb] 5778ada - Make hit point counts reliable for architectures that stop before evaluation.

2022-07-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-07-18T14:36:32-07:00 New Revision: 5778ada8e54edb2bc2869505b88a959d1915c02f URL: https://github.com/llvm/llvm-project/commit/5778ada8e54edb2bc2869505b88a959d1915c02f DIFF: https://github.com/llvm/llvm-project/commit/5778ada8e54edb2bc2869505b88a959d1915c02f.diff

[Lldb-commits] [lldb] 38ca754 - Apparently you need a special makefile flag to use threads on Linux.

2022-06-30 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-30T12:10:17-07:00 New Revision: 38ca754eb08b0741511c74bbac123e551f54125b URL: https://github.com/llvm/llvm-project/commit/38ca754eb08b0741511c74bbac123e551f54125b DIFF: https://github.com/llvm/llvm-project/commit/38ca754eb08b0741511c74bbac123e551f54125b.diff

[Lldb-commits] [lldb] b8e0b5a - Threads which hit a breakpoint but fail the condition are considered

2022-06-30 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-30T11:43:59-07:00 New Revision: b8e0b5a071600cb39d938470bd20d845013384ce URL: https://github.com/llvm/llvm-project/commit/b8e0b5a071600cb39d938470bd20d845013384ce DIFF: https://github.com/llvm/llvm-project/commit/b8e0b5a071600cb39d938470bd20d845013384ce.diff

[Lldb-commits] [lldb] f7bf9d1 - TestIgnoredExceptions.py needs support from debugserver, so it

2022-06-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-28T11:49:55-07:00 New Revision: f7bf9d13d50d785889952deb18cc93de0176cb96 URL: https://github.com/llvm/llvm-project/commit/f7bf9d13d50d785889952deb18cc93de0176cb96 DIFF: https://github.com/llvm/llvm-project/commit/f7bf9d13d50d785889952deb18cc93de0176cb96.diff

  1   2   3   4   5   6   7   8   9   10   >