[Lldb-commits] [lldb] 394e52a - [lldb] NFC reflow comments in WatchpointLocations

2023-08-30 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-30T17:58:44-07:00 New Revision: 394e52a0bb576508e0fed59ab267e75cf1350fca URL: https://github.com/llvm/llvm-project/commit/394e52a0bb576508e0fed59ab267e75cf1350fca DIFF: https://github.com/llvm/llvm-project/commit/394e52a0bb576508e0fed59ab267e75cf1350fca.diff

[Lldb-commits] [lldb] 3621f83 - Don't enable stdin/out with a no-output test program

2023-08-30 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-30T15:12:31-07:00 New Revision: 3621f83804809fa50892ee81d9b3854ec2e5074f URL: https://github.com/llvm/llvm-project/commit/3621f83804809fa50892ee81d9b3854ec2e5074f DIFF: https://github.com/llvm/llvm-project/commit/3621f83804809fa50892ee81d9b3854ec2e5074f.diff

[Lldb-commits] [lldb] 18b211c - Disable stdin/stdout for environment_check inferior process

2023-08-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-18T16:25:50-07:00 New Revision: 18b211cb15213f984b2014413b74958243a4805f URL: https://github.com/llvm/llvm-project/commit/18b211cb15213f984b2014413b74958243a4805f DIFF: https://github.com/llvm/llvm-project/commit/18b211cb15213f984b2014413b74958243a4805f.diff

[Lldb-commits] [lldb] 1a2122e - Align mach exception data before accessing it

2023-08-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-18T15:34:13-07:00 New Revision: 1a2122e9e9d1d495fdf337a4a9445b61ca56df6f URL: https://github.com/llvm/llvm-project/commit/1a2122e9e9d1d495fdf337a4a9445b61ca56df6f DIFF: https://github.com/llvm/llvm-project/commit/1a2122e9e9d1d495fdf337a4a9445b61ca56df6f.diff

[Lldb-commits] [lldb] ef70f5c - Revert "Align mach exception data before accessing it"

2023-08-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-18T15:33:32-07:00 New Revision: ef70f5c6bbdadcaaeed6f028ed8eee8112b6543a URL: https://github.com/llvm/llvm-project/commit/ef70f5c6bbdadcaaeed6f028ed8eee8112b6543a DIFF: https://github.com/llvm/llvm-project/commit/ef70f5c6bbdadcaaeed6f028ed8eee8112b6543a.diff

[Lldb-commits] [lldb] b10c2f8 - Align mach exception data before accessing it

2023-08-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-18T15:32:03-07:00 New Revision: b10c2f846d936a98eecfcef1a90a754522282285 URL: https://github.com/llvm/llvm-project/commit/b10c2f846d936a98eecfcef1a90a754522282285 DIFF: https://github.com/llvm/llvm-project/commit/b10c2f846d936a98eecfcef1a90a754522282285.diff

[Lldb-commits] [lldb] 10f494d - Only set the "low" address masks when only one adressable bits specified

2023-08-17 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-17T18:16:31-07:00 New Revision: 10f494d2896b8a58f69cc47d0db35d2b84c2fb44 URL: https://github.com/llvm/llvm-project/commit/10f494d2896b8a58f69cc47d0db35d2b84c2fb44 DIFF: https://github.com/llvm/llvm-project/commit/10f494d2896b8a58f69cc47d0db35d2b84c2fb44.diff

[Lldb-commits] [lldb] d37642b - Simplify address mask setting logic in AddressableBits

2023-08-17 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-17T16:22:39-07:00 New Revision: d37642b4a261b5b5687725fd60f7da5dc5ec4782 URL: https://github.com/llvm/llvm-project/commit/d37642b4a261b5b5687725fd60f7da5dc5ec4782 DIFF: https://github.com/llvm/llvm-project/commit/d37642b4a261b5b5687725fd60f7da5dc5ec4782.diff

[Lldb-commits] [lldb] 6f4a0c7 - hi/low addr space bits can be sent in stop-rely packet

2023-08-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-16T16:12:18-07:00 New Revision: 6f4a0c762fe2c0077865e0e30e3dfd67cd6287d1 URL: https://github.com/llvm/llvm-project/commit/6f4a0c762fe2c0077865e0e30e3dfd67cd6287d1 DIFF: https://github.com/llvm/llvm-project/commit/6f4a0c762fe2c0077865e0e30e3dfd67cd6287d1.diff

[Lldb-commits] [lldb] d70d5e9 - Get binary UUID from fixed location in special Mach-O corefiles

2023-08-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-15T13:49:57-07:00 New Revision: d70d5e9f6fa2770f9a5e7be4ba6b3512f5424968 URL: https://github.com/llvm/llvm-project/commit/d70d5e9f6fa2770f9a5e7be4ba6b3512f5424968 DIFF: https://github.com/llvm/llvm-project/commit/d70d5e9f6fa2770f9a5e7be4ba6b3512f5424968.diff

