[Lldb-commits] [lldb] 707bda6 - [lldb/test] Fix failure caused by synthetic symbol name refactoring

2021-07-02 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-07-02T22:26:30+02:00 New Revision: 707bda6e6c958d7a4d50aac23a15a253364a1f69 URL: https://github.com/llvm/llvm-project/commit/707bda6e6c958d7a4d50aac23a15a253364a1f69 DIFF: https://github.com/llvm/llvm-project/commit/707bda6e6c958d7a4d50aac23a15a253364a1f69.

[Lldb-commits] [lldb] 8266b7e - [lldb/Target] Fix event handling during process launch

2021-07-12 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-07-12T12:34:26+01:00 New Revision: 8266b7ea7dac95b60843a1fdde31b42475687fe5 URL: https://github.com/llvm/llvm-project/commit/8266b7ea7dac95b60843a1fdde31b42475687fe5 DIFF: https://github.com/llvm/llvm-project/commit/8266b7ea7dac95b60843a1fdde31b42475687fe5.

[Lldb-commits] [lldb] 312b43d - [lldb/Plugins] Add ScriptedProcess Process Plugin

2021-07-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-07-22T14:47:33+02:00 New Revision: 312b43da05002bbe4a06de925e34b216252bc412 URL: https://github.com/llvm/llvm-project/commit/312b43da05002bbe4a06de925e34b216252bc412 DIFF: https://github.com/llvm/llvm-project/commit/312b43da05002bbe4a06de925e34b216252bc412.

[Lldb-commits] [lldb] 3d4cadf - [lldb/Interpreter] Conform ScriptedProcessPythonInterface to SWIG python types

2021-07-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-07-22T22:48:15+02:00 New Revision: 3d4cadfb26437bd686ca8177f5454a366fed59eb URL: https://github.com/llvm/llvm-project/commit/3d4cadfb26437bd686ca8177f5454a366fed59eb DIFF: https://github.com/llvm/llvm-project/commit/3d4cadfb26437bd686ca8177f5454a366fed59eb.

[Lldb-commits] [lldb] 254c4d1 - [lldb] Fix build failure introduced by 3d4cadfb26437bd686ca8177f5454a366fed59eb

2021-07-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-07-22T20:54:27Z New Revision: 254c4d174ea3bd3601818b003fc169cdedf24fb9 URL: https://github.com/llvm/llvm-project/commit/254c4d174ea3bd3601818b003fc169cdedf24fb9 DIFF: https://github.com/llvm/llvm-project/commit/254c4d174ea3bd3601818b003fc169cdedf24fb9.diff

[Lldb-commits] [lldb] be556d5 - [lldb/Commands] Fix heap-use-after-free error in CommandObjectProcess

2021-08-11 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-08-11T17:03:20+01:00 New Revision: be556d5131d56f285e55b0548f3b953d55d055c4 URL: https://github.com/llvm/llvm-project/commit/be556d5131d56f285e55b0548f3b953d55d055c4 DIFF: https://github.com/llvm/llvm-project/commit/be556d5131d56f285e55b0548f3b953d55d055c4.

[Lldb-commits] [lldb] 54c496d - [lldb] Allow to register frame recognizers applied beyond the first instruction

2021-08-29 Thread Med Ismail Bennani via lldb-commits
Author: Roman Podoliaka Date: 2021-08-29T17:28:46+02:00 New Revision: 54c496dad6f28f1ab663f1b30401fe460709d50d URL: https://github.com/llvm/llvm-project/commit/54c496dad6f28f1ab663f1b30401fe460709d50d DIFF: https://github.com/llvm/llvm-project/commit/54c496dad6f28f1ab663f1b30401fe460709d50d.dif

[Lldb-commits] [lldb] 3925204 - [lldb/Plugins] Introduce Scripted Interface Factory

2021-09-03 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-09-03T19:37:25+02:00 New Revision: 3925204c1f5880f491e08d8481e88342bbeb7bc4 URL: https://github.com/llvm/llvm-project/commit/3925204c1f5880f491e08d8481e88342bbeb7bc4 DIFF: https://github.com/llvm/llvm-project/commit/3925204c1f5880f491e08d8481e88342bbeb7bc4.

[Lldb-commits] [lldb] 5f6f33d - [lldb/Plugins] Move member template specialization out of class

2021-09-03 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-09-03T22:18:55Z New Revision: 5f6f33da9ee6cbaef5f10b4a7be34a91d5185b2b URL: https://github.com/llvm/llvm-project/commit/5f6f33da9ee6cbaef5f10b4a7be34a91d5185b2b DIFF: https://github.com/llvm/llvm-project/commit/5f6f33da9ee6cbaef5f10b4a7be34a91d5185b2b.diff

[Lldb-commits] [lldb] cb0c4ee - [lldb/test] Add alternate symbol to StackFrame Recognizer

2020-02-11 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-11T11:44:37+01:00 New Revision: cb0c4ee3ebfe55809c9d0be72726b05668028fc4 URL: https://github.com/llvm/llvm-project/commit/cb0c4ee3ebfe55809c9d0be72726b05668028fc4 DIFF: https://github.com/llvm/llvm-project/commit/cb0c4ee3ebfe55809c9d0be72726b05668028fc4.

[Lldb-commits] [lldb] d7c403e - [lldb/Plugins] Add ability to fetch crash information on crashed processes

2020-02-21 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-21T22:44:36+01:00 New Revision: d7c403e64043281b9c5883e3e034da5ebaf4985a URL: https://github.com/llvm/llvm-project/commit/d7c403e64043281b9c5883e3e034da5ebaf4985a DIFF: https://github.com/llvm/llvm-project/commit/d7c403e64043281b9c5883e3e034da5ebaf4985a.

[Lldb-commits] [lldb] 1f04d1b - [lldb/test] Move `platform process list` tests to its own directory (NFC)

2020-02-21 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-21T22:44:36+01:00 New Revision: 1f04d1b7069bf6c513526f36b8c7327c8dec6604 URL: https://github.com/llvm/llvm-project/commit/1f04d1b7069bf6c513526f36b8c7327c8dec6604 DIFF: https://github.com/llvm/llvm-project/commit/1f04d1b7069bf6c513526f36b8c7327c8dec6604.

