[Lldb-commits] [lldb] 34f3e57 - Include before using std::pow()

2022-09-28 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-09-28T17:35:35-07:00 New Revision: 34f3e576806bc91f7ebf3da43cf9c1cbc18c0ba2 URL: https://github.com/llvm/llvm-project/commit/34f3e576806bc91f7ebf3da43cf9c1cbc18c0ba2 DIFF: https://github.com/llvm/llvm-project/commit/34f3e576806bc91f7ebf3da43cf9c1cbc18c0ba2.diff

[Lldb-commits] [lldb] b8a8c2d - Allow DynamicLoaderDarwinKernel to activate without binary

2022-10-10 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-10-10T10:19:09-07:00 New Revision: b8a8c2d47a38ba08012fe9cbb28169a1e0f7be2a URL: https://github.com/llvm/llvm-project/commit/b8a8c2d47a38ba08012fe9cbb28169a1e0f7be2a DIFF: https://github.com/llvm/llvm-project/commit/b8a8c2d47a38ba08012fe9cbb28169a1e0f7be2a.diff

[Lldb-commits] [lldb] 3d8d9c9 - PlatformDarwinKernel calls the ctor directly, not setting no-jit

2022-10-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-10-13T16:28:18-07:00 New Revision: 3d8d9c9884db2b2a0fbd518990019b24de6f72d8 URL: https://github.com/llvm/llvm-project/commit/3d8d9c9884db2b2a0fbd518990019b24de6f72d8 DIFF: https://github.com/llvm/llvm-project/commit/3d8d9c9884db2b2a0fbd518990019b24de6f72d8.diff

[Lldb-commits] [lldb] 256c16e - Change debugserver to clear PAC auth bits manually

2022-10-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-10-25T13:49:05-07:00 New Revision: 256c16e8f4e483ff19ed7096d3c41947a8a93144 URL: https://github.com/llvm/llvm-project/commit/256c16e8f4e483ff19ed7096d3c41947a8a93144 DIFF: https://github.com/llvm/llvm-project/commit/256c16e8f4e483ff19ed7096d3c41947a8a93144.diff

[Lldb-commits] [lldb] 779a455 - Quick fix for previous commit; small code change before commit

2022-10-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-10-25T13:56:02-07:00 New Revision: 779a45515134a040006c17d8b85f91a4d9f810ed URL: https://github.com/llvm/llvm-project/commit/779a45515134a040006c17d8b85f91a4d9f810ed DIFF: https://github.com/llvm/llvm-project/commit/779a45515134a040006c17d8b85f91a4d9f810ed.diff

[Lldb-commits] [lldb] d40f463 - Handle an unknown binary platform type in debugserver

2022-10-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-10-27T13:11:20-07:00 New Revision: d40f4636c454cf278b390b6591bf1e8dde8252aa URL: https://github.com/llvm/llvm-project/commit/d40f4636c454cf278b390b6591bf1e8dde8252aa DIFF: https://github.com/llvm/llvm-project/commit/d40f4636c454cf278b390b6591bf1e8dde8252aa.diff

[Lldb-commits] [lldb] bc19697 - Remove compile-time and runtime checks for SPI in HostInfoMacOSX

2022-10-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-10-27T16:57:48-07:00 New Revision: bc196970b549782bffde5fdbfa450c565af11fc1 URL: https://github.com/llvm/llvm-project/commit/bc196970b549782bffde5fdbfa450c565af11fc1 DIFF: https://github.com/llvm/llvm-project/commit/bc196970b549782bffde5fdbfa450c565af11fc1.diff

[Lldb-commits] [lldb] fd2065b - Have GetSupportedArchitectures report all supported arches

2022-11-03 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-03T10:46:48-07:00 New Revision: fd2065b70f2a74503725ebadb39c5dd2f9aa15c9 URL: https://github.com/llvm/llvm-project/commit/fd2065b70f2a74503725ebadb39c5dd2f9aa15c9 DIFF: https://github.com/llvm/llvm-project/commit/fd2065b70f2a74503725ebadb39c5dd2f9aa15c9.diff

[Lldb-commits] [lldb] 1ca03a5 - Rename unique-types2/TestUniqueTypes.py to TestUniqueTypes2.py

2022-11-09 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-09T09:21:13-08:00 New Revision: 1ca03a5d591052b9f3f1571218eb04f2fb1d8a68 URL: https://github.com/llvm/llvm-project/commit/1ca03a5d591052b9f3f1571218eb04f2fb1d8a68 DIFF: https://github.com/llvm/llvm-project/commit/1ca03a5d591052b9f3f1571218eb04f2fb1d8a68.diff

[Lldb-commits] [lldb] 48321ee - Check m_dyld_up directly in LoadBinariesViaMetadata

2022-11-10 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-10T15:49:23-08:00 New Revision: 48321eea9679e1d8c5a30f4027e1aa49738aebf3 URL: https://github.com/llvm/llvm-project/commit/48321eea9679e1d8c5a30f4027e1aa49738aebf3 DIFF: https://github.com/llvm/llvm-project/commit/48321eea9679e1d8c5a30f4027e1aa49738aebf3.diff

[Lldb-commits] [lldb] 53c45df - Change last-ditch magic address in IRMemoryMap::FindSpace

2022-11-14 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-14T09:54:05-08:00 New Revision: 53c45df5ed1b8ac606f7388cec025aaba0dee9ba URL: https://github.com/llvm/llvm-project/commit/53c45df5ed1b8ac606f7388cec025aaba0dee9ba DIFF: https://github.com/llvm/llvm-project/commit/53c45df5ed1b8ac606f7388cec025aaba0dee9ba.diff

[Lldb-commits] [lldb] 0869a69 - NFC test if rosetta debugserver exists before testing rosetta

2022-11-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-15T14:35:02-08:00 New Revision: 0869a699173f6d92949153e5301e6cfadf33201c URL: https://github.com/llvm/llvm-project/commit/0869a699173f6d92949153e5301e6cfadf33201c DIFF: https://github.com/llvm/llvm-project/commit/0869a699173f6d92949153e5301e6cfadf33201c.diff