[Lldb-commits] [lldb] 5ed62c7 - Added a use of uuid_t, need to incl AppleUuidCompatibility.h

2023-08-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-15T13:52:37-07:00 New Revision: 5ed62c7bc99a979261d34e41aaca9581577674bf URL: https://github.com/llvm/llvm-project/commit/5ed62c7bc99a979261d34e41aaca9581577674bf DIFF: https://github.com/llvm/llvm-project/commit/5ed62c7bc99a979261d34e41aaca9581577674bf.diff

[Lldb-commits] [lldb] 3ad618f - Update qHostInfo/LC_NOTE so multiple address bits can be specified

2023-08-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-15T13:21:33-07:00 New Revision: 3ad618f4aea1ef7442f7ff75d92632aec177a4fd URL: https://github.com/llvm/llvm-project/commit/3ad618f4aea1ef7442f7ff75d92632aec177a4fd DIFF: https://github.com/llvm/llvm-project/commit/3ad618f4aea1ef7442f7ff75d92632aec177a4fd.diff

[Lldb-commits] [lldb] ebf2490 - [lldb] SBTarget::AddModule do all searches by UUID, set Target arch

2023-08-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-11T14:20:38-07:00 New Revision: ebf249066ac5c7917064eb56a9e51c21000cdf93 URL: https://github.com/llvm/llvm-project/commit/ebf249066ac5c7917064eb56a9e51c21000cdf93 DIFF: https://github.com/llvm/llvm-project/commit/ebf249066ac5c7917064eb56a9e51c21000cdf93.diff

[Lldb-commits] [lldb] 0d8d31b - When loading kernel binary, use DownloadObjectAndSymbolFile last

2023-08-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-08T17:30:57-07:00 New Revision: 0d8d31bbf55cedc1dad5c165187a084c1430f407 URL: https://github.com/llvm/llvm-project/commit/0d8d31bbf55cedc1dad5c165187a084c1430f407 DIFF: https://github.com/llvm/llvm-project/commit/0d8d31bbf55cedc1dad5c165187a084c1430f407.diff

[Lldb-commits] [lldb] 1290869 - Show error messages from DebugSymbols DBGShellCommand agent

2023-08-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-08T17:10:20-07:00 New Revision: 1290869ef2f72b7d59a92fa3cd48e6da29686c71 URL: https://github.com/llvm/llvm-project/commit/1290869ef2f72b7d59a92fa3cd48e6da29686c71 DIFF: https://github.com/llvm/llvm-project/commit/1290869ef2f72b7d59a92fa3cd48e6da29686c71.diff

[Lldb-commits] [lldb] c5f8110 - When ProcessMachCore has metadata for a binary, don't scan

2023-08-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-08T15:49:53-07:00 New Revision: c5f81100e4471dfc2a802afb9333ca2684e02f8e URL: https://github.com/llvm/llvm-project/commit/c5f81100e4471dfc2a802afb9333ca2684e02f8e DIFF: https://github.com/llvm/llvm-project/commit/c5f81100e4471dfc2a802afb9333ca2684e02f8e.diff

[Lldb-commits] [lldb] 57cbd26 - Flag for LoadBinaryWithUUIDAndAddress, to create memory image or not

2023-08-07 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-08-07T15:19:45-07:00 New Revision: 57cbd26a68ab61631f5f4272d3c90df2eb0ce4f6 URL: https://github.com/llvm/llvm-project/commit/57cbd26a68ab61631f5f4272d3c90df2eb0ce4f6 DIFF: https://github.com/llvm/llvm-project/commit/57cbd26a68ab61631f5f4272d3c90df2eb0ce4f6.diff

[Lldb-commits] [lldb] 259e3f2 - Remove IncrementFalseAlarmsAndReviseHitCount, unused ivars

2023-07-20 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-20T15:16:02-07:00 New Revision: 259e3f2a4fef5ff2cdc0086f432bbfd2493653f5 URL: https://github.com/llvm/llvm-project/commit/259e3f2a4fef5ff2cdc0086f432bbfd2493653f5 DIFF: https://github.com/llvm/llvm-project/commit/259e3f2a4fef5ff2cdc0086f432bbfd2493653f5.diff

[Lldb-commits] [lldb] 71548de - Improve error msg in DNBProcessAttach if we can't stop inferior

2023-07-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-12T16:03:57-07:00 New Revision: 71548de4d885b74e7291db55e8705417ffd49c95 URL: https://github.com/llvm/llvm-project/commit/71548de4d885b74e7291db55e8705417ffd49c95 DIFF: https://github.com/llvm/llvm-project/commit/71548de4d885b74e7291db55e8705417ffd49c95.diff

[Lldb-commits] [lldb] bb136f5 - Improve error messaging when debugserver fails to complete attaching

