projects
/
deliverable
/
binutils-gdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AArch64: View the pseudo V registers as vectors
[deliverable/binutils-gdb.git]
/
gdb
/
python
/
2019-03-25
Tom Tromey
More block constification
tree
|
commitdiff
2019-03-07
Andrew Burgess
gdb: Move value_from_host_double into value.c and make...
tree
|
commitdiff
2019-03-05
Tom Tromey
Remove some Python 3 #ifs
tree
|
commitdiff
2019-02-27
Tom Tromey
Remove Python 2.4 and 2.5 support
tree
|
commitdiff
2019-02-27
Kevin Buettner
Use Python 2.[67] / 3.X / PEP 3118 buffer protocol
tree
|
commitdiff
2019-02-26
Kevin Buettner
Define gdb.Value(bufobj, type) constructor
tree
|
commitdiff
2019-02-26
Kevin Buettner
Define unique_ptr specialization for Py_buffer.
tree
|
commitdiff
2019-02-07
Tom Tromey
Normalize include guards in gdb
tree
|
commitdiff
2019-01-30
Tom Tromey
Release the GIL while running a gdb command or expression
tree
|
commitdiff
2019-01-25
Tom Tromey
Normalize includes to use common/
tree
|
commitdiff
2019-01-23
Tom Tromey
Do not include py-ref.h in most files
tree
|
commitdiff
2019-01-21
Tom Tromey
Remove duplicate or commented-out #includes
tree
|
commitdiff
2019-01-17
Tom Tromey
Change all_objfiles adapter to be a method on program_space
tree
|
commitdiff
2019-01-10
Tom Tromey
Remove most uses of ALL_OBJFILES
tree
|
commitdiff
2019-01-10
Tom Tromey
Remove ALL_PSPACE_OBJFILES
tree
|
commitdiff
2019-01-06
Tom Tromey
Fix crash in "finish"
tree
|
commitdiff
2019-01-03
Tom Tromey
Avoid questionable casts in py-symtab.c
tree
|
commitdiff
2019-01-03
Tom Tromey
Improve reference counting in py-type.c
tree
|
commitdiff
2019-01-03
Tom Tromey
Simplify gdbpy_stop_recording
tree
|
commitdiff
2019-01-03
Tom Tromey
Remove more uses of explicit reference counting in...
tree
|
commitdiff
2019-01-03
Tom Tromey
Use a wrapper for PyErr_Fetch
tree
|
commitdiff
2019-01-02
Tom Tromey
Change inferior_to_inferior_object to return a gdbpy_ref
tree
|
commitdiff
2019-01-02
Tom Tromey
Style improvements in gdb/python
tree
|
commitdiff
2019-01-01
Joel Brobecker
Update copyright year range in all GDB files.
tree
|
commitdiff
2018-12-28
Tom Tromey
Add output styles to gdb
tree
|
commitdiff
2018-12-27
Tom Tromey
Translate PyExc_KeyboardInterrupt to gdb "quit"
tree
|
commitdiff
2018-12-27
Tom Tromey
Consolidate some Python exception-printing functions
tree
|
commitdiff
2018-12-27
Tom Tromey
Use gdbpy_convert_exception in a few more spots
tree
|
commitdiff
2018-12-27
Tom Tromey
Remove more calls to xfree from Python
tree
|
commitdiff
2018-11-22
Pedro Alves
Avoid find_thread_ptid with null_ptid
tree
|
commitdiff
2018-11-21
Benno Fünfstück
Make command-repeat work after gdb.execute
tree
|
commitdiff
2018-11-21
Pedro Alves
invoke_xmethod & array_view
tree
|
commitdiff
2018-11-21
Pedro Alves
Use gdb:array_view in call_function_by_hand & friends
tree
|
commitdiff
2018-11-08
Tom Tromey
Fix output indentation for "info pretty-printers"
tree
|
commitdiff
2018-11-04
Tom Tromey
Return gdbpy_ref from gdbpy_get_varobj_pretty_printer
tree
|
commitdiff
2018-11-04
Tom Tromey
Return gdbpy_ref from some Python string functions
tree
|
commitdiff
2018-11-04
Tom Tromey
Return gdbpy_ref from gdb_py_object_from_*longest
tree
|
commitdiff
2018-10-27
Philippe Waroquiers
Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
tree
|
commitdiff
2018-10-25
Andrew Burgess
gdb/python: Make convert_values_to_python return gdbpy_...
tree
|
commitdiff
2018-10-25
Andrew Burgess
gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>
tree
|
commitdiff
2018-10-07
Tom Tromey
Add Inferior.architecture method
tree
|
commitdiff
2018-10-07
Tom Tromey
Update symbol domain and location values for Python
tree
|
commitdiff
2018-10-07
Tom Tromey
Fix Python gdb.Breakpoint.location crash
tree
|
commitdiff
2018-10-07
Tom Tromey
Update help text for commands implemented in Python
tree
|
commitdiff
2018-10-04
Tom de Vries
[gdb/python] Fix cpychecker error in pspy_solib_name
tree
|
commitdiff
2018-10-04
Tom de Vries
[gdb/python] Fix cpychecker error in recpy_bt_goto
tree
|
commitdiff
2018-09-24
Tom Tromey
Allow setting a parameter to raise gdb.GdbError
tree
|
commitdiff
2018-09-24
Tom Tromey
Consolidate gdb.GdbError handling
tree
|
commitdiff
2018-09-24
Tom Tromey
Check for negative argument in Type.template_argument
tree
|
commitdiff
2018-09-24
Tom Tromey
Report Python errors coming from gdb.post_event
tree
|
commitdiff
2018-09-24
Tom Tromey
Allow conversion of pointers to Python int
tree
|
commitdiff
2018-09-24
Tom Tromey
Preserve sign when converting gdb.Value to Python int
tree
|
commitdiff
2018-09-24
Tom Tromey
Allow more Python scalar conversions
tree
|
commitdiff
2018-09-17
Philippe Waroquiers
[OBVIOUS] enable frame-filter short help uses disable...
tree
|
commitdiff
2018-09-17
Pedro Alves
[gdb/Python] Eliminate find_inferior_object
tree
|
commitdiff
2018-09-17
Simon Marchi
python: Make gdb.execute("show commands") work (PR...
tree
|
commitdiff
2018-09-17
Tom Tromey
Don't steal references in the gdb Python code
tree
|
commitdiff
2018-09-17
Tom Tromey
Simplify uses of thread_to_thread_object
tree
|
commitdiff
2018-09-16
Tom Tromey
Remove CPYCHECKER_RETURNS_BORROWED_REF
tree
|
commitdiff
2018-09-16
Tom Tromey
Change thread_to_thread_object to return a new reference
tree
|
commitdiff
2018-09-16
Tom Tromey
Change objfile_to_objfile_object to return a new reference
tree
|
commitdiff
2018-09-16
Tom Tromey
Change pspace_to_pspace_object to return a new reference
tree
|
commitdiff
2018-09-16
Tom Tromey
Add more methods to gdb.Progspace
tree
|
commitdiff
2018-09-15
Tom Tromey
Fix possible exception leak in python.c
tree
|
commitdiff
2018-09-13
Tom Tromey
Make infpy_thread_from_thread_handle static
tree
|
commitdiff
2018-09-13
Simon Marchi
python: Add Progspace.objfiles method
tree
|
commitdiff
2018-09-13
Simon Marchi
python: Add Inferior.progspace property
tree
|
commitdiff
2018-09-13
Simon Marchi
python: Provide textual representation for Inferior...
tree
|
commitdiff
2018-09-10
Tom Tromey
Fix help text for "python" command
tree
|
commitdiff
2018-09-09
Simon Marchi
python: Make two functions return gdbpy_ref<>
tree
|
commitdiff
2018-09-09
Tom Tromey
Allow a pretty-printer without a to_string method
tree
|
commitdiff
2018-08-27
Jan Vrany
MI: Fix printing of frame architecture with Python...
tree
|
commitdiff
2018-08-25
Simon Marchi
Initialize variable in py_get_event_thread
tree
|
commitdiff
2018-08-24
Pedro Alves
gdb/python: Use copy-initialization more when possible
tree
|
commitdiff
2018-08-24
Pedro Alves
Fix 8.2 regression in gdb.python/py-evthreads.exp w...
tree
|
commitdiff
2018-08-17
Tom Tromey
Remove "repeat" argument from command_line_input
tree
|
commitdiff
2018-07-22
Tom Tromey
Call value_fetch_lazy when needed in pretty-printers
tree
|
commitdiff
2018-07-22
Tom Tromey
Simple unused variable removals
tree
|
commitdiff
2018-07-03
Tom Tromey
Remove ptid_get_tid
tree
|
commitdiff
2018-07-03
Tom Tromey
Remove ptid_get_lwp
tree
|
commitdiff
2018-07-03
Tom Tromey
Remove ptid_get_pid
tree
|
commitdiff
2018-06-27
Tom Tromey
Remove a VEC from py-unwind.c
tree
|
commitdiff
2018-06-21
Pedro Alves
Use thread_info and inferior pointers more throughout
tree
|
commitdiff
2018-06-21
Tom Tromey
Fix a memory leak in py-param.c
tree
|
commitdiff
2018-06-18
Tom Tromey
Use unique_xmalloc_ptr for read_string
tree
|
commitdiff
2018-06-08
Paul Koning
Fix build issue with Python 3.7
tree
|
commitdiff
2018-06-01
Tom Tromey
Remove a static buffer from cp-name-parser.y
tree
|
commitdiff
2018-06-01
Tom Tromey
Remove TYPE_TAG_NAME
tree
|
commitdiff
2018-05-31
Tom Tromey
Fix "set" handling of Python parameters
tree
|
commitdiff
2018-05-31
Tom Tromey
Add basic Python API for convenience variables
tree
|
commitdiff
2018-05-29
Tom Tromey
Remove a VEC from type.c
tree
|
commitdiff
2018-05-25
Tom Tromey
Remove interp_ui_out
tree
|
commitdiff
2018-05-04
Tom Tromey
Let gdb.execute handle multi-line commands
tree
|
commitdiff
2018-05-04
Tom Tromey
Allow breakpoint commands to be set from Python
tree
|
commitdiff
2018-05-04
Tom Tromey
Use counted_command_line everywhere
tree
|
commitdiff
2018-05-04
Paul Pluzhnikov
configure uses incorrect link order when testing libpython
tree
|
commitdiff
2018-05-02
Tom Tromey
Handle var_zuinteger and var_zuinteger_unlimited from...
tree
|
commitdiff
2018-04-30
Tom Tromey
Remove some uses of is_mi_like_p from py-framefilter.c
tree
|
commitdiff
2018-04-30
Tom Tromey
Change Python code to use new_reference
tree
|
commitdiff
2018-04-30
Tom Tromey
Expose type alignment on gdb.Type
tree
|
commitdiff
next
This page took
0.153169 seconds
and
7
git commands to generate.