GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
python
/
python-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert type copying to new hash table
Simon Marchi
2024-11-25
1
-1
/
+1
*
[gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION
Tom de Vries
2024-09-24
1
-7
/
+0
*
[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
Tom de Vries
2024-09-24
1
-7
/
+0
*
[gdb/python] Add gdbpy_handle_gdb_exception
Tom de Vries
2024-09-24
1
-9
/
+19
*
Automatically add types to Python modules
Tom Tromey
2024-09-23
1
-0
/
+30
*
btrace, python: Enable ptwrite filter registration.
Felix Willgerodt
2024-08-14
1
-0
/
+3
*
gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN
Simon Marchi
2024-07-16
1
-3
/
+2
*
[gdb/build] Redo poisoning of PyObject_CallMethod
Tom de Vries
2024-06-19
1
-3
/
+5
*
gdb/python/python-internal.h: avoid uninitialized constexpr
Lancelot SIX
2024-06-19
1
-6
/
+18
*
Add gdbpy_call_method overloads for gdbpy_ref<>
Tom Tromey
2024-06-13
1
-0
/
+9
*
Return gdbpy_ref<> from gdbpy_call_method
Tom Tromey
2024-06-13
1
-9
/
+9
*
[gdb/python] Add typesafe wrapper around PyObject_CallMethod
Tom Tromey
2024-06-12
1
-11
/
+59
*
[gdb/python] Fix GDB_PY_{LL,LLU}_ARG on platform without long long
Tom de Vries
2024-06-10
1
-2
/
+2
*
[gdb/python] Note that python 3.6 assumes long long support
Tom de Vries
2024-06-10
1
-2
/
+13
*
Remove 'if' from GDB_PY_HANDLE_EXCEPTION
Tom Tromey
2024-03-14
1
-14
/
+8
*
[gdb/python] Handle deprecation of PyErr_{Fetch,Restore} in 3.12
Tom de Vries
2024-03-09
1
-0
/
+26
*
[gdb/python] Normalize exceptions in gdbpy_err_fetch
Tom de Vries
2024-03-09
1
-1
/
+14
*
[gdb/python] Use gdbpy_err_fetch::{type,value} as getters
Tom de Vries
2024-03-09
1
-2
/
+10
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-2
/
+2
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb/python: Add gdb.InferiorThread.__dict__ attribute
Andrew Burgess
2024-01-12
1
-0
/
+4
*
gdb/python: hoist common invalid object repr code into py-utils.c
Andrew Burgess
2024-01-12
1
-0
/
+9
*
gdb: move gdbpy_gil into python-internal.h
Alexandra Hájková
2023-12-13
1
-0
/
+24
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-2
/
+2
*
gdb/python: implement support for sending custom MI async notifications
Jan Vrany
2023-10-10
1
-0
/
+5
*
gdb/python: generalize serialize_mi_result()
Jan Vrany
2023-10-10
1
-0
/
+13
*
Implement gdb.execute_mi
Tom Tromey
2023-05-23
1
-0
/
+3
*
Use field_signed from Python MI commands
Tom Tromey
2023-05-23
1
-0
/
+2
*
gdb/python: add mechanism to manage Python initialization functions
Andrew Burgess
2023-05-05
1
-71
/
+114
*
gdb: fix mi breakpoint-deleted notifications for thread-specific b/p
Andrew Burgess
2023-02-28
1
-0
/
+1
*
Fix value chain use-after-free
Tom Tromey
2023-02-27
1
-1
/
+0
*
gdb/python: deallocate tui window factories at Python shut down
Andrew Burgess
2023-02-13
1
-0
/
+1
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
gdb/python: break more dependencies between gdbpy_initialize_* functions
Andrew Burgess
2022-10-20
1
-0
/
+12
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-3
/
+3
*
Fix crash in gdbpy_parse_register_id
Tom Tromey
2022-08-21
1
-1
/
+2
*
gdb/python: Add BreakpointLocation type
Simon Farre
2022-07-28
1
-0
/
+2
*
Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName
Kevin Buettner
2022-07-20
1
-0
/
+5
*
Expose current 'print' settings to Python
Tom Tromey
2022-07-15
1
-3
/
+10
*
Make 'import gdb.events' work
Tom Tromey
2022-07-05
1
-2
/
+2
*
gdb/python: implement the print_insn extension language hook
Andrew Burgess
2022-06-15
1
-0
/
+23
*
gdb/python: convert gdbpy_err_fetch to use gdbpy_ref
Andrew Burgess
2022-06-15
1
-13
/
+10
*
gdb/python: improve formatting of help text for user defined commands
Andrew Burgess
2022-05-28
1
-0
/
+21
*
gdb/python: remove Python 2/3 compatibility macros
Simon Marchi
2022-03-23
1
-22
/
+0
*
gdb/python: remove Python 2 support
Simon Marchi
2022-03-23
1
-10
/
+0
*
gdb/python: add gdb.format_address function
Andrew Burgess
2022-03-22
1
-0
/
+16
*
gdb/python: remove gdb._mi_commands dict
Simon Marchi
2022-03-18
1
-0
/
+1
*
gdb/python/mi: create MI commands using python
Andrew Burgess
2022-03-14
1
-0
/
+13
*
gdb/python: add gdb.history_count function
Andrew Burgess
2022-01-26
1
-0
/
+1
*
Change how Python architecture and language are handled
Tom Tromey
2022-01-26
1
-4
/
+23
[next]