2023-07-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-12T15:01:39-07:00 New Revision: bb136f5b393c7c7fe821242d2734bbc5c7287560 URL: https://github.com/llvm/llvm-project/commit/bb136f5b393c7c7fe821242d2734bbc5c7287560 DIFF: https://github.com/llvm/llvm-project/commit/bb136f5b393c7c7fe821242d2734bbc5c7287560.diff

[Lldb-commits] [lldb] ec360fa - Change the dyld notification function that lldb puts a breakpoint in

2023-07-07 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-07T14:48:32-07:00 New Revision: ec360faeb30408255ebece11f36a2ad42ddc6294 URL: https://github.com/llvm/llvm-project/commit/ec360faeb30408255ebece11f36a2ad42ddc6294 DIFF: https://github.com/llvm/llvm-project/commit/ec360faeb30408255ebece11f36a2ad42ddc6294.diff

[Lldb-commits] [lldb] 9895c89 - Revert "Change the dyld notification function that lldb puts a breakpoint in"

2023-07-06 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-06T18:23:54-07:00 New Revision: 9895c8979a4f025a112d0830a8f59f1820c8c49e URL: https://github.com/llvm/llvm-project/commit/9895c8979a4f025a112d0830a8f59f1820c8c49e DIFF: https://github.com/llvm/llvm-project/commit/9895c8979a4f025a112d0830a8f59f1820c8c49e.diff

[Lldb-commits] [lldb] c319219 - Change the dyld notification function that lldb puts a breakpoint in

2023-07-06 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-06T18:00:09-07:00 New Revision: c3192196aea279eea0a87247a02f224ebe067c44 URL: https://github.com/llvm/llvm-project/commit/c3192196aea279eea0a87247a02f224ebe067c44 DIFF: https://github.com/llvm/llvm-project/commit/c3192196aea279eea0a87247a02f224ebe067c44.diff

[Lldb-commits] [lldb] 58370ee - Revert "Change the dyld notification function that lldb puts a breakpoint in"

2023-07-05 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-07-05T12:52:21-07:00 New Revision: 58370eef673e80f3aea1bb431a291d1564e0f9f4 URL: https://github.com/llvm/llvm-project/commit/58370eef673e80f3aea1bb431a291d1564e0f9f4 DIFF: https://github.com/llvm/llvm-project/commit/58370eef673e80f3aea1bb431a291d1564e0f9f4.diff

[Lldb-commits] [lldb] 624813a - Change the dyld notification function that lldb puts a breakpoint in

2023-06-30 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-30T18:29:46-07:00 New Revision: 624813a4f41c5945dc8f8d998173960ad75db731 URL: https://github.com/llvm/llvm-project/commit/624813a4f41c5945dc8f8d998173960ad75db731 DIFF: https://github.com/llvm/llvm-project/commit/624813a4f41c5945dc8f8d998173960ad75db731.diff

[Lldb-commits] [lldb] 37d11e9 - "fp" -> "flags" typeo in description of generic registers

2023-06-29 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-29T18:22:58-07:00 New Revision: 37d11e94a4eb5452158f0ae73ed7752136e41439 URL: https://github.com/llvm/llvm-project/commit/37d11e94a4eb5452158f0ae73ed7752136e41439 DIFF: https://github.com/llvm/llvm-project/commit/37d11e94a4eb5452158f0ae73ed7752136e41439.diff

[Lldb-commits] [lldb] 623e845 - Recognize BSS-only DATA segments as sections that need to be slid

2023-06-29 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-29T17:51:41-07:00 New Revision: 623e8455919af69b039fe7450118ba953423a027 URL: https://github.com/llvm/llvm-project/commit/623e8455919af69b039fe7450118ba953423a027 DIFF: https://github.com/llvm/llvm-project/commit/623e8455919af69b039fe7450118ba953423a027.diff

[Lldb-commits] [lldb] ad45114 - Add 'target dump section-load-list' for lldb debugging

2023-06-29 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-29T17:02:54-07:00 New Revision: ad451146e8f59de76e393094d3aafc97a854c40b URL: https://github.com/llvm/llvm-project/commit/ad451146e8f59de76e393094d3aafc97a854c40b DIFF: https://github.com/llvm/llvm-project/commit/ad451146e8f59de76e393094d3aafc97a854c40b.diff

[Lldb-commits] [lldb] 7075f9d - Have GetKernelsAndKextsInDirectoryHelper request follow symlinks

2023-06-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-27T16:18:08-07:00 New Revision: 7075f9d926c93efefacb72caf17e93ae00b3703b URL: https://github.com/llvm/llvm-project/commit/7075f9d926c93efefacb72caf17e93ae00b3703b DIFF: https://github.com/llvm/llvm-project/commit/7075f9d926c93efefacb72caf17e93ae00b3703b.diff

[Lldb-commits] [lldb] 2c1108f - FileSystem::EnumerateDirectory should skip entries w/o Status, not halt

