From 559797c103bf34d52333c19d17aac3573c9ce3a5 Mon Sep 17 00:00:00 2001 From: jens Date: Sat, 16 Jul 2022 14:05:41 +0200 Subject: [PATCH] - changed submodule --- .vscode/launch.json | 33 +++++++++++++++++++++++++++++++++ submodules/libsrc/cpp | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..42ed282 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,33 @@ +{ + // Verwendet IntelliSense zum Ermitteln möglicher Attribute. + // Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen. + // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "(gdb) Starten", + "type": "cppdbg", + "request": "launch", + "program": "${workspaceFolder}/build/debug/mpsk_receiver", + "args": [], + "stopAtEntry": false, + "cwd": "${fileDirname}", + "environment": [], + "externalConsole": false, + "MIMode": "gdb", + "setupCommands": [ + { + "description": "Automatische Strukturierung und Einrückung für \"gdb\" aktivieren", + "text": "-enable-pretty-printing", + "ignoreFailures": true + }, + { + "description": "Disassemblierungsvariante auf Intel festlegen", + "text": "-gdb-set disassembly-flavor intel", + "ignoreFailures": true + } + ] + } + + ] +} \ No newline at end of file diff --git a/submodules/libsrc/cpp b/submodules/libsrc/cpp index 3e2be1d..72167a4 160000 --- a/submodules/libsrc/cpp +++ b/submodules/libsrc/cpp @@ -1 +1 @@ -Subproject commit 3e2be1d068f9779bdca8eca4a107b54395c3f404 +Subproject commit 72167a476cbc95f20d9ea78765a75a0c851b9633