Metadata-Version: 2.1
Name: wqgdb
Version: 1.0.1
Summary: Python module for wuqi debug in GDB
Home-page: UNKNOWN
Author: deng.weiwei
Author-email: deng.weiwei@wuqi-tech.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# wqgdb

## Install
pip install wqgdb

## Usage
import wqgdb in gdb
```
(gdb) python import wqgdb
(gdb) wq
"wq" must be followed by the name of a subcommand.
List of wq subcommands:

wq dfs -- print dfs.
wq find -- find ram.
wq heap5 -- freertos heap5.
wq ipc -- IPC
wq kv -- print Key Value cache list.
wq log -- print log buffer.
wq pm -- print power manage device list.
wq queue -- wq os shim queue.
wq queue_app -- print app queue.
wq queue_as -- print audio service queue.
wq queue_share -- print share task queue.
wq rpc -- RPC
wq section -- print section.
wq stack -- dispaly stack info. usage: wq stack [full]
wq task -- print all tasks
wq timer -- print all timer
wq tlsf -- wq tlsf.
wq trace -- freertos trace
wq usage -- print usage
wq wdt -- WDT

Type "help wq" followed by wq subcommand name for full documentation.
Type "apropos word" to search for commands related to "word".
Type "apropos -v word" for full documentation of commands related to "word".
Command name abbreviations are allowed if unambiguous.
```

## Develop
pip install -e .



