mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 05:31:41 +00:00
* blockframe.c: Remove #include "psymtab.h".
* cp-support.c: Ditto. * source.c: Ditto. * stack.c: Ditto.
This commit is contained in:
parent
df30244622
commit
0002ad5f45
@ -1,3 +1,10 @@
|
||||
2013-08-20 Doug Evans <dje@google.com>
|
||||
|
||||
* blockframe.c: Remove #include "psymtab.h".
|
||||
* cp-support.c: Ditto.
|
||||
* source.c: Ditto.
|
||||
* stack.c: Ditto.
|
||||
|
||||
2013-08-20 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR python/15816:
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "gdbcmd.h"
|
||||
#include "block.h"
|
||||
#include "inline-frame.h"
|
||||
#include "psymtab.h"
|
||||
|
||||
/* Return the innermost lexical block in execution in a specified
|
||||
stack frame. The frame address is assumed valid.
|
||||
|
@ -38,8 +38,6 @@
|
||||
|
||||
#include "safe-ctype.h"
|
||||
|
||||
#include "psymtab.h"
|
||||
|
||||
#define d_left(dc) (dc)->u.s_binary.left
|
||||
#define d_right(dc) (dc)->u.s_binary.right
|
||||
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include "ui-out.h"
|
||||
#include "readline/readline.h"
|
||||
|
||||
#include "psymtab.h"
|
||||
|
||||
|
||||
#define OPEN_MODE (O_RDONLY | O_BINARY)
|
||||
#define FDOPEN_MODE FOPEN_RB
|
||||
|
||||
|
@ -52,7 +52,6 @@
|
||||
#include <ctype.h>
|
||||
#include "gdb_string.h"
|
||||
|
||||
#include "psymtab.h"
|
||||
#include "symfile.h"
|
||||
#include "python/python.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user