Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * at long last, a more full-bodied snapshot | fche | 2005-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | 2005-05-20 Frank Ch. Eigler <fche@redhat.com> Many changes throughout. Partial sketch of translation output. * elaborate.*: Elaboration pass. * translate.*: Translation pass. * staptree.*: Simplified for visitor concept. * main.cxx: Translator mainline. * *test.cxx: Removed. * testsuite/*: Some new tests, some changed for newer syntax. | ||||
* | 2005-03-04 Frank Ch. Eigler <fche@redhat.com> | fche | 2005-03-04 | 1 | -0/+5 |
* parse.cxx (scan): Support '$' characters in identifiers. (parse_symbol): Support thread-> / process-> shorthand. * staptree.cxx (symresolution_info::find): Split up into find_scalar, find_array, find_function. (resolve_symbols): Call the above for symbol/arrayindex/functioncall. (find_scalar): Add stub support for synthetic builtin variables. * staptree.h: Corresponding changes. * testsuite/*: Some new tests. |