Changeset bd07b15
- Timestamp:
- Dec 22, 2018, 11:20:12 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 9d362a0
- Parents:
- 5ea5b28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.py
r5ea5b28 rbd07b15 1 # 2 # Copyright (C) Lynn Tran, Jiachen Zhang 2018 3 # 4 # utils-gdb.py -- 5 # 6 # Author : Lynn Tran 7 # Created On : Mon Oct 1 22:06:09 2018 8 # Last Modified By : Peter A. Buhr 9 # Last Modified On : Thu Dec 20 22:11:23 2018 10 # Update Count : 5 11 # 12 1 13 """ 2 14 To run this extension, the python name has to be as same as one of the loaded library … … 603 615 ResetOriginFrame() 604 616 Task() 617 618 # Local Variables: # 619 # mode: Python # 620 # End: #
Note: See TracChangeset
for help on using the changeset viewer.