[Lldb-commits] [lldb] eefda18 - [lldb/Plugins] Move SBTarget::GetExtendedCrashInformation to SBProcess

2020-02-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-24T23:37:04+01:00 New Revision: eefda18227a2faeacbd5420cb482fa8b5836283b URL: https://github.com/llvm/llvm-project/commit/eefda18227a2faeacbd5420cb482fa8b5836283b DIFF: https://github.com/llvm/llvm-project/commit/eefda18227a2faeacbd5420cb482fa8b5836283b.

[Lldb-commits] [lldb] db31e2e - [lldb/Target] Support more than 2 symbols in StackFrameRecognizer

2020-03-18 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-03-18T14:15:58+01:00 New Revision: db31e2e1e6cacb31f3fe5a9b0e9e52cd626b5ff2 URL: https://github.com/llvm/llvm-project/commit/db31e2e1e6cacb31f3fe5a9b0e9e52cd626b5ff2 DIFF: https://github.com/llvm/llvm-project/commit/db31e2e1e6cacb31f3fe5a9b0e9e52cd626b5ff2.

[Lldb-commits] [lldb] e26eece - [lldb/DWARF] Fix evaluator crash when accessing empty stack.

2020-03-31 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-03-31T17:28:15+02:00 New Revision: e26eece1e2e7d7e6fbadb1207afef9b6353b5330 URL: https://github.com/llvm/llvm-project/commit/e26eece1e2e7d7e6fbadb1207afef9b6353b5330 DIFF: https://github.com/llvm/llvm-project/commit/e26eece1e2e7d7e6fbadb1207afef9b6353b5330.

[Lldb-commits] [lldb] f3a7d79 - [lldb/DWARF] Fix evaluator crash when accessing empty stack.

2020-03-31 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-03-31T17:44:57+02:00 New Revision: f3a7d790df3357d52c10ec5ef48606944bcf5c6c URL: https://github.com/llvm/llvm-project/commit/f3a7d790df3357d52c10ec5ef48606944bcf5c6c DIFF: https://github.com/llvm/llvm-project/commit/f3a7d790df3357d52c10ec5ef48606944bcf5c6c.

[Lldb-commits] [lldb] e4a7780 - Revert "[lldb/DWARF] Fix evaluator crash when accessing empty stack."

2020-03-31 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-03-31T17:44:17+02:00 New Revision: e4a778052e98c6d67f601342a7ca3b3c52ce7fbd URL: https://github.com/llvm/llvm-project/commit/e4a778052e98c6d67f601342a7ca3b3c52ce7fbd DIFF: https://github.com/llvm/llvm-project/commit/e4a778052e98c6d67f601342a7ca3b3c52ce7fbd.

[Lldb-commits] [lldb] 68c04a4 - [lldb] Disable failing register tests for reproducers

2020-04-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-09T21:05:17+02:00 New Revision: 68c04a4f73ac10b0881db31c99282955765e4c8f URL: https://github.com/llvm/llvm-project/commit/68c04a4f73ac10b0881db31c99282955765e4c8f DIFF: https://github.com/llvm/llvm-project/commit/68c04a4f73ac10b0881db31c99282955765e4c8f.

[Lldb-commits] [lldb] 98b47f4 - [lldb/test] Fix typo to disable reproducer's test phase

2020-04-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-09T21:54:45+02:00 New Revision: 98b47f447c93e531db8cc70841bad8c867d76134 URL: https://github.com/llvm/llvm-project/commit/98b47f447c93e531db8cc70841bad8c867d76134 DIFF: https://github.com/llvm/llvm-project/commit/98b47f447c93e531db8cc70841bad8c867d76134.

[Lldb-commits] [lldb] 0d525ce - [lldb] Fix breakeage introduced by llvm::LoadInst api change

2020-04-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-10T00:11:00+02:00 New Revision: 0d525ce068c95a73558ed88ec3a1272c0ffe0e96 URL: https://github.com/llvm/llvm-project/commit/0d525ce068c95a73558ed88ec3a1272c0ffe0e96 DIFF: https://github.com/llvm/llvm-project/commit/0d525ce068c95a73558ed88ec3a1272c0ffe0e96.

[Lldb-commits] [lldb] 6612b82 - [lldb] Reformat 'Fix breakage introduced by llvm::LoadInst api change' (NFC)

2020-04-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-10T00:37:08+02:00 New Revision: 6612b826d05cc9fd1beb47a6a93f9e2b093b48af URL: https://github.com/llvm/llvm-project/commit/6612b826d05cc9fd1beb47a6a93f9e2b093b48af DIFF: https://github.com/llvm/llvm-project/commit/6612b826d05cc9fd1beb47a6a93f9e2b093b48af.

[Lldb-commits] [lldb] b889ef4 - [lldb/Core] Change large function threshold variable into a setting.

2021-02-25 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-02-25T22:35:04+01:00 New Revision: b889ef4214bc6dc8880fdd4badc0dcd9a3197753 URL: https://github.com/llvm/llvm-project/commit/b889ef4214bc6dc8880fdd4badc0dcd9a3197753 DIFF: https://github.com/llvm/llvm-project/commit/b889ef4214bc6dc8880fdd4badc0dcd9a3197753.

[Lldb-commits] [lldb] 103ad3f - [lldb/Commands] Fix short option collision for `process launch`

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T21:13:31+01:00 New Revision: 103ad3f90708eceddd9fea484ce82354e5a9d62d URL: https://github.com/llvm/llvm-project/commit/103ad3f90708eceddd9fea484ce82354e5a9d62d DIFF: https://github.com/llvm/llvm-project/commit/103ad3f90708eceddd9fea484ce82354e5a9d62d.