2023-06-26 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-26T17:46:53-07:00 New Revision: 2c1108f44342019a67ce55bb98e2a05b57a70b9a URL: https://github.com/llvm/llvm-project/commit/2c1108f44342019a67ce55bb98e2a05b57a70b9a DIFF: https://github.com/llvm/llvm-project/commit/2c1108f44342019a67ce55bb98e2a05b57a70b9a.diff

[Lldb-commits] [lldb] 3858e9d - Add two new entitlements when debugserver is built by Apple

2023-06-21 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-21T14:56:11-07:00 New Revision: 3858e9d6c5136e5a491795c1dcb720361c525526 URL: https://github.com/llvm/llvm-project/commit/3858e9d6c5136e5a491795c1dcb720361c525526 DIFF: https://github.com/llvm/llvm-project/commit/3858e9d6c5136e5a491795c1dcb720361c525526.diff

[Lldb-commits] [lldb] 538df1d - lldb [NFC] Add logging to Process when address masks are updated

2023-06-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-15T17:38:45-07:00 New Revision: 538df1d8a2428d06de7f26c859969ddec14928c1 URL: https://github.com/llvm/llvm-project/commit/538df1d8a2428d06de7f26c859969ddec14928c1 DIFF: https://github.com/llvm/llvm-project/commit/538df1d8a2428d06de7f26c859969ddec14928c1.diff

[Lldb-commits] [lldb] 6a8e253 - Add a fatal error for debug builds when disagreement about stepping

2023-06-15 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-15T15:41:37-07:00 New Revision: 6a8e2538afc10e6b7a321fd38bf5faf550518f2a URL: https://github.com/llvm/llvm-project/commit/6a8e2538afc10e6b7a321fd38bf5faf550518f2a DIFF: https://github.com/llvm/llvm-project/commit/6a8e2538afc10e6b7a321fd38bf5faf550518f2a.diff

[Lldb-commits] [lldb] 0ce7037 - Clear non-addressable bits from pc/fp/sp in unwinds

2023-06-14 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-14T13:49:26-07:00 New Revision: 0ce7037b5edd0f1937c9d9572ab12528d26091ed URL: https://github.com/llvm/llvm-project/commit/0ce7037b5edd0f1937c9d9572ab12528d26091ed DIFF: https://github.com/llvm/llvm-project/commit/0ce7037b5edd0f1937c9d9572ab12528d26091ed.diff

[Lldb-commits] [lldb] 90d9f88 - Add Fix*Address methods to Process, call into ABI

2023-06-14 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-06-14T13:49:26-07:00 New Revision: 90d9f88f19a128a6bacd7c8db594feb96047cded URL: https://github.com/llvm/llvm-project/commit/90d9f88f19a128a6bacd7c8db594feb96047cded DIFF: https://github.com/llvm/llvm-project/commit/90d9f88f19a128a6bacd7c8db594feb96047cded.diff

[Lldb-commits] [lldb] 21dfaf6 - Setting to control addressable bits in high memory

2023-05-31 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-31T18:38:34-07:00 New Revision: 21dfaf60a763795e3834d67def48fc2ba5214e59 URL: https://github.com/llvm/llvm-project/commit/21dfaf60a763795e3834d67def48fc2ba5214e59 DIFF: https://github.com/llvm/llvm-project/commit/21dfaf60a763795e3834d67def48fc2ba5214e59.diff

[Lldb-commits] [lldb] 48a12ae - Fix a few bugs with Mach-O corefile loading, plus perf

2023-05-30 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-30T15:36:40-07:00 New Revision: 48a12ae8212c22d9d1d84270db659ac76ecfa972 URL: https://github.com/llvm/llvm-project/commit/48a12ae8212c22d9d1d84270db659ac76ecfa972 DIFF: https://github.com/llvm/llvm-project/commit/48a12ae8212c22d9d1d84270db659ac76ecfa972.diff

[Lldb-commits] [lldb] f32d24d - Revert "[lldb] Disable variable watchpoints when going out of scope"

2023-05-26 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-26T15:32:10-07:00 New Revision: f32d24d57742054cd1131dfa5c21f363139bf59b URL: https://github.com/llvm/llvm-project/commit/f32d24d57742054cd1131dfa5c21f363139bf59b DIFF: https://github.com/llvm/llvm-project/commit/f32d24d57742054cd1131dfa5c21f363139bf59b.diff

[Lldb-commits] [lldb] c9ee631 - TestStackCoreScriptedProcess.py is timing out, skip it

2023-05-25 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-25T19:13:16-07:00 New Revision: c9ee63138189368674cd201891577e65bd289ed4 URL: https://github.com/llvm/llvm-project/commit/c9ee63138189368674cd201891577e65bd289ed4 DIFF: https://github.com/llvm/llvm-project/commit/c9ee63138189368674cd201891577e65bd289ed4.diff

[Lldb-commits] [lldb] e3227e7 - lldb PlatformDarwinKernel make local filesystem scan lazy

