ADT
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
pthread-emulation
qualifiedEnum
|
Last change
on this file since f93d7fc was 1b34b87, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago |
|
Lynn's GDB essay
|
-
Property mode
set to
100644
|
|
File size:
663 bytes
|
| Line | |
|---|
| 1 | \chapter{Conclusion}
|
|---|
| 2 | New GDB extensions are created to support information display and touring among
|
|---|
| 3 | \uC user tasks, and new hooks are added to the GNU Debugger to support a
|
|---|
| 4 | \CFA demangler. The GDB extensions are implemented using the Python API, and
|
|---|
| 5 | the hooks to add debugging support for \CFA are implemented using \uC. For
|
|---|
| 6 | the GDB extensions, writing Python extensions is easier and more robust.
|
|---|
| 7 | Furthermore, GDB provides sufficient hooks to make it possible for a new
|
|---|
| 8 | language to leverage existing infrastructure and codebase to add debugging
|
|---|
| 9 | support. The result provides significantly new capabilities for examining and
|
|---|
| 10 | debugging both \uC and \CFA programs.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.