[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

Re: [Lldb-commits] [PATCH] D121631: Introduce new symbol on-demand for debug info

2022-03-15 Thread Jim Ingham via lldb-commits
> On Mar 15, 2022, at 5:03 PM, Greg Clayton via Phabricator > wrote: > > clayborg added a comment. > > In D121631#3380824 , @jingham wrote: > >> This sort of change needs to do a lot more work to help the user understand >> what they can and can't s

[Lldb-commits] [lldb] 1f7b58f - Add a setting to not require --overwrite to overwrite commands.

2022-03-31 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-03-31T14:15:14-07:00 New Revision: 1f7b58f2a50461493f083b2ed807b25e036286f6 URL: https://github.com/llvm/llvm-project/commit/1f7b58f2a50461493f083b2ed807b25e036286f6 DIFF: https://github.com/llvm/llvm-project/commit/1f7b58f2a50461493f083b2ed807b25e036286f6.diff LO

[Lldb-commits] [lldb] 8c3a6fe - Fix a mistyping introduced with the new container command.

2022-04-05 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-04-05T09:42:05-07:00 New Revision: 8c3a6fe37fc36537b939ea75a59fb2d5963246fb URL: https://github.com/llvm/llvm-project/commit/8c3a6fe37fc36537b939ea75a59fb2d5963246fb DIFF: https://github.com/llvm/llvm-project/commit/8c3a6fe37fc36537b939ea75a59fb2d5963246fb.diff LO

[Lldb-commits] [lldb] 833882b - Adapt the ObjC stepping algorithm to deal with "selector-stubs" in clang.

2022-04-08 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-04-08T17:45:16-07:00 New Revision: 833882b32701ce3713c9dd9afdedf1126db691f0 URL: https://github.com/llvm/llvm-project/commit/833882b32701ce3713c9dd9afdedf1126db691f0 DIFF: https://github.com/llvm/llvm-project/commit/833882b32701ce3713c9dd9afdedf1126db691f0.diff LO

[Lldb-commits] [lldb] dca2bc4 - Add a mutex to the ThreadPlanStackMap class.

2022-04-29 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-04-29T11:07:22-07:00 New Revision: dca2bc408186667346ab3bbb951adab44feba5bd URL: https://github.com/llvm/llvm-project/commit/dca2bc408186667346ab3bbb951adab44feba5bd DIFF: https://github.com/llvm/llvm-project/commit/dca2bc408186667346ab3bbb951adab44feba5bd.diff LO

[Lldb-commits] [lldb] aa7470a - Add a paragraph showing how to use container commands.

2022-04-29 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-04-29T11:11:52-07:00 New Revision: aa7470a1b31346f3509ba4b831be39fa1d327772 URL: https://github.com/llvm/llvm-project/commit/aa7470a1b31346f3509ba4b831be39fa1d327772 DIFF: https://github.com/llvm/llvm-project/commit/aa7470a1b31346f3509ba4b831be39fa1d327772.diff LO

[Lldb-commits] [lldb] 63865e1 - Add the "sent break" message to the "gdb-remote packets" channel

2022-05-10 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-10T13:28:50-07:00 New Revision: 63865e1fce624422a526f0de603aa87b7dddb49a URL: https://github.com/llvm/llvm-project/commit/63865e1fce624422a526f0de603aa87b7dddb49a DIFF: https://github.com/llvm/llvm-project/commit/63865e1fce624422a526f0de603aa87b7dddb49a.diff LO

[Lldb-commits] [lldb] 3339000 - We don't require users to type out the full context of a function, for

2022-05-12 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-12T12:39:28-07:00 New Revision: 3339000e0bda696c2e29173d15958c0a4978a143 URL: https://github.com/llvm/llvm-project/commit/3339000e0bda696c2e29173d15958c0a4978a143 DIFF: https://github.com/llvm/llvm-project/commit/3339000e0bda696c2e29173d15958c0a4978a143.diff LO

[Lldb-commits] [lldb] c6799d9 - Revision 3339000e0bda696c2e29173d15958c0a4978a143 caused the Language

2022-05-12 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-12T14:32:00-07:00 New Revision: c6799d98435df03872b960d95fcfa32718971bd6 URL: https://github.com/llvm/llvm-project/commit/c6799d98435df03872b960d95fcfa32718971bd6 DIFF: https://github.com/llvm/llvm-project/commit/c6799d98435df03872b960d95fcfa32718971bd6.diff LO

[Lldb-commits] [lldb] 2a21700 - In 92eaad2dd7adb5ee92f397cef85ab11f2612294e I made it possible to run

2022-05-12 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-12T17:11:01-07:00 New Revision: 2a21700bc5be24532952c2705fbbe784f8ec3164 URL: https://github.com/llvm/llvm-project/commit/2a21700bc5be24532952c2705fbbe784f8ec3164 DIFF: https://github.com/llvm/llvm-project/commit/2a21700bc5be24532952c2705fbbe784f8ec3164.diff LO

[Lldb-commits] [lldb] 7afd257 - Fix the std::string formatter to report errors in the case where the

2022-05-17 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-17T08:22:30-07:00 New Revision: 7afd257ff8a45a348767b4432abc6f4f105fc376 URL: https://github.com/llvm/llvm-project/commit/7afd257ff8a45a348767b4432abc6f4f105fc376 DIFF: https://github.com/llvm/llvm-project/commit/7afd257ff8a45a348767b4432abc6f4f105fc376.diff LO

[Lldb-commits] [lldb] bff4673 - Add a darwin platform setting to specify which exceptions debugserver

2022-05-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-18T10:16:11-07:00 New Revision: bff4673b41781ec5bff6b96b52cf321d2271726c URL: https://github.com/llvm/llvm-project/commit/bff4673b41781ec5bff6b96b52cf321d2271726c DIFF: https://github.com/llvm/llvm-project/commit/bff4673b41781ec5bff6b96b52cf321d2271726c.diff LO

[Lldb-commits] [lldb] 9385a6d - Add some diagnostics to diagnose bot-only failures for TestIgnoredExceptions.py

2022-05-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-20T11:38:37-07:00 New Revision: 9385a6d6eaa3f4caebdee2eb53b5bf4ca1f1b832 URL: https://github.com/llvm/llvm-project/commit/9385a6d6eaa3f4caebdee2eb53b5bf4ca1f1b832 DIFF: https://github.com/llvm/llvm-project/commit/9385a6d6eaa3f4caebdee2eb53b5bf4ca1f1b832.diff LO

[Lldb-commits] [lldb] b369762 - Convert the test file for TestIgnoredExceptions.py to the mach_vm API.

2022-05-20 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-20T15:16:24-07:00 New Revision: b369762beb70dfef22c7e793aed79b94d7dc0757 URL: https://github.com/llvm/llvm-project/commit/b369762beb70dfef22c7e793aed79b94d7dc0757 DIFF: https://github.com/llvm/llvm-project/commit/b369762beb70dfef22c7e793aed79b94d7dc0757.diff LO

[Lldb-commits] [lldb] 134d7f9 - Store a by name list of signals with their actions in the Target

2022-05-26 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-26T14:50:33-07:00 New Revision: 134d7f9a4b97e9035150d970bd9e376043c4577e URL: https://github.com/llvm/llvm-project/commit/134d7f9a4b97e9035150d970bd9e376043c4577e DIFF: https://github.com/llvm/llvm-project/commit/134d7f9a4b97e9035150d970bd9e376043c4577e.diff LO

[Lldb-commits] [lldb] d92f7f7 - Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"

2022-05-31 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-05-31T17:24:14-07:00 New Revision: d92f7f790c8e74bf796a0313cb296d726628142e URL: https://github.com/llvm/llvm-project/commit/d92f7f790c8e74bf796a0313cb296d726628142e DIFF: https://github.com/llvm/llvm-project/commit/d92f7f790c8e74bf796a0313cb296d726628142e.diff LO

[Lldb-commits] [lldb] 8cc8b36 - CommandObjectRegexCommand shouldn't put two commands on the history stack.

2022-06-03 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-03T11:34:53-07:00 New Revision: 8cc8b36f24d6f3133c44e238a657309620eedc19 URL: https://github.com/llvm/llvm-project/commit/8cc8b36f24d6f3133c44e238a657309620eedc19 DIFF: https://github.com/llvm/llvm-project/commit/8cc8b36f24d6f3133c44e238a657309620eedc19.diff LO

[Lldb-commits] [lldb] aaaf8e4 - Add help text for "breakpoint name", describing the feature more fully.

2022-06-08 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-08T16:55:53-07:00 New Revision: aaaf8e4c409f080f35ea227b20dc6ac8a45c2fa4 URL: https://github.com/llvm/llvm-project/commit/aaaf8e4c409f080f35ea227b20dc6ac8a45c2fa4 DIFF: https://github.com/llvm/llvm-project/commit/aaaf8e4c409f080f35ea227b20dc6ac8a45c2fa4.diff LO

[Lldb-commits] [lldb] f22db1f - Fix StopInfoBreakpoint::ShouldNotify when a callback deletes the site we hit.

2022-06-16 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-16T11:54:11-07:00 New Revision: f22db1fabfa165e9b18b1b49c78566d15f22bda1 URL: https://github.com/llvm/llvm-project/commit/f22db1fabfa165e9b18b1b49c78566d15f22bda1 DIFF: https://github.com/llvm/llvm-project/commit/f22db1fabfa165e9b18b1b49c78566d15f22bda1.diff LO

[Lldb-commits] [lldb] 4298b1b - Add a "-b" option to "process continue" to run to a set of breakpoints,

2022-06-22 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-22T09:55:30-07:00 New Revision: 4298b1b8d13715963cc1a917bc122208a29710fb URL: https://github.com/llvm/llvm-project/commit/4298b1b8d13715963cc1a917bc122208a29710fb DIFF: https://github.com/llvm/llvm-project/commit/4298b1b8d13715963cc1a917bc122208a29710fb.diff LO

[Lldb-commits] [lldb] bae10a6 - Fix a bug with "process continue -b" when no breakpoints are

2022-06-22 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-22T12:18:07-07:00 New Revision: bae10a6bbb1ed6ba8185884e3239fe3556602dab URL: https://github.com/llvm/llvm-project/commit/bae10a6bbb1ed6ba8185884e3239fe3556602dab DIFF: https://github.com/llvm/llvm-project/commit/bae10a6bbb1ed6ba8185884e3239fe3556602dab.diff LO

[Lldb-commits] [lldb] a1f20da - The help string for stop-on-shared-library-load was copied to stop-on-exec.

2022-06-23 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2022-06-23T13:54:50-07:00 New Revision: a1f20da315c8f9aa109b49c47797898ad6559d1a URL: https://github.com/llvm/llvm-project/commit/a1f20da315c8f9aa109b49c47797898ad6559d1a DIFF: https://github.com/llvm/llvm-project/commit/a1f20da315c8f9aa109b49c47797898ad6559d1a.diff LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

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 am

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

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 s

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
nside the plugin, 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.

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[Lldb-commits] [lldb] 3bf3b96 - Add the --relative-to-command-file to "command source" so you can

2021-09-29 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-09-29T19:33:41-07:00 New Revision: 3bf3b96629e8dfc55d01ba0cb05ca01a467017fa URL: https://github.com/llvm/llvm-project/commit/3bf3b96629e8dfc55d01ba0cb05ca01a467017fa DIFF: https://github.com/llvm/llvm-project/commit/3bf3b96629e8dfc55d01ba0cb05ca01a467017fa.diff LO

[Lldb-commits] [lldb] 2303391 - Make "process attach -c" work correctly, and add a test for it.

2021-09-29 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-09-29T19:38:09-07:00 New Revision: 2303391d1f543f4e57f9ed0fc68bad2d4cf890dc URL: https://github.com/llvm/llvm-project/commit/2303391d1f543f4e57f9ed0fc68bad2d4cf890dc DIFF: https://github.com/llvm/llvm-project/commit/2303391d1f543f4e57f9ed0fc68bad2d4cf890dc.diff LO

Re: [Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-18 Thread Jim Ingham via lldb-commits
If you have the breakpoint ID, you can find the SB Breakpoint and just ask it directly what it's hit count or location hit count are, and you don't have to scrub text output. Jim > On Oct 18, 2021, at 2:55 AM, Nikolay Chokoev via Phabricator > wrote: > > georgiev added a comment. > > What

[Lldb-commits] [lldb] 9a2e9c5 - Add tests for the other variants of BreakpointCreateBySourceRegex.

2021-10-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-18T10:59:04-07:00 New Revision: 9a2e9c5db692a010dd87a36907ba9d86bc54ac53 URL: https://github.com/llvm/llvm-project/commit/9a2e9c5db692a010dd87a36907ba9d86bc54ac53 DIFF: https://github.com/llvm/llvm-project/commit/9a2e9c5db692a010dd87a36907ba9d86bc54ac53.diff LO

[Lldb-commits] [lldb] 1ff367d - Fix Linux error in TestBreakInLoadedDylib.py.

2021-10-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-18T11:30:31-07:00 New Revision: 1ff367dbb02d90b3ef1c2de36b60b658aeeeac7e URL: https://github.com/llvm/llvm-project/commit/1ff367dbb02d90b3ef1c2de36b60b658aeeeac7e DIFF: https://github.com/llvm/llvm-project/commit/1ff367dbb02d90b3ef1c2de36b60b658aeeeac7e.diff LO

[Lldb-commits] [lldb] c5011ae - Add a "command container" hierarchy to allow users to add container nodes.

2021-10-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-18T15:29:24-07:00 New Revision: c5011aed9c297d6ddd8ee4f77453b215aa27554a URL: https://github.com/llvm/llvm-project/commit/c5011aed9c297d6ddd8ee4f77453b215aa27554a DIFF: https://github.com/llvm/llvm-project/commit/c5011aed9c297d6ddd8ee4f77453b215aa27554a.diff LO

[Lldb-commits] [lldb] f24532a - Follow-on to fix a test from c5011aed9c297d6ddd8ee4f77453b215aa27554a.

2021-10-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-18T16:53:32-07:00 New Revision: f24532ae91d540bcc2a6a5f29f89c8ea42907ef3 URL: https://github.com/llvm/llvm-project/commit/f24532ae91d540bcc2a6a5f29f89c8ea42907ef3 DIFF: https://github.com/llvm/llvm-project/commit/f24532ae91d540bcc2a6a5f29f89c8ea42907ef3.diff LO

[Lldb-commits] [lldb] a66798c - Remove unneeded variable num_found.

2021-10-19 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-19T09:57:07-07:00 New Revision: a66798cd67fedc35efbb8986deef417631bbc88a URL: https://github.com/llvm/llvm-project/commit/a66798cd67fedc35efbb8986deef417631bbc88a DIFF: https://github.com/llvm/llvm-project/commit/a66798cd67fedc35efbb8986deef417631bbc88a.diff LO

Re: [Lldb-commits] [PATCH] D112691: Include target settings in "statistics dump" output.

2021-10-28 Thread Jim Ingham via lldb-commits
> On Oct 28, 2021, at 3:18 PM, Greg Clayton via Phabricator > wrote: > > clayborg added a comment. > > In D112691#3095010 , @jingham wrote: > >> Do you care about the history of these settings? After all, the problem >> might arise because someone

[Lldb-commits] [lldb] 1227fa7 - Remove unused ValueObjectDynamicValue::SetOwningSP & backing ivar

2021-10-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-28T16:06:01-07:00 New Revision: 1227fa7e9040469d648cc7709a298901002f4c27 URL: https://github.com/llvm/llvm-project/commit/1227fa7e9040469d648cc7709a298901002f4c27 DIFF: https://github.com/llvm/llvm-project/commit/1227fa7e9040469d648cc7709a298901002f4c27.diff LO

Re: [Lldb-commits] [PATCH] D112691: Include target settings in "statistics dump" output.

2021-10-28 Thread Jim Ingham via lldb-commits
> On Oct 28, 2021, at 4:10 PM, Greg Clayton via Phabricator > wrote: > > clayborg added a comment. > >> In D112691#3095010 , @jingham >> wrote: >> I can see wanting to dump statistics at various points in the running of a >> process, maybe triggered

[Lldb-commits] [lldb] e655769 - Fix a bug in Launch when using an async debugger & remote platform.

2021-10-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-28T17:02:43-07:00 New Revision: e655769c4a7b5a17b17eace3bd160b3b015b75ed URL: https://github.com/llvm/llvm-project/commit/e655769c4a7b5a17b17eace3bd160b3b015b75ed DIFF: https://github.com/llvm/llvm-project/commit/e655769c4a7b5a17b17eace3bd160b3b015b75ed.diff LO

[Lldb-commits] [lldb] d1e9514 - To avoid the obvious problem, use a different port...

2021-10-28 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-10-28T17:45:31-07:00 New Revision: d1e9514ac89b1ceed51114159b7dd4888ce58974 URL: https://github.com/llvm/llvm-project/commit/d1e9514ac89b1ceed51114159b7dd4888ce58974 DIFF: https://github.com/llvm/llvm-project/commit/d1e9514ac89b1ceed51114159b7dd4888ce58974.diff LO

Re: [Lldb-commits] [PATCH] D113098: [lldb] (Partially) enable formatting of utf strings before the program is started

2021-11-16 Thread Jim Ingham via lldb-commits
Something seems to have happened to reviews.llvm.org. I can sort of see patches, but the interface isn't responding, and I can't actually make comments there, so we'll try this way instead. Your changes look good, the "ReasonableSizeForReading" reasonable. About the "force_live_memory" thing.

[Lldb-commits] [lldb] b715b79 - Make it possible for lldb to launch a remote binary with no local file.

2021-11-16 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-11-16T16:06:07-08:00 New Revision: b715b79d54d5ca2d4e8c91089b8f6a9389d9dc48 URL: https://github.com/llvm/llvm-project/commit/b715b79d54d5ca2d4e8c91089b8f6a9389d9dc48 DIFF: https://github.com/llvm/llvm-project/commit/b715b79d54d5ca2d4e8c91089b8f6a9389d9dc48.diff LO

[Lldb-commits] [lldb] dd5505a - Revert "Make it possible for lldb to launch a remote binary with no local file."

2021-11-16 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-11-16T16:46:21-08:00 New Revision: dd5505a8f2c75a903ec944b6e46aed2042610673 URL: https://github.com/llvm/llvm-project/commit/dd5505a8f2c75a903ec944b6e46aed2042610673 DIFF: https://github.com/llvm/llvm-project/commit/dd5505a8f2c75a903ec944b6e46aed2042610673.diff LO

[Lldb-commits] [lldb] 92eaad2 - Revert "Revert "Make it possible for lldb to launch a remote binary with no local file.""

2021-11-17 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-11-17T17:59:47-08:00 New Revision: 92eaad2dd7adb5ee92f397cef85ab11f2612294e URL: https://github.com/llvm/llvm-project/commit/92eaad2dd7adb5ee92f397cef85ab11f2612294e DIFF: https://github.com/llvm/llvm-project/commit/92eaad2dd7adb5ee92f397cef85ab11f2612294e.diff LO

[Lldb-commits] [lldb] d9f56fe - Remove unused variable.

2021-11-18 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-11-18T15:58:20-08:00 New Revision: d9f56feda84ad9d9edfff32c64a70af73c5f9b6a URL: https://github.com/llvm/llvm-project/commit/d9f56feda84ad9d9edfff32c64a70af73c5f9b6a DIFF: https://github.com/llvm/llvm-project/commit/d9f56feda84ad9d9edfff32c64a70af73c5f9b6a.diff LO

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 >>> to

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-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 unders

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

[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 LO

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 up

[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 LO

<    5   6   7   8   9   10   11   12   13   >