-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* varobj.c (c_value_of_root): Remove declaration. (cplus_value_of_root, java_value_of_root): Likewise. (ada_value_of_root): Likewise. (struct language_specific) <value_of_root>: Remove. (languages): Update initialization. (check_scope): Move earlier. (c_value_of_root): Move earlier and rename to ... (value_of_root_1): ... this. (value_of_root): Caller update. (cplus_value_of_root, java_value_of_root): Remove. (ada_value_of_root): Remove.
- Loading branch information
Yao Qi
committed
Oct 1, 2013
1 parent
5cd84a7
commit 2213e2b
Showing
2 changed files
with
95 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2013-10-01 Yao Qi <[email protected]> | ||
|
||
* varobj.c (c_value_of_root): Remove declaration. | ||
(cplus_value_of_root, java_value_of_root): Likewise. | ||
(ada_value_of_root): Likewise. | ||
(struct language_specific) <value_of_root>: Remove. | ||
(languages): Update initialization. | ||
(check_scope): Move earlier. | ||
(c_value_of_root): Move earlier and rename to ... | ||
(value_of_root_1): ... this. | ||
(value_of_root): Caller update. | ||
(cplus_value_of_root, java_value_of_root): Remove. | ||
(ada_value_of_root): Remove. | ||
|
||
2013-10-01 Yao Qi <[email protected]> | ||
|
||
* varobj.c (varobj_format_string): Remove "unknown". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters