* thread.c (inferior_thread) Remove "extern" in definition.
This commit is contained in:
parent
def2b0009c
commit
a5321aa4d5
@ -1,3 +1,7 @@
|
|||||||
|
2009-03-26 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* thread.c (inferior_thread) Remove "extern" in definition.
|
||||||
|
|
||||||
2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||||
|
|
||||||
Add gdb.Value.is_optimized_out attribute.
|
Add gdb.Value.is_optimized_out attribute.
|
||||||
|
@ -72,7 +72,7 @@ enum thread_state
|
|||||||
THREAD_EXITED,
|
THREAD_EXITED,
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct thread_info*
|
struct thread_info*
|
||||||
inferior_thread (void)
|
inferior_thread (void)
|
||||||
{
|
{
|
||||||
struct thread_info *tp = find_thread_pid (inferior_ptid);
|
struct thread_info *tp = find_thread_pid (inferior_ptid);
|
||||||
|
Loading…
Reference in New Issue
Block a user