gdbdbg
======
gdbdbg will gather some general debugging information as well as the stack
traces from each thread.
```
gdbdbg-info <pid>
```
gdbdbg-inject can be used to inject some python code into the running process.
If you have manhole installed you can write a script like this:
```manhole.py
import manhole
manhole.install()
```
And inject it with gdbdbg-inject:
```
gdbdbg-inject <pid> manhole.py
```
Raw data
{
"_id": null,
"home_page": "https://github.com/saltstack/gdbdbg",
"name": "gdbdbg",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Daniel A. Wozniak",
"author_email": "<dwozniak@broadcom.com>",
"download_url": "https://files.pythonhosted.org/packages/97/86/472b8dab80851e275fea633b1d5e7a6d62351027bc4ddf5e251b820bdedf/gdbdbg-0.2.5.tar.gz",
"platform": null,
"description": "gdbdbg\n======\n\ngdbdbg will gather some general debugging information as well as the stack\ntraces from each thread.\n\n```\ngdbdbg-info <pid>\n```\n\ngdbdbg-inject can be used to inject some python code into the running process.\n\nIf you have manhole installed you can write a script like this:\n\n```manhole.py\nimport manhole\nmanhole.install()\n```\n\nAnd inject it with gdbdbg-inject:\n\n```\ngdbdbg-inject <pid> manhole.py\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "gdb debugger",
"version": "0.2.5",
"project_urls": {
"Homepage": "https://github.com/saltstack/gdbdbg"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "69d93fa0e4045428f48c6041f7353d855e12fd9230e0f3e951ca0d59d0be65b3",
"md5": "012bc11776f5cf6a3e140c04bd0934a2",
"sha256": "0e47c1a30b647706903ad956e6c3be0008a93adaab40db677ad8650f99fe97b4"
},
"downloads": -1,
"filename": "gdbdbg-0.2.5-py3-none-manylinux_2_17_aarch64.whl",
"has_sig": false,
"md5_digest": "012bc11776f5cf6a3e140c04bd0934a2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 88078087,
"upload_time": "2024-09-14T06:56:30",
"upload_time_iso_8601": "2024-09-14T06:56:30.288090Z",
"url": "https://files.pythonhosted.org/packages/69/d9/3fa0e4045428f48c6041f7353d855e12fd9230e0f3e951ca0d59d0be65b3/gdbdbg-0.2.5-py3-none-manylinux_2_17_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a85fdf570707227fa3c37ed8e0d87d0e9324da03e8d4fd347f5972c9f0b026ff",
"md5": "36ca7032829c885f56c8910c12e30768",
"sha256": "a89aff14e9b9020c9cad22aa62357f84617789cc7cee946dda89f1a068c6d39d"
},
"downloads": -1,
"filename": "gdbdbg-0.2.5-py3-none-manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "36ca7032829c885f56c8910c12e30768",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 88152563,
"upload_time": "2024-09-14T06:56:36",
"upload_time_iso_8601": "2024-09-14T06:56:36.373044Z",
"url": "https://files.pythonhosted.org/packages/a8/5f/df570707227fa3c37ed8e0d87d0e9324da03e8d4fd347f5972c9f0b026ff/gdbdbg-0.2.5-py3-none-manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9786472b8dab80851e275fea633b1d5e7a6d62351027bc4ddf5e251b820bdedf",
"md5": "8bf68bdb0e514a5958a4e63dcdeaf9eb",
"sha256": "638c4ff38296f3cefe25e970b9e05c9777bb6ea776674e7b559d3364da5b8d68"
},
"downloads": -1,
"filename": "gdbdbg-0.2.5.tar.gz",
"has_sig": false,
"md5_digest": "8bf68bdb0e514a5958a4e63dcdeaf9eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 25632,
"upload_time": "2024-09-14T06:56:39",
"upload_time_iso_8601": "2024-09-14T06:56:39.740952Z",
"url": "https://files.pythonhosted.org/packages/97/86/472b8dab80851e275fea633b1d5e7a6d62351027bc4ddf5e251b820bdedf/gdbdbg-0.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-14 06:56:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "saltstack",
"github_project": "gdbdbg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gdbdbg"
}