2023-05-16 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-16T18:15:59-07:00 New Revision: e3227e74e3bfab7c5aed07c20b515202275ce7c4 URL: https://github.com/llvm/llvm-project/commit/e3227e74e3bfab7c5aed07c20b515202275ce7c4 DIFF: https://github.com/llvm/llvm-project/commit/e3227e74e3bfab7c5aed07c20b515202275ce7c4.diff

[Lldb-commits] [lldb] f9759d0 - Prioritize using a segment with the name TEXT instead off fileoff 0

2023-05-10 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-10T16:42:38-07:00 New Revision: f9759d0cb6dc19aa67dbe1c3d56404041f8b4c7e URL: https://github.com/llvm/llvm-project/commit/f9759d0cb6dc19aa67dbe1c3d56404041f8b4c7e DIFF: https://github.com/llvm/llvm-project/commit/f9759d0cb6dc19aa67dbe1c3d56404041f8b4c7e.diff

[Lldb-commits] [lldb] 448bd59 - [nfc] Remove dead code from ObjectFileMachO

2023-05-09 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-09T17:01:06-07:00 New Revision: 448bd59e18721e5357a37f080051db87cc3a4448 URL: https://github.com/llvm/llvm-project/commit/448bd59e18721e5357a37f080051db87cc3a4448 DIFF: https://github.com/llvm/llvm-project/commit/448bd59e18721e5357a37f080051db87cc3a4448.diff

[Lldb-commits] [lldb] 4e93f91 - Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfos

2023-05-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-08T20:34:58-07:00 New Revision: 4e93f91148ae4698b31ee397fb60410441df8b6b URL: https://github.com/llvm/llvm-project/commit/4e93f91148ae4698b31ee397fb60410441df8b6b DIFF: https://github.com/llvm/llvm-project/commit/4e93f91148ae4698b31ee397fb60410441df8b6b.diff

[Lldb-commits] [lldb] 2e16e41 - Add AArch64 MASK watchpoint support in debugserver

2023-05-04 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-04T13:23:51-07:00 New Revision: 2e16e41b28b1b1e027d0303e1a37ccbded96a46f URL: https://github.com/llvm/llvm-project/commit/2e16e41b28b1b1e027d0303e1a37ccbded96a46f DIFF: https://github.com/llvm/llvm-project/commit/2e16e41b28b1b1e027d0303e1a37ccbded96a46f.diff

[Lldb-commits] [lldb] 4fac08f - Recognize `addressing_bits` kv in stop reply packet

2023-05-04 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-05-04T13:14:10-07:00 New Revision: 4fac08ff1dcd02c89c677365b10921399caf79df URL: https://github.com/llvm/llvm-project/commit/4fac08ff1dcd02c89c677365b10921399caf79df DIFF: https://github.com/llvm/llvm-project/commit/4fac08ff1dcd02c89c677365b10921399caf79df.diff

[Lldb-commits] [lldb] 5679379 - Refactor and generalize AArch64 watchpoint support in debugserver

2023-04-28 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-28T18:24:38-07:00 New Revision: 5679379cc7df198a73c137e691346088338f URL: https://github.com/llvm/llvm-project/commit/5679379cc7df198a73c137e691346088338f DIFF: https://github.com/llvm/llvm-project/commit/5679379cc7df198a73c137e691346088338f.diff

[Lldb-commits] [lldb] 7777b30 - Fix CI failure - this depended on constants only defined on arm64 macs

2023-04-26 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-26T15:45:29-07:00 New Revision: b305bff3ea156311612941664ef8280a4d10 URL: https://github.com/llvm/llvm-project/commit/b305bff3ea156311612941664ef8280a4d10 DIFF: https://github.com/llvm/llvm-project/commit/b305bff3ea156311612941664ef8280a4d10.diff

[Lldb-commits] [lldb] 6b6bac2 - Fix off-by-one error in armv7 mach-o corefile register context

2023-04-26 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-26T13:06:07-07:00 New Revision: 6b6bac2cd81df86354196304815b96c53bd93305 URL: https://github.com/llvm/llvm-project/commit/6b6bac2cd81df86354196304815b96c53bd93305 DIFF: https://github.com/llvm/llvm-project/commit/6b6bac2cd81df86354196304815b96c53bd93305.diff

[Lldb-commits] [lldb] d9bc7f7 - TestSTL was marked as skipped unconditionally in 2018, undo

2023-04-21 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-21T13:17:43-07:00 New Revision: d9bc7f7844e803ea622f29e7367c8ba6dccde442 URL: https://github.com/llvm/llvm-project/commit/d9bc7f7844e803ea622f29e7367c8ba6dccde442 DIFF: https://github.com/llvm/llvm-project/commit/d9bc7f7844e803ea622f29e7367c8ba6dccde442.diff

[Lldb-commits] [lldb] 53430bf - Remove hardcoded address bits in ABIMacOS_arm64

2023-04-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-18T13:01:49-07:00 New Revision: 53430bfd5c9d0074dd6de06dccea366e1d40bce4 URL: https://github.com/llvm/llvm-project/commit/53430bfd5c9d0074dd6de06dccea366e1d40bce4 DIFF: https://github.com/llvm/llvm-project/commit/53430bfd5c9d0074dd6de06dccea366e1d40bce4.diff

[Lldb-commits] [lldb] e76cfac - AArch64 debugserver parse ESR register for watchpoints

2023-04-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-12T18:36:17-07:00 New Revision: e76cfaca70be0b45e62149e52f68d8352fa8ea2f URL: https://github.com/llvm/llvm-project/commit/e76cfaca70be0b45e62149e52f68d8352fa8ea2f DIFF: https://github.com/llvm/llvm-project/commit/e76cfaca70be0b45e62149e52f68d8352fa8ea2f.diff

[Lldb-commits] [lldb] e38b0fa - Remove AArch64 out of MIPS watchpoint-skip, doc wp description

2023-04-12 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-12T17:57:21-07:00 New Revision: e38b0fa83a933a6b20064a37b8d8ebd9ec1de499 URL: https://github.com/llvm/llvm-project/commit/e38b0fa83a933a6b20064a37b8d8ebd9ec1de499 DIFF: https://github.com/llvm/llvm-project/commit/e38b0fa83a933a6b20064a37b8d8ebd9ec1de499.diff

[Lldb-commits] [lldb] 8b09271 - Using global variable in xnu kernel, set # of addressable bits

2023-04-03 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-04-03T13:49:51-07:00 New Revision: 8b092714c304defb00876a01995af3b114dadc92 URL: https://github.com/llvm/llvm-project/commit/8b092714c304defb00876a01995af3b114dadc92 DIFF: https://github.com/llvm/llvm-project/commit/8b092714c304defb00876a01995af3b114dadc92.diff

[Lldb-commits] [lldb] 7f25c3e - Slight refinement to a change yesterday in metadata-added binaries

2023-03-09 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-03-09T14:56:22-08:00 New Revision: 7f25c3e25f0afa91ae47c7247cca7fabaa2a7dd5 URL: https://github.com/llvm/llvm-project/commit/7f25c3e25f0afa91ae47c7247cca7fabaa2a7dd5 DIFF: https://github.com/llvm/llvm-project/commit/7f25c3e25f0afa91ae47c7247cca7fabaa2a7dd5.diff

[Lldb-commits] [lldb] 8db8a4e - Clean up conditional, don't set load binaries twice

2023-03-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-03-08T18:02:20-08:00 New Revision: 8db8a4e8eddf91bfaee62f83ff10a51e7125d4e4 URL: https://github.com/llvm/llvm-project/commit/8db8a4e8eddf91bfaee62f83ff10a51e7125d4e4 DIFF: https://github.com/llvm/llvm-project/commit/8db8a4e8eddf91bfaee62f83ff10a51e7125d4e4.diff

[Lldb-commits] [lldb] 794d208 - Don't load non-kexts in darwin kernel debug; handle unslid segs

2023-03-08 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-03-08T16:51:27-08:00 New Revision: 794d2089cd741135b60e94ac2495174a03b38143 URL: https://github.com/llvm/llvm-project/commit/794d2089cd741135b60e94ac2495174a03b38143 DIFF: https://github.com/llvm/llvm-project/commit/794d2089cd741135b60e94ac2495174a03b38143.diff

[Lldb-commits] [lldb] 7e770f9 - Revert "Add SBValue::GetValueAsAddress API for removing non-addressing metadata"

2023-03-02 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-03-02T14:36:37-08:00 New Revision: 7e770f9c1713046cb7b724b51e928186ec123c26 URL: https://github.com/llvm/llvm-project/commit/7e770f9c1713046cb7b724b51e928186ec123c26 DIFF: https://github.com/llvm/llvm-project/commit/7e770f9c1713046cb7b724b51e928186ec123c26.diff

[Lldb-commits] [lldb] 4d635be - Add SBValue::GetValueAsAddress API for removing non-addressing metadata

2023-03-02 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-03-02T13:32:37-08:00 New Revision: 4d635be2dbadc77522eddc9668697385a3b9f8b4 URL: https://github.com/llvm/llvm-project/commit/4d635be2dbadc77522eddc9668697385a3b9f8b4 DIFF: https://github.com/llvm/llvm-project/commit/4d635be2dbadc77522eddc9668697385a3b9f8b4.diff

[Lldb-commits] [lldb] f136ca8 - Put the arch-dep debugserver files in main CMakeLists.txt

2023-02-28 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-28T16:57:11-08:00 New Revision: f136ca84830942451fc20f8980dbc36028520920 URL: https://github.com/llvm/llvm-project/commit/f136ca84830942451fc20f8980dbc36028520920 DIFF: https://github.com/llvm/llvm-project/commit/f136ca84830942451fc20f8980dbc36028520920.diff