[Lldb-commits] [lldb] 1447ea0 - NFC test if rosetta is installed before running x86 binary on AS

2022-11-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-15T14:44:35-08:00 New Revision: 1447ea059b4ac0995418950c1146fd936d57fee6 URL: https://github.com/llvm/llvm-project/commit/1447ea059b4ac0995418950c1146fd936d57fee6 DIFF: https://github.com/llvm/llvm-project/commit/1447ea059b4ac0995418950c1146fd936d57fee6.diff

[Lldb-commits] [lldb] 33ac4fd - Change debugserver to spawn processes in their own pgrp

2022-11-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-24T10:59:12-08:00 New Revision: 33ac4fddc7906ba712c50cd3a9b02ae041d751ab URL: https://github.com/llvm/llvm-project/commit/33ac4fddc7906ba712c50cd3a9b02ae041d751ab DIFF: https://github.com/llvm/llvm-project/commit/33ac4fddc7906ba712c50cd3a9b02ae041d751ab.diff

[Lldb-commits] green dragon testsuite crash on TestCoroutineHandle.py from coroutines formatter changes, temporarily revert?

2022-11-24 Thread Jason Molenda via lldb-commits
Hi Adrian, the green dragon Incremental CI bot has been failing the past couple of days after the changes for the coroutines formatter, most directly https://reviews.llvm.org/D132815 landed - TestCoroutineHandle.py results in a segfault on Darwin systems (both on the CI and on my mac desktop)

Re: [Lldb-commits] green dragon testsuite crash on TestCoroutineHandle.py from coroutines formatter changes, temporarily revert?

2022-11-24 Thread Jason Molenda via lldb-commits
Ah, little misstatement below. My first thought was that promise_type was null, but when I stepped through here with a debugger, it was not. I didn't know how to dig in to a CompilerType object but there was some reason why this CreateValueObjectFromAddress failed to return an actual ValueObje

[Lldb-commits] [lldb] 1df47db - Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIE"

2022-11-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-25T12:13:31-08:00 New Revision: 1df47dbe131d2aed676d9d5e0441ff4b61fec018 URL: https://github.com/llvm/llvm-project/commit/1df47dbe131d2aed676d9d5e0441ff4b61fec018 DIFF: https://github.com/llvm/llvm-project/commit/1df47dbe131d2aed676d9d5e0441ff4b61fec018.diff

[Lldb-commits] [lldb] f6d4e68 - Revert "[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printer"

2022-11-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-25T12:22:58-08:00 New Revision: f6d4e687172ab14728c569a0c1d3eb1c76021250 URL: https://github.com/llvm/llvm-project/commit/f6d4e687172ab14728c569a0c1d3eb1c76021250 DIFF: https://github.com/llvm/llvm-project/commit/f6d4e687172ab14728c569a0c1d3eb1c76021250.diff

[Lldb-commits] [lldb] 2b2f2f6 - Revert "[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` pretty printer"

2022-11-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-11-25T12:32:33-08:00 New Revision: 2b2f2f66141d52dc0d3082ddd12805d36872a189 URL: https://github.com/llvm/llvm-project/commit/2b2f2f66141d52dc0d3082ddd12805d36872a189 DIFF: https://github.com/llvm/llvm-project/commit/2b2f2f66141d52dc0d3082ddd12805d36872a189.diff

Re: [Lldb-commits] green dragon testsuite crash on TestCoroutineHandle.py from coroutines formatter changes, temporarily revert?

2022-11-25 Thread Jason Molenda via lldb-commits
Hi Adrian, thanks for digging in. I am not sure about the policies of the builders, I think we had failing test cases for a bunch of days & it may have already been red when your change went in, so it wasn't detected as a change in status. That might have something to do with it. I thought th

Re: [Lldb-commits] green dragon testsuite crash on TestCoroutineHandle.py from coroutines formatter changes, temporarily revert?

2022-11-25 Thread Jason Molenda via lldb-commits
FWIW I could repo promise_type failure on my macOS desktop which has the current Xcode 14 tools installed, but I can't tell you exactly what this corresponds to in github hash terms (it's "Apple clang version 14.0.0 (clang-1400.0.29.100)"), I think it was originally branched 2021-10-26, althoug

[Lldb-commits] [lldb] 0c2b7fa - Leave DW_OP_addr addresses as load addresses in DWARFExpression

2022-12-02 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-12-02T14:45:02-08:00 New Revision: 0c2b7fa8691e9d1f6c7dd656e44321ef8c84ae87 URL: https://github.com/llvm/llvm-project/commit/0c2b7fa8691e9d1f6c7dd656e44321ef8c84ae87 DIFF: https://github.com/llvm/llvm-project/commit/0c2b7fa8691e9d1f6c7dd656e44321ef8c84ae87.diff

[Lldb-commits] [lldb] 9ea6dd5 - Add a corefile style option to process save-core; skinny corefiles

2021-06-20 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-06-20T12:26:54-07:00 New Revision: 9ea6dd5cfac0b233fbb148c1e2d0f81f816737c8 URL: https://github.com/llvm/llvm-project/commit/9ea6dd5cfac0b233fbb148c1e2d0f81f816737c8 DIFF: https://github.com/llvm/llvm-project/commit/9ea6dd5cfac0b233fbb148c1e2d0f81f816737c8.diff

[Lldb-commits] [lldb] af91388 - Try to unbreak the windows CI

2021-06-20 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-06-20T13:13:46-07:00 New Revision: af913881e33c30d34c806efc586360d3bfc3a5ca URL: https://github.com/llvm/llvm-project/commit/af913881e33c30d34c806efc586360d3bfc3a5ca DIFF: https://github.com/llvm/llvm-project/commit/af913881e33c30d34c806efc586360d3bfc3a5ca.diff

[Lldb-commits] [lldb] cdc6f8d - Read and write a LC_NOTE "addrable bits" for addressing mask

