Giter Site home page Giter Site logo

Comments (4)

slightlyunconventional avatar slightlyunconventional commented on September 22, 2024

This change works for me:

--- aarch64--glibc--bleeding-edge-2017.11-1.defconfig.orig      2018-02-20 17:28:52.567018000 -0800
+++ aarch64--glibc--bleeding-edge-2017.11-1.defconfig   2018-02-20 17:28:56.780343000 -0800
@@ -8,6 +8,7 @@
 BR2_GCC_VERSION_7_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 BR2_PACKAGE_HOST_GDB=y
+BR2_PACKAGE_HOST_GDB_PYTHON=y
 BR2_GDB_VERSION_8_0=y
 BR2_INIT_NONE=y
 # BR2_PACKAGE_BUSYBOX is not set

The same config option can be enabled for the "stable" (2017.05) toolchain, but I can understand if you only want to enable new features in a future release.

from toolchains-builder.

slightlyunconventional avatar slightlyunconventional commented on September 22, 2024

Patch for toolchains-builder.git:

config: enable host-gdb's Python interpreter

There are some pretty important tools distributed as GDB Python scripts, such
as Linux's gdb scripts (including dmesg dumper).

Signed-off-by: Hollis Blanchard <[email protected]>

diff --git a/configs/optionals/*.config b/configs/optionals/*.config
--- a/configs/optionals/*.config
+++ b/configs/optionals/*.config
@@ -1,2 +1,3 @@
 BR2_PACKAGE_HOST_GDB=y
+BR2_PACKAGE_HOST_GDB_PYTHON=y
 BR2_PACKAGE_GDB=y

@tpetazzoni, would you apply it?

from toolchains-builder.

zkrx avatar zkrx commented on September 22, 2024

Any chance to see this patch applied? Unfortunately, I cannot use any bootlin toolchain because I need python support in GDB.

from toolchains-builder.

tpetazzoni avatar tpetazzoni commented on September 22, 2024

Fixed by e304245

from toolchains-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.