[Lldb-commits] [lldb] b22dcaf - Update debugserver xcode proj to build with c++17

2023-02-28 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-28T13:37:03-08:00 New Revision: b22dcaf113280278293639a02207edf78d103fb8 URL: https://github.com/llvm/llvm-project/commit/b22dcaf113280278293639a02207edf78d103fb8 DIFF: https://github.com/llvm/llvm-project/commit/b22dcaf113280278293639a02207edf78d103fb8.diff

[Lldb-commits] [lldb] eaeb8dd - [LLDB] add arch-specific watchpoint behavior defaults to lldb

2023-02-14 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-14T11:35:39-08:00 New Revision: eaeb8ddd4a9d3799470479a532e721d017f22a70 URL: https://github.com/llvm/llvm-project/commit/eaeb8ddd4a9d3799470479a532e721d017f22a70 DIFF: https://github.com/llvm/llvm-project/commit/eaeb8ddd4a9d3799470479a532e721d017f22a70.diff

[Lldb-commits] [lldb] ee88f11 - Find SDK path more lazily in Apple Simulator platforms

2023-02-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-13T15:16:41-08:00 New Revision: ee88f11770032eac8998664e7102d37f54b9f027 URL: https://github.com/llvm/llvm-project/commit/ee88f11770032eac8998664e7102d37f54b9f027 DIFF: https://github.com/llvm/llvm-project/commit/ee88f11770032eac8998664e7102d37f54b9f027.diff

[Lldb-commits] [lldb] 49470f1 - Remove test case that tries to allocate impossible amounts

2023-02-09 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-09T10:44:40-08:00 New Revision: 49470f1eacca6aa5ab0f860347aa282a79323161 URL: https://github.com/llvm/llvm-project/commit/49470f1eacca6aa5ab0f860347aa282a79323161 DIFF: https://github.com/llvm/llvm-project/commit/49470f1eacca6aa5ab0f860347aa282a79323161.diff

[Lldb-commits] [lldb] b1d8f40 - Only run the weird new try-to-read-too-much test on Darwin

2023-02-07 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-07T16:05:24-08:00 New Revision: b1d8f40484dfcb28b19c83aa33a674308b17e5dc URL: https://github.com/llvm/llvm-project/commit/b1d8f40484dfcb28b19c83aa33a674308b17e5dc DIFF: https://github.com/llvm/llvm-project/commit/b1d8f40484dfcb28b19c83aa33a674308b17e5dc.diff

[Lldb-commits] [lldb] 4a8cc28 - Fix TestProcessAPI.py to only allocate sys.maxsize buffer

2023-02-07 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-07T16:05:24-08:00 New Revision: 4a8cc285e9f3252ca31941dccfddf8fd10c9911b URL: https://github.com/llvm/llvm-project/commit/4a8cc285e9f3252ca31941dccfddf8fd10c9911b DIFF: https://github.com/llvm/llvm-project/commit/4a8cc285e9f3252ca31941dccfddf8fd10c9911b.diff

[Lldb-commits] [lldb] 62c7475 - Check if null buffer handed to SBProcess::ReadMemory

2023-02-07 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-07T14:16:04-08:00 New Revision: 62c747517cd9a0d57f198e0fd0984f71fe75240f URL: https://github.com/llvm/llvm-project/commit/62c747517cd9a0d57f198e0fd0984f71fe75240f DIFF: https://github.com/llvm/llvm-project/commit/62c747517cd9a0d57f198e0fd0984f71fe75240f.diff

[Lldb-commits] [lldb] 701030c - In InitializeZerothFrame check for a CFA/AFA or error out

2023-02-06 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-02-06T14:53:50-08:00 New Revision: 701030c3ecba0621ce5d325667fb75b73cf1532b URL: https://github.com/llvm/llvm-project/commit/701030c3ecba0621ce5d325667fb75b73cf1532b DIFF: https://github.com/llvm/llvm-project/commit/701030c3ecba0621ce5d325667fb75b73cf1532b.diff

[Lldb-commits] [lldb] 8112bd2 - disable-language-runtime-unwindplans desc rewrite to be searchable

2023-01-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-27T09:40:54-08:00 New Revision: 8112bd2cb4845e0449088c764ad36748514259b8 URL: https://github.com/llvm/llvm-project/commit/8112bd2cb4845e0449088c764ad36748514259b8 DIFF: https://github.com/llvm/llvm-project/commit/8112bd2cb4845e0449088c764ad36748514259b8.diff

[Lldb-commits] [lldb] 841b26f - Don't flag memory-only mach-o corefiles as invalid

2023-01-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-27T09:40:54-08:00 New Revision: 841b26f1d80f69c45bbf2426761f3e3b9c927d86 URL: https://github.com/llvm/llvm-project/commit/841b26f1d80f69c45bbf2426761f3e3b9c927d86 DIFF: https://github.com/llvm/llvm-project/commit/841b26f1d80f69c45bbf2426761f3e3b9c927d86.diff

