Oğuzhan Eroğlu

Results 64 comments of Oğuzhan Eroğlu

> Even the latest arm-none-eabi-gdb 10.3 was compiled with python 2.7. > > So does gdbfrontend require python 3.x? Yes but GDB distributions are usually coming with Python3. Do you...

> > Yes but GDB distributions are usually coming with Python3. Do you use a GDB from ARM? > > Yes, from here: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads > > I see there's a...

> Aha! I downloaded a version compiled with Python 3 support from here: https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/tag/v10.3.1-2.2 > > And the gdb-frontend web page opens up! > > I can confirm it uses...

You can just ignore value errors. I will make it to handle and visualize all kinds of C++ objects but I have yet to do something for them. For now,...

I've built GDB 11.1 with target `arm-none-eabi `. **(I will make all-in-one further releases and also I will make a documentation for building all kinds of GDB)** # How to...

> ``` > Traceback (most recent call last): > File "", line 1, in > File "/Users/design/src/gdb-frontend/gdbfrontend.py", line 35, in > gdb.execute("set non-stop off") > gdb.error: Cannot change this setting...

@danngreen hello, any update on this?

Sooooo is the only problem is unnecessary warnings now?

> I'm still on the macos-compatible branch, btw. There are so many updates :) I added the thing (realpath command) that exists in `macos-compatibility` to `master` branch. You can use...

> Should I re-open this? Or start a new issue? Oh, sure it would be better. Looks like we have some problems on MacOS.