2021-07-22 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-07-22T01:06:44-07:00 New Revision: cdc6f8d728208d2f06c1c632a41d930e172b4fb5 URL: https://github.com/llvm/llvm-project/commit/cdc6f8d728208d2f06c1c632a41d930e172b4fb5 DIFF: https://github.com/llvm/llvm-project/commit/cdc6f8d728208d2f06c1c632a41d930e172b4fb5.diff

[Lldb-commits] [lldb] 4d3d182 - Revert "[LLDB][GUI] Refactor form drawing using subsurfaces"

2021-08-05 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-05T19:27:55-07:00 New Revision: 4d3d182c1dcb99ddcce7d077060d87111cb8dbfa URL: https://github.com/llvm/llvm-project/commit/4d3d182c1dcb99ddcce7d077060d87111cb8dbfa DIFF: https://github.com/llvm/llvm-project/commit/4d3d182c1dcb99ddcce7d077060d87111cb8dbfa.diff

[Lldb-commits] [lldb] 8c31efe - Add the ability to process save-core stack-memory-only corefiles

2021-08-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-11T13:37:31-07:00 New Revision: 8c31efeed6007bade1e4ddda2ceccab311661cbc URL: https://github.com/llvm/llvm-project/commit/8c31efeed6007bade1e4ddda2ceccab311661cbc DIFF: https://github.com/llvm/llvm-project/commit/8c31efeed6007bade1e4ddda2ceccab311661cbc.diff

[Lldb-commits] [lldb] 2b30fc2 - Fix two bugs with stack corefiles patch, restrict test built debugserver

2021-08-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-11T17:19:31-07:00 New Revision: 2b30fc2ff3cadd085f7103cb953cd9cf091ee9b9 URL: https://github.com/llvm/llvm-project/commit/2b30fc2ff3cadd085f7103cb953cd9cf091ee9b9 DIFF: https://github.com/llvm/llvm-project/commit/2b30fc2ff3cadd085f7103cb953cd9cf091ee9b9.diff

[Lldb-commits] [lldb] 7ce739a - Update gdbremote_testcase.py to allow new k-v pair in qMemoryRegionInfo

2021-08-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-11T17:34:52-07:00 New Revision: 7ce739a87834785e2ddbc893fc833346413d360f URL: https://github.com/llvm/llvm-project/commit/7ce739a87834785e2ddbc893fc833346413d360f DIFF: https://github.com/llvm/llvm-project/commit/7ce739a87834785e2ddbc893fc833346413d360f.diff

[Lldb-commits] [lldb] 7150b56 - Symbolicate aarch64 adrp+add pc-relative addr in disass

2021-08-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-12T14:44:17-07:00 New Revision: 7150b562081ffb2ec5406edfa579b16d3ec20d90 URL: https://github.com/llvm/llvm-project/commit/7150b562081ffb2ec5406edfa579b16d3ec20d90 DIFF: https://github.com/llvm/llvm-project/commit/7150b562081ffb2ec5406edfa579b16d3ec20d90.diff

[Lldb-commits] [lldb] 65bc8ba - Correctly update reproducer hooks for SB API I added

2021-08-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-16T13:41:18-07:00 New Revision: 65bc8ba1a2d434ba72f6f476bfd4a9ae69cb16b2 URL: https://github.com/llvm/llvm-project/commit/65bc8ba1a2d434ba72f6f476bfd4a9ae69cb16b2 DIFF: https://github.com/llvm/llvm-project/commit/65bc8ba1a2d434ba72f6f476bfd4a9ae69cb16b2.diff

[Lldb-commits] [lldb] aa575ed - Ah, fix formatting, I didn't notice lldb-instr's code

2021-08-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-16T13:46:54-07:00 New Revision: aa575ed918632358b65da3e161d55254092b7416 URL: https://github.com/llvm/llvm-project/commit/aa575ed918632358b65da3e161d55254092b7416 DIFF: https://github.com/llvm/llvm-project/commit/aa575ed918632358b65da3e161d55254092b7416.diff

[Lldb-commits] [lldb] c1184ca - Use dSYM's file addr for Sections when it doesn't match binary

2021-08-31 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-08-31T01:35:07-07:00 New Revision: c1184ca6eb97e0ac5f7b6cdcc99e3905d27f9d95 URL: https://github.com/llvm/llvm-project/commit/c1184ca6eb97e0ac5f7b6cdcc99e3905d27f9d95 DIFF: https://github.com/llvm/llvm-project/commit/c1184ca6eb97e0ac5f7b6cdcc99e3905d27f9d95.diff

[Lldb-commits] [lldb] 9ed9742 - Only perform the login_session_has_gui_access on macOS

2020-02-10 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-10T18:16:31-08:00 New Revision: 9ed9742ec05091e4c16d93005acbfafc6f801e7d URL: https://github.com/llvm/llvm-project/commit/9ed9742ec05091e4c16d93005acbfafc6f801e7d DIFF: https://github.com/llvm/llvm-project/commit/9ed9742ec05091e4c16d93005acbfafc6f801e7d.diff

[Lldb-commits] [lldb] f9fdd11 - Rewrite default "could not attach" msg to point to hints

2020-02-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-11T16:18:49-08:00 New Revision: f9fdd1172c8b326126463f1efcfee721e5222334 URL: https://github.com/llvm/llvm-project/commit/f9fdd1172c8b326126463f1efcfee721e5222334 DIFF: https://github.com/llvm/llvm-project/commit/f9fdd1172c8b326126463f1efcfee721e5222334.diff

[Lldb-commits] [lldb] 1287977 - Document third option to python synthetic type summary

2020-02-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-13T13:04:51-08:00 New Revision: 1287977b9edd86a4983542b50a082dd0996ae67e URL: https://github.com/llvm/llvm-project/commit/1287977b9edd86a4983542b50a082dd0996ae67e DIFF: https://github.com/llvm/llvm-project/commit/1287977b9edd86a4983542b50a082dd0996ae67e.diff

[Lldb-commits] [lldb] 14d6863 - Small reformat to avoid tripping up possible formatting.

