d1 发帖数: 1213 | |
c***k 发帖数: 1589 | 2 what do u mean? gdb console?
【在 d1 的大作中提到】 : 。。。
|
i**h 发帖数: 424 | 3 I would be very happy if my mingw gdb has a GUI. |
d1 发帖数: 1213 | 4 gdb is not preinstalled with osx. but if you install xcode, they install an
apple version of gdb for you, which doesn't have tui enabled.
【在 c***k 的大作中提到】 : what do u mean? gdb console?
|
d1 发帖数: 1213 | 5 im not even talking about the GUI,but the TUI.
【在 i**h 的大作中提到】 : I would be very happy if my mingw gdb has a GUI.
|
S**I 发帖数: 15689 | 6 You can compile gdb from source, which runs perfectly in 10.6 but not in 10.
7, which may need to-be-released gdb 7.4.
【在 d1 的大作中提到】 : im not even talking about the GUI,but the TUI.
|
d1 发帖数: 1213 | 7 what do you mean? mine is 10.7 and it runs fine.
unknown$ gdb
GNU gdb (GDB) 7.3.1
Copyright (C) 2011 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 "x86_64-apple-darwin11.2.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) q
10.
【在 S**I 的大作中提到】 : You can compile gdb from source, which runs perfectly in 10.6 but not in 10. : 7, which may need to-be-released gdb 7.4.
|
m*********t 发帖数: 527 | |
d1 发帖数: 1213 | |
m*********t 发帖数: 527 | 10 vim 又不是 debugger
【在 d1 的大作中提到】 : 如果我用vim哪? : : http://lldb.llvm.org/
|
S**I 发帖数: 15689 | 11 I'm not saying gdb can't run; it has some problems when debugging on 10.7.
BTW, if you compiled gdb from source, gdbtui is built, too.
【在 d1 的大作中提到】 : what do you mean? mine is 10.7 and it runs fine. : unknown$ gdb : GNU gdb (GDB) 7.3.1 : Copyright (C) 2011 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 "x86_64-apple-darwin11.2.0". : For bug reporting instructions, please see:
|
D*******a 发帖数: 3688 | 12 is gdbtui the same as typing "layout" in gdb?
【在 S**I 的大作中提到】 : I'm not saying gdb can't run; it has some problems when debugging on 10.7. : BTW, if you compiled gdb from source, gdbtui is built, too.
|
d1 发帖数: 1213 | 13 basically, i want a text mode debugger
【在 m*********t 的大作中提到】 : vim 又不是 debugger
|
d1 发帖数: 1213 | 14 tui is enabled by default.
what kind of problem on 10.7
【在 S**I 的大作中提到】 : I'm not saying gdb can't run; it has some problems when debugging on 10.7. : BTW, if you compiled gdb from source, gdbtui is built, too.
|