Skip to content
Snippets Groups Projects
Select Git revision
  • 66051720b84127cac32f34a30c91390c0ebf898f
  • linux-5.15.29-guf default protected
  • integrate/gitlab-ci/optional-sleep/into/linux-5.15.29-guf
  • linux-5.15.185-seco protected
  • linux-5.15.182-seco protected
  • integrate/gitlab-ci/CI-report-image-diff-rewrite/into/linux-5.15.29-guf
  • integrate/gitlab-ci/extend-image-diff-job-to-manifest-mrs/into/linux-5.15.29-guf
  • integrate/gitlab-ci/kirkstone-spdx/into/linux-5.15.29-guf
  • integrate/gitlab-ci/test-gitbot-service-account/into/linux-5.15.29-guf
  • integrate/gitlab-ci/cleaos-552-build-cleaos-on-hamburgs-ci-servers-test/into/linux-5.15.29-guf
  • integrate/gitlab-ci/changelog-generator-all-projects/into/linux-5.15.29-guf
  • linux-5.15.29-guf-nallino-use-pm-qos-against-irq-latency
  • linux-5.15.29-guf-nallino-disable-cpuidle
  • linux-5.15.29-guf-sel6-8-and-lcd-ena
  • linux-5.10.104-guf protected
  • linux-5.15.29-guf-fix-rs485-for-mx6ull
  • linux-5.15.142-guf
  • santino_derive_dsp_clk_from_pll2
  • linux-5.15.29-guf-hwmon-lm85
  • add_bootlogo_5.15.29-guf
  • temp_emv_nallino
  • v5.15.29 protected
  • v5.10.106 protected
  • v5.4.185 protected
  • v5.15.28 protected
  • v5.10.105 protected
  • v5.4.184 protected
  • v5.15.27 protected
  • v5.10.104 protected
  • v5.4.183 protected
  • v5.15.26 protected
  • v5.10.103 protected
  • v5.4.182 protected
  • v5.15.25 protected
  • v5.10.102 protected
  • v5.4.181 protected
  • v5.15.24 protected
  • v5.10.101 protected
  • v5.4.180 protected
  • v5.15.23 protected
  • v5.10.100 protected
41 results

gdb

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Jan Kiszka authored and Linus Torvalds committed
    This is probably the most useful helper when debugging kernel modules:
    lx-symbols first reloads vmlinux.  Then it searches recursively for *.ko
    files in the specified paths and the current directory.  Finally it walks
    the kernel's module list, issuing the necessary add-symbol-file command
    for each loaded module so that gdb knows which module symbol corresponds
    to which address.  It also looks up variable sections (bss, data, rodata)
    and appends their address to the add-symbole-file command line.  This
    allows to access global module variables just like any other variable.
    
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Jason Wessel <jason.wessel@windriver.com>
    Cc: Andi Kleen <andi@firstfloor.org>
    Cc: Ben Widawsky <ben@bwidawsk.net>
    Cc: Borislav Petkov <bp@suse.de>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    66051720
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..