2020-02-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-13T13:06:44-08:00 New Revision: 14d686309a1ac9cc41522b00da7a751db592ef6e URL: https://github.com/llvm/llvm-project/commit/14d686309a1ac9cc41522b00da7a751db592ef6e DIFF: https://github.com/llvm/llvm-project/commit/14d686309a1ac9cc41522b00da7a751db592ef6e.diff

[Lldb-commits] [lldb] 83bea6d - Remove 'process launch failed:' message prefix in Target::Launch

2020-02-14 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-14T18:42:38-08:00 New Revision: 83bea6d99dd17d893b7160e045700aef6173a49d URL: https://github.com/llvm/llvm-project/commit/83bea6d99dd17d893b7160e045700aef6173a49d DIFF: https://github.com/llvm/llvm-project/commit/83bea6d99dd17d893b7160e045700aef6173a49d.diff

[Lldb-commits] [lldb] edc4f4c - Unwind past an interrupt handler correctly on arm or at pc==0

2020-02-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-24T16:11:15-08:00 New Revision: edc4f4c9c9d90b2a4f8831ba4c873f08eaa5395a URL: https://github.com/llvm/llvm-project/commit/edc4f4c9c9d90b2a4f8831ba4c873f08eaa5395a DIFF: https://github.com/llvm/llvm-project/commit/edc4f4c9c9d90b2a4f8831ba4c873f08eaa5395a.diff

[Lldb-commits] [lldb] 082f1a3 - My prevous commit to RegisterContextLLDB is causing a test fail

2020-02-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-24T17:19:06-08:00 New Revision: 082f1a3b15999c803265fabcb555ad253a00d477 URL: https://github.com/llvm/llvm-project/commit/082f1a3b15999c803265fabcb555ad253a00d477 DIFF: https://github.com/llvm/llvm-project/commit/082f1a3b15999c803265fabcb555ad253a00d477.diff

[Lldb-commits] [lldb] 4fdd2ed - Revert "Unwind past an interrupt handler correctly on arm or at pc==0"

2020-02-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-24T19:03:22-08:00 New Revision: 4fdd2edbdb4bfe6a95df0fac12e8beffcbe33b86 URL: https://github.com/llvm/llvm-project/commit/4fdd2edbdb4bfe6a95df0fac12e8beffcbe33b86 DIFF: https://github.com/llvm/llvm-project/commit/4fdd2edbdb4bfe6a95df0fac12e8beffcbe33b86.diff

[Lldb-commits] [lldb] d5a4fa0 - Revert "My prevous commit to RegisterContextLLDB is causing a test fail"

2020-02-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-24T19:03:22-08:00 New Revision: d5a4fa05146fe290735e2a38adb50d76052c4313 URL: https://github.com/llvm/llvm-project/commit/d5a4fa05146fe290735e2a38adb50d76052c4313 DIFF: https://github.com/llvm/llvm-project/commit/d5a4fa05146fe290735e2a38adb50d76052c4313.diff

[Lldb-commits] [lldb] 4b2b8b9 - Re-land Unwind past an interrupt handler correctly on arm or at pc==0

2020-02-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-02-25T14:58:20-08:00 New Revision: 4b2b8b96db2837a95e8c3ceca3f31ac5641ca001 URL: https://github.com/llvm/llvm-project/commit/4b2b8b96db2837a95e8c3ceca3f31ac5641ca001 DIFF: https://github.com/llvm/llvm-project/commit/4b2b8b96db2837a95e8c3ceca3f31ac5641ca001.diff

[Lldb-commits] [lldb] 8aa07f8 - Remove the old SecTaskAccess entry from debugserver's plist

2020-03-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-03-16T21:54:32-07:00 New Revision: 8aa07f81b85b7af4b0678a813dd4f5a98293b955 URL: https://github.com/llvm/llvm-project/commit/8aa07f81b85b7af4b0678a813dd4f5a98293b955 DIFF: https://github.com/llvm/llvm-project/commit/8aa07f81b85b7af4b0678a813dd4f5a98293b955.diff

[Lldb-commits] [lldb] 5d881dd - Update so debugserver can be built on macos again with xcodebuild.

2020-03-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-03-18T21:46:20-07:00 New Revision: 5d881dd8a8b8ea6f80bf4ef5b900ca006dacd9bf URL: https://github.com/llvm/llvm-project/commit/5d881dd8a8b8ea6f80bf4ef5b900ca006dacd9bf DIFF: https://github.com/llvm/llvm-project/commit/5d881dd8a8b8ea6f80bf4ef5b900ca006dacd9bf.diff

Re: [Lldb-commits] [PATCH] D74398: [lldb-server] jThreadsInfo returns stack memory

2020-03-21 Thread Jason Molenda via lldb-commits
> On Mar 21, 2020, at 10:25 PM, Jason Molenda via Phabricator via lldb-commits > wrote: > > > 0x11232 <+18>: movq %rax, -0x68(%rbp) > 0x11236 <+22>: callq 0x11350 ; > std::__1::vector > >::vector at vector:497 > 0x1123b <+27>: movabsq $0x1, %rax

[Lldb-commits] [lldb] f0a5af9 - Merge in symbols from Mach-O dyld trie to the symbol table

2020-03-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-03-27T22:53:15-07:00 New Revision: f0a5af906b41b654ef0c71dee5f81bf7496524b2 URL: https://github.com/llvm/llvm-project/commit/f0a5af906b41b654ef0c71dee5f81bf7496524b2 DIFF: https://github.com/llvm/llvm-project/commit/f0a5af906b41b654ef0c71dee5f81bf7496524b2.diff

[Lldb-commits] [lldb] 836534f - Add more detailed symbol type categorization, based on a swift patch by

2020-04-06 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-04-06T14:05:33-07:00 New Revision: 836534f9970295ff559ef49d6c49958aac6171f9 URL: https://github.com/llvm/llvm-project/commit/836534f9970295ff559ef49d6c49958aac6171f9 DIFF: https://github.com/llvm/llvm-project/commit/836534f9970295ff559ef49d6c49958aac6171f9.diff

