Implement --thread and --frame.
authorVladimir Prus <vladimir@codesourcery.com>
Sat, 12 Jul 2008 16:37:57 +0000 (16:37 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Sat, 12 Jul 2008 16:37:57 +0000 (16:37 +0000)
commit1e92afda99a58f4427293937e49ef1ebe6bb3968
tree557c242bc33c909ac7246c95349ac9bc82a01274
parentd56b7306e3b1a0d6eccae32f0f25d4a291c77ef2
Implement --thread and --frame.
* gdbthread.h (find_thread_id): Declare.
        * thread.c (find_thread_id): Make non-static.
        * mi/mi-main.c (mi_cmd_execute): Switch to the right
        thread and frame, if necessary.
        * mi/mi-parse.c (mi_parse): Handle --thread and --frame.
        * mi/mi-parse.h (strcut mi_parse): New fields thread and frame.
gdb/ChangeLog
gdb/gdbthread.h
gdb/mi/mi-main.c
gdb/mi/mi-parse.c
gdb/mi/mi-parse.h
gdb/thread.c
This page took 0.025444 seconds and 4 git commands to generate.