[Lldb-commits] [lldb] 484bc2b - Run cmdline address expressions through ABI's FixAddress

2023-01-23 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-23T10:44:19-08:00 New Revision: 484bc2bcc7990f4ecaf40f3d806ed870cdbdfd95 URL: https://github.com/llvm/llvm-project/commit/484bc2bcc7990f4ecaf40f3d806ed870cdbdfd95 DIFF: https://github.com/llvm/llvm-project/commit/484bc2bcc7990f4ecaf40f3d806ed870cdbdfd95.diff

[Lldb-commits] [lldb] db223b7 - Do qProcessInfo-hint binary loading later in Process setup

2023-01-18 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-18T12:33:05-08:00 New Revision: db223b7f01f70cbd8459d0db9b20dfe9a3b099a7 URL: https://github.com/llvm/llvm-project/commit/db223b7f01f70cbd8459d0db9b20dfe9a3b099a7 DIFF: https://github.com/llvm/llvm-project/commit/db223b7f01f70cbd8459d0db9b20dfe9a3b099a7.diff

[Lldb-commits] [lldb] 75d268d - When loading mach-o corefile, new fallback for finding images

2023-01-06 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-06T10:46:39-08:00 New Revision: 75d268d1fa607a2a9c814040a8d8d5267b49de4c URL: https://github.com/llvm/llvm-project/commit/75d268d1fa607a2a9c814040a8d8d5267b49de4c DIFF: https://github.com/llvm/llvm-project/commit/75d268d1fa607a2a9c814040a8d8d5267b49de4c.diff

[Lldb-commits] [lldb] 0dc7ecb - Fix typeo in LoadBinariesViaExhaustiveSearch when looking for kernel

2023-01-04 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-04T16:11:51-08:00 New Revision: 0dc7ecb1a70ec9f6eb41ebb4d1edf5d2acdfb4ce URL: https://github.com/llvm/llvm-project/commit/0dc7ecb1a70ec9f6eb41ebb4d1edf5d2acdfb4ce DIFF: https://github.com/llvm/llvm-project/commit/0dc7ecb1a70ec9f6eb41ebb4d1edf5d2acdfb4ce.diff

[Lldb-commits] [lldb] da4e827 - Don't read off end of GPR register array to access fp/sp/lr/pc

2023-01-04 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2023-01-04T13:51:26-08:00 New Revision: da4e82753f3130ca2ff973ad90092ad1c035038a URL: https://github.com/llvm/llvm-project/commit/da4e82753f3130ca2ff973ad90092ad1c035038a DIFF: https://github.com/llvm/llvm-project/commit/da4e82753f3130ca2ff973ad90092ad1c035038a.diff

[Lldb-commits] [lldb] ad10b3d - Skip TestEarlyProcessLaunch.py w/ system debugserver

2022-12-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-12-13T14:52:46-08:00 New Revision: ad10b3dc3053fbbdea4b4b3c3e2b913fe2224647 URL: https://github.com/llvm/llvm-project/commit/ad10b3dc3053fbbdea4b4b3c3e2b913fe2224647 DIFF: https://github.com/llvm/llvm-project/commit/ad10b3dc3053fbbdea4b4b3c3e2b913fe2224647.diff

[Lldb-commits] [lldb] ee11ef6 - Launch state discoverable in Darwin, use for SafeToCallFunctions

2022-12-13 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-12-13T11:42:56-08:00 New Revision: ee11ef6dc0b293161dd916b64581eb37a231709b URL: https://github.com/llvm/llvm-project/commit/ee11ef6dc0b293161dd916b64581eb37a231709b DIFF: https://github.com/llvm/llvm-project/commit/ee11ef6dc0b293161dd916b64581eb37a231709b.diff

[Lldb-commits] [lldb] fe3103f - Increase search for kernel image from 32MB to 128MB

2022-12-05 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-12-05T15:11:43-08:00 New Revision: fe3103fa485f67b15efffd11d592a3341eb7bd57 URL: https://github.com/llvm/llvm-project/commit/fe3103fa485f67b15efffd11d592a3341eb7bd57 DIFF: https://github.com/llvm/llvm-project/commit/fe3103fa485f67b15efffd11d592a3341eb7bd57.diff

[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

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,

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

[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

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

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

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

[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] [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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 1fee256 - Clear old section-to-addr entry when loading Section at new addr

2022-09-27 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2022-09-27T16:20:26-07:00 New Revision: 1fee25629d9d3f33cc618cb2b61cdf3823bfd092 URL: https://github.com/llvm/llvm-project/commit/1fee25629d9d3f33cc618cb2b61cdf3823bfd092 DIFF: https://github.com/llvm/llvm-project/commit/1fee25629d9d3f33cc618cb2b61cdf3823bfd092.diff

<    1   2   3   4   5   6   7   8   9   10   >