[Lldb-commits] [lldb] fcdef15 - Add a new Row setting to mark all un-declared regs as Undefined

2021-02-17 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-02-17T23:52:28-08:00 New Revision: fcdef15d77bde8a200cd28242077cd2496f138a4 URL: https://github.com/llvm/llvm-project/commit/fcdef15d77bde8a200cd28242077cd2496f138a4 DIFF: https://github.com/llvm/llvm-project/commit/fcdef15d77bde8a200cd28242077cd2496f138a4.diff

[Lldb-commits] [lldb] d82ecb0 - LanguageRuntime can provide an UnwindPlan for special occasions

2021-02-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-02-18T23:23:15-08:00 New Revision: d82ecb0ac72261189ec3a5dccd3ad55aeafe07b4 URL: https://github.com/llvm/llvm-project/commit/d82ecb0ac72261189ec3a5dccd3ad55aeafe07b4 DIFF: https://github.com/llvm/llvm-project/commit/d82ecb0ac72261189ec3a5dccd3ad55aeafe07b4.diff

[Lldb-commits] [lldb] 266bb78 - LanguageRuntime for 0th frame unwind, simplify getting pc-for-symbolication

2021-03-03 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-03-03T19:29:40-08:00 New Revision: 266bb78f7d133a344992c5bfca61ef11ee152cb0 URL: https://github.com/llvm/llvm-project/commit/266bb78f7d133a344992c5bfca61ef11ee152cb0 DIFF: https://github.com/llvm/llvm-project/commit/266bb78f7d133a344992c5bfca61ef11ee152cb0.diff

[Lldb-commits] [lldb] ea659ea - Log in SetPrivateState when unwind logging enabled

2021-03-09 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-03-09T16:22:46-08:00 New Revision: ea659ea101a56a08c73be65ab62c3e180e37ca38 URL: https://github.com/llvm/llvm-project/commit/ea659ea101a56a08c73be65ab62c3e180e37ca38 DIFF: https://github.com/llvm/llvm-project/commit/ea659ea101a56a08c73be65ab62c3e180e37ca38.diff

[Lldb-commits] [lldb] 22e9753 - Don't load kexts/kernels without dSYMs present

2021-03-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-03-12T17:20:44-08:00 New Revision: 22e9753271b71e2c067aadd5b877eef8198cadd2 URL: https://github.com/llvm/llvm-project/commit/22e9753271b71e2c067aadd5b877eef8198cadd2 DIFF: https://github.com/llvm/llvm-project/commit/22e9753271b71e2c067aadd5b877eef8198cadd2.diff

[Lldb-commits] [lldb] a0793cb - Update SafeMachO.h to #undefine more names

2021-03-23 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-03-23T23:34:22-07:00 New Revision: a0793cb1f1a64f61675767d551bbd26ea41a4e93 URL: https://github.com/llvm/llvm-project/commit/a0793cb1f1a64f61675767d551bbd26ea41a4e93 DIFF: https://github.com/llvm/llvm-project/commit/a0793cb1f1a64f61675767d551bbd26ea41a4e93.diff

[Lldb-commits] [lldb] 3bc65a9 - Handle a LC_NOTE main bin spec for user process corefiles

2021-03-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-03-24T02:18:17-07:00 New Revision: 3bc65a946ebef55cee2d1e151977a570d32a2b23 URL: https://github.com/llvm/llvm-project/commit/3bc65a946ebef55cee2d1e151977a570d32a2b23 DIFF: https://github.com/llvm/llvm-project/commit/3bc65a946ebef55cee2d1e151977a570d32a2b23.diff

Re: [Lldb-commits] [PATCH] D98482: [lldb] [server] Support for multiprocess extension

2021-04-01 Thread Jason Molenda via lldb-commits
Hi Michał, this commit has caused a test failure on the macos incremental CI bot, http://green.lab.llvm.org/green/blue/organizations/jenkins/lldb-cmake/activity Failed Tests (3): lldb-api :: tools/lldb-server/TestLldbGdbServer.py lldb-api :: tools/lldb-server/vCont-threads/TestGdbRemote_vCo

[Lldb-commits] [lldb] 78a1412 - Handle all standalone combinations of LC_NOTEs w/ & w/o addr & uuid

2021-04-01 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-01T18:59:36-07:00 New Revision: 78a1412845b5552465505889b69b5b11d9b20d35 URL: https://github.com/llvm/llvm-project/commit/78a1412845b5552465505889b69b5b11d9b20d35 DIFF: https://github.com/llvm/llvm-project/commit/78a1412845b5552465505889b69b5b11d9b20d35.diff

[Lldb-commits] [lldb] 602ab18 - Revert "Add support for fetching signed values from tagged pointers."

2021-04-04 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-04T01:47:35-07:00 New Revision: 602ab188a7e18b97d9af95e17271e8fbee129081 URL: https://github.com/llvm/llvm-project/commit/602ab188a7e18b97d9af95e17271e8fbee129081 DIFF: https://github.com/llvm/llvm-project/commit/602ab188a7e18b97d9af95e17271e8fbee129081.diff

[Lldb-commits] [lldb] d9773c1 - Reorg firmware corefile tests; add test for OS plugin loading

2021-04-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-08T01:45:25-07:00 New Revision: d9773c1b4eb14c5f38d23323270ef67b4c528844 URL: https://github.com/llvm/llvm-project/commit/d9773c1b4eb14c5f38d23323270ef67b4c528844 DIFF: https://github.com/llvm/llvm-project/commit/d9773c1b4eb14c5f38d23323270ef67b4c528844.diff

[Lldb-commits] [lldb] dd453a1 - Add setting to disable LanguageRuntime UnwindPlans

2021-04-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-08T13:28:59-07:00 New Revision: dd453a1389b6a7e6d9214b449d3c54981b1a89b6 URL: https://github.com/llvm/llvm-project/commit/dd453a1389b6a7e6d9214b449d3c54981b1a89b6 DIFF: https://github.com/llvm/llvm-project/commit/dd453a1389b6a7e6d9214b449d3c54981b1a89b6.diff

