index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
gdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-43/+14
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-14/+62
*
gh-91595: fix the comparison of character and integer by using ord() (#91596)
Yu Liu
2022-04-16
1
-1/+1
*
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher
2022-04-07
1
-1/+4
*
Tools/gdb: Drop code to support Python 2. (GH-31717)
Inada Naoki
2022-03-15
1
-102/+41
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-7/+4
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
1
-5/+5
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-13/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+13
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
1
-6/+5
*
Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682)
Pablo Galindo Salgado
2021-11-21
1
-4/+6
*
bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515)
Pablo Galindo Salgado
2021-11-10
1
-5/+5
*
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH...
Pablo Galindo Salgado
2021-11-09
1
-11/+7
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-11/+64
*
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado
2021-10-09
1
-29/+55
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-1/+4
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-2/+4
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-27/+122
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-11/+14
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-4/+6
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-6/+4
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-4/+6
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
1
-1/+1
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-3/+17
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
1
-1/+1
*
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Augusto Hack
2020-12-24
1
-1/+1
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-4/+13
*
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
Victor Stinner
2020-10-30
1
-2/+2
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner
2020-03-20
1
-7/+9
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Victor Stinner
2020-03-09
1
-1/+1
*
closes bpo-16637: libpython: construct integer object directly from gdbvalue ...
Marc Hartmayer
2019-09-24
1
-1/+1
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
1
-1/+1
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
1
-2/+2
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
1
-2/+1
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
1
-1/+1
*
bpo-36974: Fix GDB integration (GH-13665)
Petr Viktorin
2019-05-29
1
-1/+2
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)
Lisa Roach
2019-03-12
1
-1/+1
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner
2018-10-15
1
-13/+33
*
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner
2018-06-14
1
-10/+16
*
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
Victor Stinner
2018-06-14
1
-2/+9
*
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548)
Gregory P. Smith
2018-04-20
1
-1/+1
*
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
Ćukasz Langa
2017-08-21
1
-9/+11
*
bpo-30983: Revert changes which broke most buildbots (#3100)
Victor Stinner
2017-08-16
1
-4/+2
*
bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803)
Bruno "Polaco" Penteado
2017-08-14
1
-2/+4
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
1
-2/+2
*
Fixes bpo-29680: Older gdb does not have gdb.error. (#363)
Lev Abalkin
2017-03-01
1
-1/+1
*
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-4/+1
*
python-gdb.py supports method-wrapper
Victor Stinner
2017-02-01
1
-5/+48
*
Update and enhance python-gdb.py
Victor Stinner
2017-01-18
1
-16/+10
*
Fix Python 2.6 support in python-gdb.py
Victor Stinner
2017-01-18
1
-2/+2
[next]