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
/
doc
/
python.texi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb/contrib] Add two rules in common-misspellings.txt
Tom de Vries
2024-11-23
1
-1
/
+1
*
Improvements to gdb.LazyString documentation
Tom Tromey
2024-11-15
1
-5
/
+8
*
gdb/python: implement Python find_exec_by_build_id hook
Andrew Burgess
2024-11-10
1
-4
/
+190
*
Add gdb.events.tui_enabled
Tom Tromey
2024-11-01
1
-0
/
+10
*
Fix typo in Python TUI window text
Tom Tromey
2024-09-11
1
-1
/
+1
*
btrace: Extend ptwrite event decoding.
Felix Willgerodt
2024-08-14
1
-0
/
+151
*
python: Add clear() to gdb.Record.
Felix Willgerodt
2024-08-14
1
-0
/
+5
*
python: Introduce gdb.RecordAuxiliary class.
Felix Willgerodt
2024-08-14
1
-0
/
+13
*
Clarify documentation for pretty_printer.child
Tom Tromey
2024-05-21
1
-2
/
+3
*
Export "finish" return value to Python
Tom Tromey
2024-03-08
1
-0
/
+6
*
Rewrite "python" command exception handling
Tom Tromey
2024-02-27
1
-3
/
+3
*
gdb/doc: Fix several typos in GDB documentation
Samuel Tardieu
2024-02-15
1
-2
/
+2
*
Document new Python and Guile constants
Tom Tromey
2024-01-28
1
-3
/
+36
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb/doc: update examples in gdb.Progspace and gdb.Objfile docs
Andrew Burgess
2024-01-12
1
-7
/
+17
*
gdb/doc: add some notes on selecting suitable attribute names
Andrew Burgess
2024-01-12
1
-0
/
+16
*
gdb/python: Add gdb.InferiorThread.__dict__ attribute
Andrew Burgess
2024-01-12
1
-0
/
+35
*
gdb/python: Add gdb.Inferior.__dict__ attribute
Andrew Burgess
2024-01-12
1
-0
/
+36
*
gdb/python: New InferiorThread.ptid_string attribute
Andrew Burgess
2024-01-12
1
-0
/
+7
*
Introduce gdb.interrupt
Tom Tromey
2023-12-11
1
-0
/
+11
*
Emit stop reason details in Python stop events
Tom Tromey
2023-12-11
1
-0
/
+11
*
Fix "not not" in Python documentation
Tom Tromey
2023-12-10
1
-1
/
+1
*
Update gdb.Symbol.is_variable documentation
Tom Tromey
2023-11-14
1
-1
/
+3
*
Add gdb.Frame.static_link method
Tom Tromey
2023-11-14
1
-0
/
+10
*
gdb: implement missing debug handler hook for Python
Andrew Burgess
2023-11-14
1
-0
/
+140
*
gdb/python: Add new gdb.Value.bytes attribute
Andrew Burgess
2023-10-26
1
-0
/
+16
*
gdb/python: implement support for sending custom MI async notifications
Jan Vrany
2023-10-10
1
-0
/
+45
*
gdb: add Python events for program space addition and removal
Andrew Burgess
2023-10-02
1
-0
/
+29
*
gdb/python: make the executable_changed event available from Python
Andrew Burgess
2023-09-28
1
-0
/
+33
*
gdb/python: new Progspace.executable_filename attribute
Andrew Burgess
2023-09-28
1
-0
/
+15
*
gdb/python: new Progspace.symbol_file attribute
Andrew Burgess
2023-09-28
1
-0
/
+17
*
gdb/doc: extend the description for Progspace.filename
Andrew Burgess
2023-09-28
1
-1
/
+6
*
Add two new pretty-printer methods
Tom Tromey
2023-09-26
1
-0
/
+16
*
Introduce gdb.ValuePrinter
Tom Tromey
2023-09-26
1
-16
/
+36
*
gdb/tui: add 'set tui mouse-events off' to restore mouse selection
Matthew "strager" Glazar
2023-09-20
1
-0
/
+5
*
Update Python signal-handling documentation
Tom Tromey
2023-09-11
1
-2
/
+4
*
Add new Python APIs to support DAP value display
Tom Tromey
2023-09-05
1
-0
/
+24
*
gdb: add inferior-specific breakpoints
Andrew Burgess
2023-08-17
1
-4
/
+22
*
Fix Python documentation for range type fields
Tom Tromey
2023-08-11
1
-3
/
+0
*
Fix incorrect class name in free_objfile documentation
Tom Tromey
2023-08-04
1
-1
/
+1
*
Export gdb.block_signals and create gdb.Thread
Tom Tromey
2023-07-23
1
-38
/
+66
*
Add Progspace.objfile_for_address
Tom Tromey
2023-07-21
1
-0
/
+5
*
Document array indexing for Python gdb.Value
Tom Tromey
2023-07-21
1
-0
/
+7
*
Remove redundant @findex from python.texi
Tom Tromey
2023-07-21
1
-52
/
+0
*
Remove Python 2 from gdb documentation
Tom Tromey
2023-06-28
1
-15
/
+8
*
gdb/Python: Added ThreadExitedEvent
Simon Farre
2023-06-19
1
-0
/
+10
*
Add gdb.Value.assign method
Tom Tromey
2023-06-12
1
-0
/
+6
*
[gdb] Fix typos
Tom de Vries
2023-06-03
1
-3
/
+3
*
Add attributes and methods to gdb.Inferior
Tom Tromey
2023-05-24
1
-0
/
+44
*
Add global_context parameter to gdb.parse_and_eval
Tom Tromey
2023-05-23
1
-1
/
+6
[next]