[Lldb-commits] [lldb] 01ad95f - Mark armv6m compat with armv7em; match armv7em being compat with armv6m

2021-04-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-15T01:30:51-07:00 New Revision: 01ad95ff2a7cc127eddf3832693bbd5c6c54f9ef URL: https://github.com/llvm/llvm-project/commit/01ad95ff2a7cc127eddf3832693bbd5c6c54f9ef DIFF: https://github.com/llvm/llvm-project/commit/01ad95ff2a7cc127eddf3832693bbd5c6c54f9ef.diff

[Lldb-commits] [lldb] 71a45e7 - NFC put the armv6m entry with the other Cortex-M entries

2021-04-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-15T02:02:26-07:00 New Revision: 71a45e7c63285614364d3d5dfcb4d48da6e7535d URL: https://github.com/llvm/llvm-project/commit/71a45e7c63285614364d3d5dfcb4d48da6e7535d DIFF: https://github.com/llvm/llvm-project/commit/71a45e7c63285614364d3d5dfcb4d48da6e7535d.diff

[Lldb-commits] [lldb] 9d4415d - Don't refer to allocation map entry after deallocating it

2021-04-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-15T20:16:38-07:00 New Revision: 9d4415d01d234efb5dd46bdcbb280c03e12a8101 URL: https://github.com/llvm/llvm-project/commit/9d4415d01d234efb5dd46bdcbb280c03e12a8101 DIFF: https://github.com/llvm/llvm-project/commit/9d4415d01d234efb5dd46bdcbb280c03e12a8101.diff

[Lldb-commits] [lldb] e9fe788 - Target::ReadMemory read from read-only binary file Section, not memory

2021-04-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-16T16:13:07-07:00 New Revision: e9fe788d326090cb6155c0dec90b44c932273dd3 URL: https://github.com/llvm/llvm-project/commit/e9fe788d326090cb6155c0dec90b44c932273dd3 DIFF: https://github.com/llvm/llvm-project/commit/e9fe788d326090cb6155c0dec90b44c932273dd3.diff

[Lldb-commits] [lldb] f2da1f6 - Get Section from resolved_addr in Target::ReadMemory

2021-04-20 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-20T12:09:06-07:00 New Revision: f2da1f68d815f97e1211da62e7e1f102941947e3 URL: https://github.com/llvm/llvm-project/commit/f2da1f68d815f97e1211da62e7e1f102941947e3 DIFF: https://github.com/llvm/llvm-project/commit/f2da1f68d815f97e1211da62e7e1f102941947e3.diff

[Lldb-commits] [lldb] 6fca189 - Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpoint

2021-04-24 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-04-24T14:03:41-07:00 New Revision: 6fca189532511da1b48e8c0d9aad8ff2edca382d URL: https://github.com/llvm/llvm-project/commit/6fca189532511da1b48e8c0d9aad8ff2edca382d DIFF: https://github.com/llvm/llvm-project/commit/6fca189532511da1b48e8c0d9aad8ff2edca382d.diff

[Lldb-commits] [lldb] 0c443e9 - Add some warnings when debugserver is running in translation

2021-05-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-05-12T22:18:24-07:00 New Revision: 0c443e92d3b9bc5a25214f2c8418b72501a15a00 URL: https://github.com/llvm/llvm-project/commit/0c443e92d3b9bc5a25214f2c8418b72501a15a00 DIFF: https://github.com/llvm/llvm-project/commit/0c443e92d3b9bc5a25214f2c8418b72501a15a00.diff

[Lldb-commits] [lldb] afee097 - [NFC] Add GetInferiorAddrSize method, unify code to compute

2021-05-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2021-05-13T00:47:58-07:00 New Revision: afee09751d2d744a753ef4d3e8d83857dcd0f682 URL: https://github.com/llvm/llvm-project/commit/afee09751d2d744a753ef4d3e8d83857dcd0f682 DIFF: https://github.com/llvm/llvm-project/commit/afee09751d2d744a753ef4d3e8d83857dcd0f682.diff

[Lldb-commits] [lldb] abf546d - debguserver's type sniffer to only treat .app things that end in .app

2020-07-30 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-07-30T21:14:33-07:00 New Revision: abf546dd4f8326b821244b67eaa79ada7757d877 URL: https://github.com/llvm/llvm-project/commit/abf546dd4f8326b821244b67eaa79ada7757d877 DIFF: https://github.com/llvm/llvm-project/commit/abf546dd4f8326b821244b67eaa79ada7757d877.diff

[Lldb-commits] [lldb] 99d187a - Update UnwindPlan dump to list if it is a trap handler func; also Command

2020-08-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-08-25T20:53:59-07:00 New Revision: 99d187a003c9bd4bdc42c17e5563bd80f4e159e9 URL: https://github.com/llvm/llvm-project/commit/99d187a003c9bd4bdc42c17e5563bd80f4e159e9 DIFF: https://github.com/llvm/llvm-project/commit/99d187a003c9bd4bdc42c17e5563bd80f4e159e9.diff

[Lldb-commits] [lldb] b1e856d - Ah, one test too many updated. This one should be unmodified.

2020-08-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-08-25T21:03:39-07:00 New Revision: b1e856d3a9019c355baa186075699d95be7b2735 URL: https://github.com/llvm/llvm-project/commit/b1e856d3a9019c355baa186075699d95be7b2735 DIFF: https://github.com/llvm/llvm-project/commit/b1e856d3a9019c355baa186075699d95be7b2735.diff

[Lldb-commits] [lldb] 1bec6eb - Add support for firmware/standalone LC_NOTE "main bin spec" corefiles

2020-09-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-09-25T15:19:22-07:00 New Revision: 1bec6eb3f5cba594698bae5b2789744e0c8ee5f2 URL: https://github.com/llvm/llvm-project/commit/1bec6eb3f5cba594698bae5b2789744e0c8ee5f2 DIFF: https://github.com/llvm/llvm-project/commit/1bec6eb3f5cba594698bae5b2789744e0c8ee5f2.diff