[Lldb-commits] [lldb] d62a53a - [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T21:13:31+01:00 New Revision: d62a53aaf1d38a55d1affbd3a30d564a4e9d3171 URL: https://github.com/llvm/llvm-project/commit/d62a53aaf1d38a55d1affbd3a30d564a4e9d3171 DIFF: https://github.com/llvm/llvm-project/commit/d62a53aaf1d38a55d1affbd3a30d564a4e9d3171.

[Lldb-commits] [lldb] 182f0d1 - [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T21:13:31+01:00 New Revision: 182f0d1a34419445bb19d67581d6ac1afc98b7fa URL: https://github.com/llvm/llvm-project/commit/182f0d1a34419445bb19d67581d6ac1afc98b7fa DIFF: https://github.com/llvm/llvm-project/commit/182f0d1a34419445bb19d67581d6ac1afc98b7fa.

[Lldb-commits] [lldb] 2cff3de - [lldb/bindings] Add Python ScriptedProcess base class to lldb module

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T21:13:32+01:00 New Revision: 2cff3dec1171188ce04ab1a4373cc1885ab97be1 URL: https://github.com/llvm/llvm-project/commit/2cff3dec1171188ce04ab1a4373cc1885ab97be1 DIFF: https://github.com/llvm/llvm-project/commit/2cff3dec1171188ce04ab1a4373cc1885ab97be1.

[Lldb-commits] [lldb] 4679676 - [lldb/Plugins] Add ScriptedProcess Process Plugin

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T21:13:32+01:00 New Revision: 46796762afe76496ec4dd900f64d0cf4cdc30e99 URL: https://github.com/llvm/llvm-project/commit/46796762afe76496ec4dd900f64d0cf4cdc30e99 DIFF: https://github.com/llvm/llvm-project/commit/46796762afe76496ec4dd900f64d0cf4cdc30e99.

[Lldb-commits] [lldb] 5a9c349 - [lldb/Plugins] Fix SWIGPythonBridge build issue

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T22:37:36+01:00 New Revision: 5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4 URL: https://github.com/llvm/llvm-project/commit/5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4 DIFF: https://github.com/llvm/llvm-project/commit/5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4.

[Lldb-commits] [lldb] 36254f1 - [lldb] Revert ScriptedProcess patches

2021-03-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-01T23:23:27Z New Revision: 36254f1a0f32e8a1db353efbe1f8c3a290e5b084 URL: https://github.com/llvm/llvm-project/commit/36254f1a0f32e8a1db353efbe1f8c3a290e5b084 DIFF: https://github.com/llvm/llvm-project/commit/36254f1a0f32e8a1db353efbe1f8c3a290e5b084.diff

[Lldb-commits] [lldb] c16fef1 - [lldb/Interpreter] Make OptionGroupPythonClassWithDict options non-required

2021-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-04T20:24:26+01:00 New Revision: c16fef19f6b002ba6ec7104d9f7dc44fef99ef57 URL: https://github.com/llvm/llvm-project/commit/c16fef19f6b002ba6ec7104d9f7dc44fef99ef57 DIFF: https://github.com/llvm/llvm-project/commit/c16fef19f6b002ba6ec7104d9f7dc44fef99ef57.

[Lldb-commits] [lldb] 36eab46 - [lldb/Interpreter] Add `interpreter.repeat-previous-command` setting

2021-03-05 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-05T19:33:32+01:00 New Revision: 36eab4634f4cd4594e6d1409a66bc8f2d8fda04f URL: https://github.com/llvm/llvm-project/commit/36eab4634f4cd4594e6d1409a66bc8f2d8fda04f DIFF: https://github.com/llvm/llvm-project/commit/36eab4634f4cd4594e6d1409a66bc8f2d8fda04f.

[Lldb-commits] [lldb] c964741 - [lldb/API] Add CommandInterpreter::{Get, Set}PrintErrors to SBAPI (NFC)

2021-03-05 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-05T19:33:33+01:00 New Revision: c964741996bcc3550c3598bb7237bd4551b03016 URL: https://github.com/llvm/llvm-project/commit/c964741996bcc3550c3598bb7237bd4551b03016 DIFF: https://github.com/llvm/llvm-project/commit/c964741996bcc3550c3598bb7237bd4551b03016.

[Lldb-commits] [lldb] 3e0ad11 - [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch

2021-03-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-23T18:24:47+01:00 New Revision: 3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a URL: https://github.com/llvm/llvm-project/commit/3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a DIFF: https://github.com/llvm/llvm-project/commit/3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a.

[Lldb-commits] [lldb] f3176f5 - [lldb/bindings] Add Python ScriptedProcess base class to lldb module

2021-03-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-23T18:24:47+01:00 New Revision: f3176f5fede202985ab51d215f4d0a58b6c91d83 URL: https://github.com/llvm/llvm-project/commit/f3176f5fede202985ab51d215f4d0a58b6c91d83 DIFF: https://github.com/llvm/llvm-project/commit/f3176f5fede202985ab51d215f4d0a58b6c91d83.

[Lldb-commits] [lldb] 1f6a57c - [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess

2021-03-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-23T18:24:47+01:00 New Revision: 1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0 URL: https://github.com/llvm/llvm-project/commit/1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0 DIFF: https://github.com/llvm/llvm-project/commit/1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0.

[Lldb-commits] [lldb] dd391e1 - [lldb/Plugins] Add ScriptedProcess Process Plugin

2021-03-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-23T18:24:47+01:00 New Revision: dd391e1ef762d79f86112dc2480a89c9be066ce1 URL: https://github.com/llvm/llvm-project/commit/dd391e1ef762d79f86112dc2480a89c9be066ce1 DIFF: https://github.com/llvm/llvm-project/commit/dd391e1ef762d79f86112dc2480a89c9be066ce1.

[Lldb-commits] [lldb] 13bb39a - [NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi diagnostics

2021-03-24 Thread Med Ismail Bennani via lldb-commits
Author: Shafik Yaghmour Date: 2021-03-24T19:10:58+01:00 New Revision: 13bb39aad347712b7d9b1dddcd142d066ac72d13 URL: https://github.com/llvm/llvm-project/commit/13bb39aad347712b7d9b1dddcd142d066ac72d13 DIFF: https://github.com/llvm/llvm-project/commit/13bb39aad347712b7d9b1dddcd142d066ac72d13.dif

[Lldb-commits] [lldb] b09d44b - [lldb/Plugins] Add ScriptedProcess Process Plugin

2021-03-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-24T19:10:58+01:00 New Revision: b09d44b6ae0901865a0d4b2a0cf797c3cd34eeeb URL: https://github.com/llvm/llvm-project/commit/b09d44b6ae0901865a0d4b2a0cf797c3cd34eeeb DIFF: https://github.com/llvm/llvm-project/commit/b09d44b6ae0901865a0d4b2a0cf797c3cd34eeeb.

[Lldb-commits] [lldb] fad34da - Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"

2021-03-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-03-24T21:31:16+01:00 New Revision: fad34da7fdcd2f6e60920ca1e6d290f8e53ec315 URL: https://github.com/llvm/llvm-project/commit/fad34da7fdcd2f6e60920ca1e6d290f8e53ec315 DIFF: https://github.com/llvm/llvm-project/commit/fad34da7fdcd2f6e60920ca1e6d290f8e53ec315.

[Lldb-commits] [lldb] 0c3f762 - [lldb/Utility] Update path in FileSpec documentation (NFC)

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-04T16:34:44Z New Revision: 0c3f762c8fd142464f9f3146091045a9b63db2c1 URL: https://github.com/llvm/llvm-project/commit/0c3f762c8fd142464f9f3146091045a9b63db2c1 DIFF: https://github.com/llvm/llvm-project/commit/0c3f762c8fd142464f9f3146091045a9b63db2c1.diff

[Lldb-commits] [lldb] 1435f6b - [lldb] Move and clean-up the Declaration class (NFC)

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-04T16:34:44Z New Revision: 1435f6b00be79f1042818da8714ad4de2aef7848 URL: https://github.com/llvm/llvm-project/commit/1435f6b00be79f1042818da8714ad4de2aef7848 DIFF: https://github.com/llvm/llvm-project/commit/1435f6b00be79f1042818da8714ad4de2aef7848.diff

[Lldb-commits] [lldb] adfffeb - [lldb/Core] Add SourceLocationSpec class (NFC)

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-04T16:34:45Z New Revision: adfffebec6d6910304e4b1ccdbef78e226a8fd32 URL: https://github.com/llvm/llvm-project/commit/adfffebec6d6910304e4b1ccdbef78e226a8fd32 DIFF: https://github.com/llvm/llvm-project/commit/adfffebec6d6910304e4b1ccdbef78e226a8fd32.diff

[Lldb-commits] [lldb] 3e2ed74 - [lldb] Refactor argument group by SourceLocationSpec (NFCI)

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-04T23:04:31Z New Revision: 3e2ed7440569d59e073d4799b310255547bd2dd2 URL: https://github.com/llvm/llvm-project/commit/3e2ed7440569d59e073d4799b310255547bd2dd2 DIFF: https://github.com/llvm/llvm-project/commit/3e2ed7440569d59e073d4799b310255547bd2dd2.diff

[Lldb-commits] [lldb] 30fcdf0 - [lldb/Symbol] Update SymbolFilePDB unitest with SourceLocationSpec

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-05T00:34:44Z New Revision: 30fcdf0b19661ca77767bd41ceba03f5dd33 URL: https://github.com/llvm/llvm-project/commit/30fcdf0b19661ca77767bd41ceba03f5dd33 DIFF: https://github.com/llvm/llvm-project/commit/30fcdf0b19661ca77767bd41ceba03f5dd33.diff

[Lldb-commits] [lldb] d5069da - [lldb/Symbol] Fix typo in SymbolFilePDBTests (NFC)

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-05T00:38:41Z New Revision: d5069dace7c254a6c2c878bde465344eb6c0cf56 URL: https://github.com/llvm/llvm-project/commit/d5069dace7c254a6c2c878bde465344eb6c0cf56 DIFF: https://github.com/llvm/llvm-project/commit/d5069dace7c254a6c2c878bde465344eb6c0cf56.diff

[Lldb-commits] [lldb] 35ecfda - [lldb/Symbol] Fix column breakpoint `move_to_nearest_code` match

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-05T05:07:50Z New Revision: 35ecfda01ccd19e1222c065056f68bbd2575e4ac URL: https://github.com/llvm/llvm-project/commit/35ecfda01ccd19e1222c065056f68bbd2575e4ac DIFF: https://github.com/llvm/llvm-project/commit/35ecfda01ccd19e1222c065056f68bbd2575e4ac.diff

[Lldb-commits] [lldb] 9775582 - [lldb/Test] Disable testBreakpointByLineAndColumnNearestCode on Windows

2021-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-05T06:04:08Z New Revision: 9775582e347c08f79f84748d143eb8c2e4258afb URL: https://github.com/llvm/llvm-project/commit/9775582e347c08f79f84748d143eb8c2e4258afb DIFF: https://github.com/llvm/llvm-project/commit/9775582e347c08f79f84748d143eb8c2e4258afb.diff

[Lldb-commits] [lldb] 1b4d5b3 - [lldb/API] Use a valid LineEntry object in SBCompileUnit::FindLineEntryIndex

2021-05-17 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-05-18T01:28:53+01:00 New Revision: 1b4d5b3bf30656d39d94985a63f1c0514fcc6526 URL: https://github.com/llvm/llvm-project/commit/1b4d5b3bf30656d39d94985a63f1c0514fcc6526 DIFF: https://github.com/llvm/llvm-project/commit/1b4d5b3bf30656d39d94985a63f1c0514fcc6526.

[Lldb-commits] [lldb] 5bb742b - [lldb/interpreter] Add ability to save lldb session to a file

2020-07-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-22T11:43:16+02:00 New Revision: 5bb742b10dafd595223172ae985687765934ebe9 URL: https://github.com/llvm/llvm-project/commit/5bb742b10dafd595223172ae985687765934ebe9 DIFF: https://github.com/llvm/llvm-project/commit/5bb742b10dafd595223172ae985687765934ebe9.

[Lldb-commits] [lldb] 33981c6 - [lldb/interpreter] Fix formatting in CommandInterpreter.cpp (NFC)

2020-07-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-22T11:48:07+02:00 New Revision: 33981c672405979c15e57c8662cad79410b0752b URL: https://github.com/llvm/llvm-project/commit/33981c672405979c15e57c8662cad79410b0752b DIFF: https://github.com/llvm/llvm-project/commit/33981c672405979c15e57c8662cad79410b0752b.

[Lldb-commits] [lldb] 85fbb08 - [lldb/interpreter] Move the history subcommand to session (NFCI)

2020-07-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-23T13:05:45+02:00 New Revision: 85fbb08fa2ac5195dc7a2f13eea7de1471da2a21 URL: https://github.com/llvm/llvm-project/commit/85fbb08fa2ac5195dc7a2f13eea7de1471da2a21 DIFF: https://github.com/llvm/llvm-project/commit/85fbb08fa2ac5195dc7a2f13eea7de1471da2a21.

[Lldb-commits] [lldb] e605994 - [lldb/test] Fix TestHistoryRecall failure (NFC)

2020-07-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-23T13:27:12+02:00 New Revision: e605994bb30610107607f4267046e70a43852b97 URL: https://github.com/llvm/llvm-project/commit/e605994bb30610107607f4267046e70a43852b97 DIFF: https://github.com/llvm/llvm-project/commit/e605994bb30610107607f4267046e70a43852b97.

[Lldb-commits] [lldb] 868b45b - [lldb/interpreter] Add REPL-specific init file

2020-08-19 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-08-20T00:36:32+02:00 New Revision: 868b45b5b31d1203cab09ae0306f4c47e6070f68 URL: https://github.com/llvm/llvm-project/commit/868b45b5b31d1203cab09ae0306f4c47e6070f68 DIFF: https://github.com/llvm/llvm-project/commit/868b45b5b31d1203cab09ae0306f4c47e6070f68.

[Lldb-commits] [lldb] 0224738 - [lldb/interpreter] Improve REPL init file compatibility

2020-09-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-09-02T01:21:22+02:00 New Revision: 0224738c1abdee59923a539204f12c4c99621506 URL: https://github.com/llvm/llvm-project/commit/0224738c1abdee59923a539204f12c4c99621506 DIFF: https://github.com/llvm/llvm-project/commit/0224738c1abdee59923a539204f12c4c99621506.

[Lldb-commits] [lldb] addb514 - [lldb/Target] Add custom interpreter option to `platform shell`

2020-09-02 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-09-02T16:36:10+02:00 New Revision: addb5148f58d710fcaba04bb2afec8006ae8ac15 URL: https://github.com/llvm/llvm-project/commit/addb5148f58d710fcaba04bb2afec8006ae8ac15 DIFF: https://github.com/llvm/llvm-project/commit/addb5148f58d710fcaba04bb2afec8006ae8ac15.

[Lldb-commits] [lldb] 0e86f39 - [lldb/test] Fix TestPlatform*.py Windows failures (NFC)

2020-09-02 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-09-02T21:41:35+02:00 New Revision: 0e86f390457a2b4dd1f2d1770db912963a36f240 URL: https://github.com/llvm/llvm-project/commit/0e86f390457a2b4dd1f2d1770db912963a36f240 DIFF: https://github.com/llvm/llvm-project/commit/0e86f390457a2b4dd1f2d1770db912963a36f240.

[Lldb-commits] [lldb] bf8f6e8 - [lldb/Interpreter] Fix language detection for the REPL InitFile

2020-09-03 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-09-03T10:57:56+02:00 New Revision: bf8f6e89c8d6fbac3e91ab37de7431d8e7c8aab4 URL: https://github.com/llvm/llvm-project/commit/bf8f6e89c8d6fbac3e91ab37de7431d8e7c8aab4 DIFF: https://github.com/llvm/llvm-project/commit/bf8f6e89c8d6fbac3e91ab37de7431d8e7c8aab4.

[Lldb-commits] [lldb] 4da8fa4 - [lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPI

2020-09-11 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-09-11T20:09:55+02:00 New Revision: 4da8fa45a0968a1f98010777d3731a921431ee55 URL: https://github.com/llvm/llvm-project/commit/4da8fa45a0968a1f98010777d3731a921431ee55 DIFF: https://github.com/llvm/llvm-project/commit/4da8fa45a0968a1f98010777d3731a921431ee55.

[Lldb-commits] [lldb] r355861 - Fix some comment typos.

2019-10-04 Thread Med Ismail Bennani via lldb-commits
Author: mib Date: Mon Mar 11 13:23:34 2019 New Revision: 355861 URL: http://llvm.org/viewvc/llvm-project?rev=355861&view=rev Log: Fix some comment typos. Signed-off-by: Med Ismail Bennani Modified: lldb/trunk/include/lldb/Core/Address.h lldb/trunk/include/lldb/Target/ExecutionContextSco

[Lldb-commits] [lldb] r369313 - [lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)

2019-10-04 Thread Med Ismail Bennani via lldb-commits
Author: mib Date: Mon Aug 19 16:59:31 2019 New Revision: 369313 URL: http://llvm.org/viewvc/llvm-project?rev=369313&view=rev Log: [lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC) Summary: This commit fixes some typo I found while exploring LLDB's codebase. Signed-off-by

[Lldb-commits] [lldb] r369453 - [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)

2019-10-04 Thread Med Ismail Bennani via lldb-commits
Author: mib Date: Tue Aug 20 14:58:22 2019 New Revision: 369453 URL: http://llvm.org/viewvc/llvm-project?rev=369453&view=rev Log: [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC) Summary: The test for conditional breakpoints on Windows was skipped because there was no exp

[Lldb-commits] [lldb] r357420 - [Process] Fix WriteMemory return value

2019-10-04 Thread Med Ismail Bennani via lldb-commits
Author: mib Date: Mon Apr 1 12:08:47 2019 New Revision: 357420 URL: http://llvm.org/viewvc/llvm-project?rev=357420&view=rev Log: [Process] Fix WriteMemory return value Summary: In case of a breakpoint site overlapping with the destination address, the WriteMemory method reported an incorrect mem

[Lldb-commits] [lldb] efe62b6 - [lldb/DWARF] Add support for DW_OP_implicit_value

2020-10-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-10-22T18:02:44+02:00 New Revision: efe62b637d51f6d622589132075320dd4f687478 URL: https://github.com/llvm/llvm-project/commit/efe62b637d51f6d622589132075320dd4f687478 DIFF: https://github.com/llvm/llvm-project/commit/efe62b637d51f6d622589132075320dd4f687478.

[Lldb-commits] [lldb] 0470169 - [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload

2020-12-14 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-12-15T04:24:44+01:00 New Revision: 04701698ebaff8d0c108e590a7e55c3c5bcd4d9e URL: https://github.com/llvm/llvm-project/commit/04701698ebaff8d0c108e590a7e55c3c5bcd4d9e DIFF: https://github.com/llvm/llvm-project/commit/04701698ebaff8d0c108e590a7e55c3c5bcd4d9e.

[Lldb-commits] [lldb] 1d3f1eb - Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload"

2020-12-14 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-12-15T06:18:04+01:00 New Revision: 1d3f1eb855fcfb03b6ddb92543c02694115b5739 URL: https://github.com/llvm/llvm-project/commit/1d3f1eb855fcfb03b6ddb92543c02694115b5739 DIFF: https://github.com/llvm/llvm-project/commit/1d3f1eb855fcfb03b6ddb92543c02694115b5739.

[Lldb-commits] [lldb] dc82890 - [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload

2020-12-14 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-12-15T06:18:04+01:00 New Revision: dc82890a77fe894e90103f4465bb4c838617feff URL: https://github.com/llvm/llvm-project/commit/dc82890a77fe894e90103f4465bb4c838617feff DIFF: https://github.com/llvm/llvm-project/commit/dc82890a77fe894e90103f4465bb4c838617feff.

[Lldb-commits] [lldb] 7169d3a - [lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC)

2021-01-20 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-01-20T18:53:06+01:00 New Revision: 7169d3a315f4cdc19c4ab6b8f20c6f91b46ba9b8 URL: https://github.com/llvm/llvm-project/commit/7169d3a315f4cdc19c4ab6b8f20c6f91b46ba9b8 DIFF: https://github.com/llvm/llvm-project/commit/7169d3a315f4cdc19c4ab6b8f20c6f91b46ba9b8.

[Lldb-commits] [lldb] 8fc9b6c - [lldb/Commands] Align process launch --plugin with process attach (NFC)

2021-01-20 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-01-20T21:01:23+01:00 New Revision: 8fc9b6c2c560fc5945ce2115de345efb1617d59d URL: https://github.com/llvm/llvm-project/commit/8fc9b6c2c560fc5945ce2115de345efb1617d59d DIFF: https://github.com/llvm/llvm-project/commit/8fc9b6c2c560fc5945ce2115de345efb1617d59d.

[Lldb-commits] [lldb] b8923c0 - [lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC)

2021-02-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-02-01T12:16:33+01:00 New Revision: b8923c002207da449ec462ade468e27a651b1f91 URL: https://github.com/llvm/llvm-project/commit/b8923c002207da449ec462ade468e27a651b1f91 DIFF: https://github.com/llvm/llvm-project/commit/b8923c002207da449ec462ade468e27a651b1f91.

[Lldb-commits] [lldb] ee562e2 - [lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC)

2021-02-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-02-01T14:09:50+01:00 New Revision: ee562e2315cfe339fdcb0cb9b2122284bbeda29b URL: https://github.com/llvm/llvm-project/commit/ee562e2315cfe339fdcb0cb9b2122284bbeda29b DIFF: https://github.com/llvm/llvm-project/commit/ee562e2315cfe339fdcb0cb9b2122284bbeda29b.

[Lldb-commits] [lldb] 608ee55 - [lldb/test] Stop recording fundamental return types (NFC)

2021-02-02 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-02-03T02:57:26+01:00 New Revision: 608ee55a317f9f7307c90c720c3ab019926cdb49 URL: https://github.com/llvm/llvm-project/commit/608ee55a317f9f7307c90c720c3ab019926cdb49 DIFF: https://github.com/llvm/llvm-project/commit/608ee55a317f9f7307c90c720c3ab019926cdb49.

[Lldb-commits] [lldb] a4da4e3 - [lldb/Reproducers] Fix typo introduced when disabling register failing tests

2020-04-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-10T08:37:06+02:00 New Revision: a4da4e3292834b5f93f54440f825dd90876d6615 URL: https://github.com/llvm/llvm-project/commit/a4da4e3292834b5f93f54440f825dd90876d6615 DIFF: https://github.com/llvm/llvm-project/commit/a4da4e3292834b5f93f54440f825dd90876d6615.

[Lldb-commits] [lldb] 8f5beb4 - [lldb/Dataformatter] Add support for CoreFoundation Dictionaries and Sets.

2020-04-27 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-27T22:10:11+02:00 New Revision: 8f5beb4c4b114f2cd827b10b5358f0d79d8bb691 URL: https://github.com/llvm/llvm-project/commit/8f5beb4c4b114f2cd827b10b5358f0d79d8bb691 DIFF: https://github.com/llvm/llvm-project/commit/8f5beb4c4b114f2cd827b10b5358f0d79d8bb691.

[Lldb-commits] [lldb] 0151174 - [lldb/Host] Improve error messages on unowned read files

2020-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-05-04T17:33:55+02:00 New Revision: 015117411e11458f9816ba4359246132164a4297 URL: https://github.com/llvm/llvm-project/commit/015117411e11458f9816ba4359246132164a4297 DIFF: https://github.com/llvm/llvm-project/commit/015117411e11458f9816ba4359246132164a4297.

[Lldb-commits] [lldb] 6b8d6f4 - [lldb/test] Fix wrong target command failure message on Windows

2020-05-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-05-04T19:22:34+02:00 New Revision: 6b8d6f44592cd975919d535483c2aca7cd7857b8 URL: https://github.com/llvm/llvm-project/commit/6b8d6f44592cd975919d535483c2aca7cd7857b8 DIFF: https://github.com/llvm/llvm-project/commit/6b8d6f44592cd975919d535483c2aca7cd7857b8.

[Lldb-commits] [lldb] f058d39 - [lldb/test] Reformat Objective-C data-formatter source file (NFC)

2020-05-06 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-05-07T05:51:52+02:00 New Revision: f058d397ff8e5a42bc7dd195cf7234d4d438a9f4 URL: https://github.com/llvm/llvm-project/commit/f058d397ff8e5a42bc7dd195cf7234d4d438a9f4 DIFF: https://github.com/llvm/llvm-project/commit/f058d397ff8e5a42bc7dd195cf7234d4d438a9f4.

[Lldb-commits] [lldb] 0eba9de - [lldb/Dataformatter] Add support to CF{Dictionary, Set}Ref types

2020-05-15 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-05-15T22:14:39+02:00 New Revision: 0eba9de71e2add37dce165f3f3c9447772c3f65a URL: https://github.com/llvm/llvm-project/commit/0eba9de71e2add37dce165f3f3c9447772c3f65a DIFF: https://github.com/llvm/llvm-project/commit/0eba9de71e2add37dce165f3f3c9447772c3f65a.

[Lldb-commits] [lldb] 4e9e048 - [lldb/Commands] Add ability to run shell command on the host.

2020-05-15 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-05-15T22:14:39+02:00 New Revision: 4e9e0488ab67c54be57e303ce3085466fbc8e886 URL: https://github.com/llvm/llvm-project/commit/4e9e0488ab67c54be57e303ce3085466fbc8e886 DIFF: https://github.com/llvm/llvm-project/commit/4e9e0488ab67c54be57e303ce3085466fbc8e886.

[Lldb-commits] [lldb] 56bb1d1 - [lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)

2020-07-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-01T12:37:00+02:00 New Revision: 56bb1d1755ae38b4e7a67f775978b18a601f215f URL: https://github.com/llvm/llvm-project/commit/56bb1d1755ae38b4e7a67f775978b18a601f215f DIFF: https://github.com/llvm/llvm-project/commit/56bb1d1755ae38b4e7a67f775978b18a601f215f.

[Lldb-commits] [lldb] a61f62a - Revert "[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)"

2020-07-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-01T12:41:32+02:00 New Revision: a61f62a7b605a9077672b4f49021d84ed0cf12d9 URL: https://github.com/llvm/llvm-project/commit/a61f62a7b605a9077672b4f49021d84ed0cf12d9 DIFF: https://github.com/llvm/llvm-project/commit/a61f62a7b605a9077672b4f49021d84ed0cf12d9.

[Lldb-commits] [lldb] f70cad2 - [lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)

2020-07-01 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-01T12:45:05+02:00 New Revision: f70cad26121543c0a29b9a2c400b02c659210d71 URL: https://github.com/llvm/llvm-project/commit/f70cad26121543c0a29b9a2c400b02c659210d71 DIFF: https://github.com/llvm/llvm-project/commit/f70cad26121543c0a29b9a2c400b02c659210d71.

[Lldb-commits] [lldb] 7177e63 - [lldb/Core] Fix crash in ValueObject::CreateChildAtIndex

2020-07-07 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-07T20:37:13+02:00 New Revision: 7177e63fb554cfac3c252327e344fb5a17d6bd65 URL: https://github.com/llvm/llvm-project/commit/7177e63fb554cfac3c252327e344fb5a17d6bd65 DIFF: https://github.com/llvm/llvm-project/commit/7177e63fb554cfac3c252327e344fb5a17d6bd65.

[Lldb-commits] [lldb] 0d7401c - [lldb/api] Add checks for StackFrame::GetRegisterContext calls (NFC)

2020-07-07 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-07T23:30:24+02:00 New Revision: 0d7401cf9d5cc0db3de9a8ddb8ea2362d5412d2f URL: https://github.com/llvm/llvm-project/commit/0d7401cf9d5cc0db3de9a8ddb8ea2362d5412d2f DIFF: https://github.com/llvm/llvm-project/commit/0d7401cf9d5cc0db3de9a8ddb8ea2362d5412d2f.

[Lldb-commits] [lldb] 9c31da8 - [lldb/Core] Update comment to make it more explicit (NFC)

2020-07-08 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-07-08T14:03:59+02:00 New Revision: 9c31da853855eb952bbad98b99978df8c515e9b2 URL: https://github.com/llvm/llvm-project/commit/9c31da853855eb952bbad98b99978df8c515e9b2 DIFF: https://github.com/llvm/llvm-project/commit/9c31da853855eb952bbad98b99978df8c515e9b2.

[Lldb-commits] [lldb] 7eaae93 - [FormatEntity] Add mangled function name support

2019-12-12 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2019-12-12T10:22:57-08:00 New Revision: 7eaae939b9bb294d029d212d768bb38272c00936 URL: https://github.com/llvm/llvm-project/commit/7eaae939b9bb294d029d212d768bb38272c00936 DIFF: https://github.com/llvm/llvm-project/commit/7eaae939b9bb294d029d212d768bb38272c00936.

[Lldb-commits] [lldb] 2c91d5b - LanguageRuntime: Simplify NSException::GetSummary() output

2019-12-13 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2019-12-13T12:33:31-08:00 New Revision: 2c91d5ba83156900944c82bb8feb1e340adb8ae4 URL: https://github.com/llvm/llvm-project/commit/2c91d5ba83156900944c82bb8feb1e340adb8ae4 DIFF: https://github.com/llvm/llvm-project/commit/2c91d5ba83156900944c82bb8feb1e340adb8ae4.

[Lldb-commits] [lldb] 3620e5f - [lldb/Command] Add --force option for `watchpoint delete` command

2020-01-02 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-03T01:51:22+01:00 New Revision: 3620e5f28a4d2800fb6c325ec24b3d660e48b9ba URL: https://github.com/llvm/llvm-project/commit/3620e5f28a4d2800fb6c325ec24b3d660e48b9ba DIFF: https://github.com/llvm/llvm-project/commit/3620e5f28a4d2800fb6c325ec24b3d660e48b9ba.

[Lldb-commits] [lldb] 4117c8c - Revert "[lldb/Command] Add --force option for `watchpoint delete` command"

2020-01-02 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-03T02:14:45+01:00 New Revision: 4117c8c0194cdf59e229f6826e0908eb3f2bcfc6 URL: https://github.com/llvm/llvm-project/commit/4117c8c0194cdf59e229f6826e0908eb3f2bcfc6 DIFF: https://github.com/llvm/llvm-project/commit/4117c8c0194cdf59e229f6826e0908eb3f2bcfc6.

[Lldb-commits] [lldb] df71f92 - [lldb/Command] Add --force option for `watchpoint delete` command

2020-01-03 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-04T03:11:15+01:00 New Revision: df71f92fbb7c96cfd36d247ae6fb6929cb9bce35 URL: https://github.com/llvm/llvm-project/commit/df71f92fbb7c96cfd36d247ae6fb6929cb9bce35 DIFF: https://github.com/llvm/llvm-project/commit/df71f92fbb7c96cfd36d247ae6fb6929cb9bce35.

[Lldb-commits] [lldb] 9daa44c - Remove extraneous spaces

2020-01-07 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-07T16:46:04+01:00 New Revision: 9daa44c9935053508b38d0203ac47130c8156b02 URL: https://github.com/llvm/llvm-project/commit/9daa44c9935053508b38d0203ac47130c8156b02 DIFF: https://github.com/llvm/llvm-project/commit/9daa44c9935053508b38d0203ac47130c8156b02.

[Lldb-commits] [lldb] 877723b - [lldb/Expression] Improve interpreter error message with a non-running target

2020-01-14 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-14T13:06:58+01:00 New Revision: 877723b7ce813d25fc4a358b7d2cb90468733a72 URL: https://github.com/llvm/llvm-project/commit/877723b7ce813d25fc4a358b7d2cb90468733a72 DIFF: https://github.com/llvm/llvm-project/commit/877723b7ce813d25fc4a358b7d2cb90468733a72.

[Lldb-commits] [lldb] 9dc9f7c - [lldb/Target] Sort CMakeLists (NFC)

2020-01-22 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-22T16:38:37+01:00 New Revision: 9dc9f7ca145e7fd5fafbdf071a2e5b5914918c04 URL: https://github.com/llvm/llvm-project/commit/9dc9f7ca145e7fd5fafbdf071a2e5b5914918c04 DIFF: https://github.com/llvm/llvm-project/commit/9dc9f7ca145e7fd5fafbdf071a2e5b5914918c04.

[Lldb-commits] [lldb] 03a6b85 - [lldb/Target] Add Assert StackFrame Recognizer

2020-01-28 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-28T18:21:29+01:00 New Revision: 03a6b858fde5c644ec16b1fddd8e10aa9ef3f0ad URL: https://github.com/llvm/llvm-project/commit/03a6b858fde5c644ec16b1fddd8e10aa9ef3f0ad DIFF: https://github.com/llvm/llvm-project/commit/03a6b858fde5c644ec16b1fddd8e10aa9ef3f0ad.

[Lldb-commits] [lldb] 954d042 - Revert "[lldb/Target] Add Assert StackFrame Recognizer"

2020-01-28 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-01-28T18:40:08+01:00 New Revision: 954d04295b9b5447139cb1b9b57b9a2a4dd9b656 URL: https://github.com/llvm/llvm-project/commit/954d04295b9b5447139cb1b9b57b9a2a4dd9b656 DIFF: https://github.com/llvm/llvm-project/commit/954d04295b9b5447139cb1b9b57b9a2a4dd9b656.

[Lldb-commits] [lldb] 2b7f328 - [lldb/Target] Add Assert StackFrame Recognizer

2020-02-05 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-05T17:49:13+01:00 New Revision: 2b7f32892b76cdfbe075300a5bf4a52e1b674bc7 URL: https://github.com/llvm/llvm-project/commit/2b7f32892b76cdfbe075300a5bf4a52e1b674bc7 DIFF: https://github.com/llvm/llvm-project/commit/2b7f32892b76cdfbe075300a5bf4a52e1b674bc7.

[Lldb-commits] [lldb] 42c906b - [lldb/API] Fix non null-terminated stop-reason in SBThread::GetStopDescription

2020-02-05 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-06T00:20:33+01:00 New Revision: 42c906bceffaadeb704f2629d21f33aece831bc6 URL: https://github.com/llvm/llvm-project/commit/42c906bceffaadeb704f2629d21f33aece831bc6 DIFF: https://github.com/llvm/llvm-project/commit/42c906bceffaadeb704f2629d21f33aece831bc6.

[Lldb-commits] [lldb] 7ebe9cc - [lldb/Target] Add Assert StackFrame Recognizer

2020-02-06 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-06T18:27:48+01:00 New Revision: 7ebe9cc4fc2d97ec0ed2a6038be25b2a7ed1aac2 URL: https://github.com/llvm/llvm-project/commit/7ebe9cc4fc2d97ec0ed2a6038be25b2a7ed1aac2 DIFF: https://github.com/llvm/llvm-project/commit/7ebe9cc4fc2d97ec0ed2a6038be25b2a7ed1aac2.

[Lldb-commits] [lldb] 17d0091 - [lldb/Target] Remove extra semicolon in AssertFrameRecognizer (NFC)

2020-02-06 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-06T19:46:32+01:00 New Revision: 17d0091d662b414600f0a31dcb3fe6cc353879a7 URL: https://github.com/llvm/llvm-project/commit/17d0091d662b414600f0a31dcb3fe6cc353879a7 DIFF: https://github.com/llvm/llvm-project/commit/17d0091d662b414600f0a31dcb3fe6cc353879a7.

[Lldb-commits] [lldb] 96054a1 - [lldb/test] Prevent TestFrameRecognizer.py to fail because of internal recognizers (NFC)

2020-02-07 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-07T17:35:29+01:00 New Revision: 96054a1857e597ec15c36b935ea076a550047f02 URL: https://github.com/llvm/llvm-project/commit/96054a1857e597ec15c36b935ea076a550047f02 DIFF: https://github.com/llvm/llvm-project/commit/96054a1857e597ec15c36b935ea076a550047f02.

[Lldb-commits] [lldb] 047c4b0 - [lldb/Target] Fix `frame recognizer list` crash when registered with nullptr

2020-02-07 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2020-02-07T17:35:29+01:00 New Revision: 047c4b0369f05ba2f96c79151641f07035bec954 URL: https://github.com/llvm/llvm-project/commit/047c4b0369f05ba2f96c79151641f07035bec954 DIFF: https://github.com/llvm/llvm-project/commit/047c4b0369f05ba2f96c79151641f07035bec954.

<    5   6   7   8   9   10   11   12   >