What are the procedures to use self declared convenience functions in GDB?
Nagmat Nazar via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAJnvuZ-ZhEcSPe0HE7sF8qece8K3eymB_+J7N7OC3yqvBAG44A@mail.gmail.com> |
I have implemented a convenience function on python in order to use it on GDB. What shall I do in order to use it on GDB. As I know the convenience functions are located in ~/gdb/python/lib/gdb/function/ I have copied context_checker.py into this folder but it is not working. What other procedures shall I do in order to use the convenience function on GDB? https://stackoverflow.com/questions/64815891/what-are-the-procedures-to-use-self-declared-convenience-functions-in-gdb Kind regards Nagmat Nazarov