[Lldb-commits] [lldb] 6e54918 - Once we've found a firmware binary and loaded it, don't search more

2020-09-28 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-09-28T12:51:23-07:00 New Revision: 6e54918db7f4dad0d5a6fbff140009ed6f151d2c URL: https://github.com/llvm/llvm-project/commit/6e54918db7f4dad0d5a6fbff140009ed6f151d2c DIFF: https://github.com/llvm/llvm-project/commit/6e54918db7f4dad0d5a6fbff140009ed6f151d2c.diff

[Lldb-commits] [lldb] a1e9792 - Have kernel binary scanner load dSYMs as binary+dSYM if best thing found

2020-10-01 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-10-01T18:55:37-07:00 New Revision: a1e97923a025d09934b557ca4343d8e4b5a9973d URL: https://github.com/llvm/llvm-project/commit/a1e97923a025d09934b557ca4343d8e4b5a9973d DIFF: https://github.com/llvm/llvm-project/commit/a1e97923a025d09934b557ca4343d8e4b5a9973d.diff

[Lldb-commits] [lldb] e763709 - Add a new launch flag option for watchos, WatchComplicationLaunch.

2020-10-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-10-13T16:28:16-07:00 New Revision: e763709d14e560915e04731c2fd6f1595d7ff8ba URL: https://github.com/llvm/llvm-project/commit/e763709d14e560915e04731c2fd6f1595d7ff8ba DIFF: https://github.com/llvm/llvm-project/commit/e763709d14e560915e04731c2fd6f1595d7ff8ba.diff

[Lldb-commits] [lldb] 7d67c06 - Remove unused build configurations from debugserver xcode project

2020-10-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-10-13T16:39:30-07:00 New Revision: 7d67c06391bba00a043c23eb6bb478484831de98 URL: https://github.com/llvm/llvm-project/commit/7d67c06391bba00a043c23eb6bb478484831de98 DIFF: https://github.com/llvm/llvm-project/commit/7d67c06391bba00a043c23eb6bb478484831de98.diff

[Lldb-commits] [lldb] b198568 - Fix typeo in attach failed error message.

2020-10-14 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-10-14T23:31:24-07:00 New Revision: b19856881c1624df8b667d672193be52dfa23846 URL: https://github.com/llvm/llvm-project/commit/b19856881c1624df8b667d672193be52dfa23846 DIFF: https://github.com/llvm/llvm-project/commit/b19856881c1624df8b667d672193be52dfa23846.diff

[Lldb-commits] [lldb] af5504e - Increase timeout to find a dSYM in macos DownloadObjectAndSymbolFile

2020-10-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-10-15T00:57:23-07:00 New Revision: af5504edd6815d085de8aa66efcd7150d6315a51 URL: https://github.com/llvm/llvm-project/commit/af5504edd6815d085de8aa66efcd7150d6315a51 DIFF: https://github.com/llvm/llvm-project/commit/af5504edd6815d085de8aa66efcd7150d6315a51.diff

[Lldb-commits] [lldb] 32021ee - Un-indent the section on 'Writing Target Stop-Hooks in Python'

2020-10-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-10-16T23:23:25-07:00 New Revision: 32021eeff0cd4786722e0dd7c31acf7554c6fd0a URL: https://github.com/llvm/llvm-project/commit/32021eeff0cd4786722e0dd7c31acf7554c6fd0a DIFF: https://github.com/llvm/llvm-project/commit/32021eeff0cd4786722e0dd7c31acf7554c6fd0a.diff

[Lldb-commits] [lldb] r373789 - Expand on the qfProcessInfo documentation, add examples from

2019-10-04 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Fri Oct 4 14:01:52 2019 New Revision: 373789 URL: http://llvm.org/viewvc/llvm-project?rev=373789&view=rev Log: Expand on the qfProcessInfo documentation, add examples from lldb-gdb-remote.txt and text explaining the no-criteria mode. Modified: lldb/trunk/docs/lldb-pla

[Lldb-commits] [lldb] r374264 - Change debugserver to use the brk #0 for breakpoints.

2019-10-09 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Oct 9 17:12:05 2019 New Revision: 374264 URL: http://llvm.org/viewvc/llvm-project?rev=374264&view=rev Log: Change debugserver to use the brk #0 for breakpoints. debugserver had been using an instruction that would work for armv7 or aarch64 processes, but we don't h

[Lldb-commits] [lldb] r375032 - Add arm64_32 support to lldb, an ILP32 codegen

2019-10-16 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Oct 16 12:14:49 2019 New Revision: 375032 URL: http://llvm.org/viewvc/llvm-project?rev=375032&view=rev Log: Add arm64_32 support to lldb, an ILP32 codegen that runs on arm64 ISA targets, specifically Apple watches. Differential Revision: https://reviews.llvm.org/D688

[Lldb-commits] [lldb] 54a873b - Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.

2019-10-31 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2019-10-31T14:13:57-07:00 New Revision: 54a873b158bd463db48829407f3939ff9a7be65a URL: https://github.com/llvm/llvm-project/commit/54a873b158bd463db48829407f3939ff9a7be65a DIFF: https://github.com/llvm/llvm-project/commit/54a873b158bd463db48829407f3939ff9a7be65a.diff

[Lldb-commits] [lldb] 6602e1f - Reordering KextImageInfo::LoadImageUsingMemoryModule

2019-11-07 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2019-11-07T19:34:09-08:00 New Revision: 6602e1fb0e34c1a755ef561de24e5b78a460672a URL: https://github.com/llvm/llvm-project/commit/6602e1fb0e34c1a755ef561de24e5b78a460672a DIFF: https://github.com/llvm/llvm-project/commit/6602e1fb0e34c1a755ef561de24e5b78a460672a.diff

[Lldb-commits] [lldb] 1478f36 - Test case to verify that lldb falls back to p/P if g is unsupported

