• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gdb/Config.in.host
Thomas PetazzoniThomas Petazzoni committed 0e49733b30613 Apr 2013
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_HOST_GDB
2
    bool "Build cross gdb for the host"
3
    # When the external toolchain gdbserver is used, we shouldn't
4
    # allow to build a cross-gdb, as the one of the external
5
    # toolchain should be used.
6
    depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
7
    depends on !BR2_aarch64
8
    help
9
      Build a cross gdb that runs on the host machine and debugs
10
      programs running on the target. It requires 'gdbserver'
11
      installed on the target, see BR2_PACKAGE_GDB_SERVER to
12
      enable it.
13
​
14
if BR2_PACKAGE_HOST_GDB
15
​
16
choice
17
    prompt "GDB debugger Version"
18
    default BR2_GDB_VERSION_6_6 if BR2_bfin
19
    default BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 if BR2_avr32
20
    default BR2_GDB_VERSION_7_5
21
    help
22
      Select the version of gdb you wish to use.
23
​
24
    config BR2_GDB_VERSION_6_6
25
        bool "gdb 6.6"
26
        depends on BR2_bfin
27
​
28
    config BR2_GDB_VERSION_6_7_1_AVR32_2_1_5
29
        depends on BR2_avr32
30
        bool "gdb 6.7.1-avr32-2.1.5"
31
​
32
    config BR2_GDB_VERSION_7_2
33
        bool "gdb 7.2.x"
34
        depends on !BR2_bfin
35
        depends on BR2_DEPRECATED
36
​
37
    config BR2_GDB_VERSION_7_3
38
        bool "gdb 7.3.x"
39
        depends on !BR2_bfin
40
        depends on BR2_DEPRECATED
41
​
42
    config BR2_GDB_VERSION_7_4
43
        bool "gdb 7.4.x"
44
        depends on !BR2_bfin
45
​
46
    config BR2_GDB_VERSION_7_5
47
        bool "gdb 7.5.x"
48
        depends on !BR2_bfin
49
​
50
endchoice
51
​
52
config BR2_GDB_VERSION
53
    string
54
    default "6.6a"     if BR2_GDB_VERSION_6_6
55
    default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5
56
    default "7.2a"     if BR2_GDB_VERSION_7_2
57
    default "7.3.1"    if BR2_GDB_VERSION_7_3
58
    default "7.4.1"    if BR2_GDB_VERSION_7_4
59
    default "7.5.1"    if BR2_GDB_VERSION_7_5
60
​
61
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.