summaryrefslogtreecommitdiff
path: root/examples/find_symbol.py
AgeCommit message (Collapse)Author
2017-11-10Fix a few typosUlf Magnusson
Clean up some formatting a bit too.
2017-11-05Fix find_symbol.py typoUlf Magnusson
Argument must be "X86" to get that output. "x86" just returns some constant symbols.
2017-11-05Add example that finds references to a symbolUlf Magnusson
Demonstrates expression fetching and walking. Basically a much better version of get_ref_locations() from Kconfiglib 1, now that the user API is flexible enough to implement it. Should be it for new examples before release.