void set_map (addrmap_fixed *map)
{ m_map = map; }
- /* Block comparison function. Returns true if B1 must be ordered before
+ /* Block comparison function. Returns true if B1 must be ordered before
B2 in a blockvector, false otherwise. */
static bool block_less_than (const struct block *b1, const struct block *b2);
((((struct i386_thread_state *) (state))->rfl &= ~0x100), 1)
#else
#define THREAD_STATE_SET_TRACED(state) \
- ((struct i386_thread_state *) (state))->efl |= 0x100
+ ((struct i386_thread_state *) (state))->efl |= 0x100
#define THREAD_STATE_CLEAR_TRACED(state) \
- ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)
+ ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)
#endif /* __x86_64__ */
#endif /* GDB_CONFIG_I386_NM_X86_GNU_H */
import subprocess
import sys
-re_clean = re.compile("(^(gdb/testsuite/|gdbsupport/|gdbserver/)|[.](m4|ac)$)")
+re_clean = re.compile("(^(gdb/testsuite/|gdbsupport/|gdbserver/)|[.](m4|ac|h)$)")
clean = []
other = []
/* Hash table of abbrev, identified by their number. */
gdb::unordered_set<const abbrev_info *,
- abbrev_info_number_hash,
+ abbrev_info_number_hash,
abbrev_info_number_eq>
m_abbrevs;
/* Set m_blockvector. */
void set_blockvector (std::unique_ptr<struct blockvector> blockvector);
-
+
bool locations_valid () const
{
return m_locations_valid;