macOS 10.13.3 + Tizen Studio 2.1 + Samsung Gear S3 Frontier, native app. I am not able to get debugger in TS working with the remote device. This is what I got in console:
GNU gdb (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=x86_64-apple-darwin16.5.0 --target=arm-linux-gnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
0xf77c0b00 in ?? () from /~~~~~~~~~~~~/tizen-studio/tools/smart-build-interface/../../platforms/tizen-2.3.2/wearable/rootstraps/wearable-2.3.2-device.core/lib/ld-linux.so.3
The Debug perspective shows up but the only active controls are Terminate and Disconnect, Step Into/Over are disabled.
Both the debugged app and gdb are hanging for longer than 10 minutes, I tried to enter some gdb commands but no response. After long timeout, the debugger stops at the breakpoint in the main(). Then I can step over, everything seems to be working, but when I resume, I got "Program terminated with signal SIGSEGV, Segmentation fault."
Is remote debugging supported with wearable native apps in general? What could I try to make it working? I suppose the gdb is not set correctly for the given device. Is any Samsung expert reading this thread, would be fine if we had got some support from them.
Thx for help in advance.