[qt/qt-creator/qt-creator]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/qt-creator Pushed by mirror-service into branch 'master'. Changed from cdbce703ed6ce0714afad68b65ff07debed7d0d9 to 3cb7ecca469702f11becf56b27bbb783ccb2a44f Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit a2559744dd68561dd3823f54bb19d433fee940cb by David Schulz on 30/07/2026 at 12:20.. MSVC: detect compiler when device is connected Change-Id: I48b83bc0d0700e973df1ad660d81c1cfb9c06620 Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/a2559744dd68561dd3823f54bb19d433fee940cb Git commit b806bbed963d35938a76a128d28c14c2d5611e93 by hjk on 30/07/2026 at 14:01.. Debugger: Resolve the CDB extension on the device for remote cdb When cdb.exe runs on a remote Windows device, take qtcreatorcdbext.dll from the device (under cdbExtensionPath()) instead of the local Qt Creator installation, and point _NT_DEBUGGER_EXTENSION_PATH at the device directory. The local path is unchanged. Assisted-by: Claude Code Change-Id: I36f65b8b13898e820c1d312c999db22822a47b9f Reviewed-by: David Schulz <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/b806bbed963d35938a76a128d28c14c2d5611e93 Git commit 3cb7ecca469702f11becf56b27bbb783ccb2a44f by André Hartmann (on behalf of Andre Hartmann) on 30/07/2026 at 17:14.. GDB: Properly quote inferior command line arguments When the following program was called with the arguments `--language de`, it correctly returned 3 when free running. But when run through Creator and GDB, it falsely returned 1: int main(int argc, char **) { return argc; } Fix that by quoting each argument so it is not consumed by gdb but passed to the program. Change-Id: Idca199f5c0008f448a3034f56c618a8237576338 Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/3cb7ecca469702f11becf56b27bbb783ccb2a44f