2019-11-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2019-11-08T15:57:54-08:00 New Revision: 1478f36f27cfe06c5da75ef11fab2d409f2beafe URL: https://github.com/llvm/llvm-project/commit/1478f36f27cfe06c5da75ef11fab2d409f2beafe DIFF: https://github.com/llvm/llvm-project/commit/1478f36f27cfe06c5da75ef11fab2d409f2beafe.diff

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-08 Thread Jason Molenda via lldb-commits
A heads-up - lldb is failing to detect the case where the remote gdb RSP stub does not support the 'g' packet. I found this while doing some bare board debugging; g fails and doesn't fall back to fetching register values individually. I wrote a test TestNoGPacketSupported.py to show this beh

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-08 Thread Jason Molenda via lldb-commits
Hm, a follow-on problem is that there's some bug between debugserver and lldb with the g/G packets which is causing bot failures on macos systems. lldb has never used g/G before (if p/P was available) because debugserver seeds all of the GPR values with the stop packet (? aka Tnn) or with the jT

[Lldb-commits] [lldb] 60ab30e - Temporarily change the default for use-g-packet-for-reading to false,

2019-11-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2019-11-08T18:21:57-08:00 New Revision: 60ab30ebce833c87bd4776f67cd9a82fe162ef9c URL: https://github.com/llvm/llvm-project/commit/60ab30ebce833c87bd4776f67cd9a82fe162ef9c DIFF: https://github.com/llvm/llvm-project/commit/60ab30ebce833c87bd4776f67cd9a82fe162ef9c.diff

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-08 Thread Jason Molenda via lldb-commits
I'm switching the default for at least the weekend via 60ab30ebce833c87bd4776f67cd9a82fe162ef9c / https://reviews.llvm.org/rG60ab30ebce83 so the bots aren't failing because of this, we can all look into this next week. I think the best solution is to get lldb to fall back to p/P if g/G are not

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-11 Thread Jason Molenda via lldb-commits
On 11/09/19 12:41 PM, Jan Kratochvil wrote: > > On Sat, 09 Nov 2019 03:25:51 +0100, Jason Molenda via lldb-commits wrote: > > I'm switching the default for at least the weekend via > > 60ab30ebce833c87bd4776f67cd9a82fe162ef9c / > > https://reviews.llvm.org/rG60

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-11 Thread Jason Molenda via lldb-commits
Thanks!  lldb is trying to resume execution for some reason. I wonder if the T11 as the stop reason is causing problems, I just did it at random. I'll try changing the test to use a T02 stop reason. Baffled as to the difference in behavior, but we'll see if this matters. On 11/10/19 10:32 PM,

[Lldb-commits] [lldb] r368118 - Upstream a few small Apple changes to debugserver - arm64_32, Catalyst

2019-08-06 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Tue Aug 6 19:06:06 2019 New Revision: 368118 URL: http://llvm.org/viewvc/llvm-project?rev=368118&view=rev Log: Upstream a few small Apple changes to debugserver - arm64_32, Catalyst Adrian's changes to support Catalyst processes and my changes to support debugserver runnin

[Lldb-commits] [lldb] r369484 - Update a few tests that may change the platform to save & restore

2019-08-20 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Tue Aug 20 17:27:30 2019 New Revision: 369484 URL: http://llvm.org/viewvc/llvm-project?rev=369484&view=rev Log: Update a few tests that may change the platform to save & restore the platform in the setUp/tearDown methods. I want to migrate the re-instatement of the correct

[Lldb-commits] [lldb] r369584 - When building file without debug info, include the architecture

2019-08-21 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Aug 21 14:34:17 2019 New Revision: 369584 URL: http://llvm.org/viewvc/llvm-project?rev=369584&view=rev Log: When building file without debug info, include the architecture setting in the cflags on Darwin systems. Modified: lldb/trunk/packages/Python/lldbsuite/test/

[Lldb-commits] [lldb] r369611 - The g_format_infos table needs to be updated in concert with the

2019-08-21 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Aug 21 19:06:03 2019 New Revision: 369611 URL: http://llvm.org/viewvc/llvm-project?rev=369611&view=rev Log: The g_format_infos table needs to be updated in concert with the enum Format entries; else we can crash in a place like FormatManager::GetFormatAsCString(). We sh

[Lldb-commits] [lldb] r369990 - Send error message on failed attach from debugerserver.

2019-08-26 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Mon Aug 26 17:08:27 2019 New Revision: 369990 URL: http://llvm.org/viewvc/llvm-project?rev=369990&view=rev Log: Send error message on failed attach from debugerserver. Instead of using a magic return error code from debugserver to indicate that an attach failed because of S

[Lldb-commits] [lldb] r370152 - Update name of objc runtime SPI function we call for class names.

2019-08-27 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Tue Aug 27 19:14:07 2019 New Revision: 370152 URL: http://llvm.org/viewvc/llvm-project?rev=370152&view=rev Log: Update name of objc runtime SPI function we call for class names. A new SPI was added to the objc runtime to get class names without any demangling; AppleObjCRunt

[Lldb-commits] [lldb] r371280 - Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.

2019-09-06 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Fri Sep 6 18:38:37 2019 New Revision: 371280 URL: http://llvm.org/viewvc/llvm-project?rev=371280&view=rev Log: Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick. In April via r357829, Adrian unified timeouts across lldb and set the default value hig

[Lldb-commits] [lldb] r371582 - Skip a test in TestProcessIO.py when running against ios devices.

2019-09-10 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Tue Sep 10 18:02:30 2019 New Revision: 371582 URL: http://llvm.org/viewvc/llvm-project?rev=371582&view=rev Log: Skip a test in TestProcessIO.py when running against ios devices. Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py

[Lldb-commits] [lldb] r371583 - Ah, only skip this for embedded darwin targets.

2019-09-10 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Tue Sep 10 18:03:24 2019 New Revision: 371583 URL: http://llvm.org/viewvc/llvm-project?rev=371583&view=rev Log: Ah, only skip this for embedded darwin targets. Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py Modified: lldb/t

<    9   10   11   12   13   14   15   16   17   18   >