index
:
ampere-computing/binutils-gdb.git
binutils-2_30-amp-branch
binutils-2_31_1-amp-branch
binutils-2_32-amp-branch
binutils-2_34-amp-branch
gdb-8.1-amp-branch
gdb-8.2.1-amp-branch
gdb-9.1-amp-branch
Binutils/GDB including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
python
/
python.c
Age
Commit message (
Expand
)
Author
2020-01-05
Copyright year range updates after running gdb/copyright.py
Joel Brobecker
2019-11-27
gdb: Introduce global_symbol_searcher
Andrew Burgess
2019-11-26
Use run_on_main_thread in gdb.post_event
Tom Tromey
2019-11-26
Fix crashes due to python GIL released too early
Philippe Waroquiers
2019-11-22
Replace SYMBOL_*_NAME accessors with member functions
Christian Biesinger
2019-11-22
Replace the MSYMBOL_*_NAME macros with member functions
Christian Biesinger
2019-11-10
gdb/python: Introduce gdb.lookup_static_symbols
Andrew Burgess
2019-09-18
Change boolean options to bool instead of int
Christian Biesinger
2019-09-11
Make relocate_{path,gdb_directory} return std::string
Christian Biesinger
2019-09-09
Fix leak detected in python.c initialization code.
Philippe Waroquiers
2019-08-27
gdb: Add new -n flag to some info commands
Andrew Burgess
2019-08-22
Make GDB compile with Python 3 on MinGW
Christian Biesinger
2019-07-30
[PR/24474] Add gdb.lookup_static_symbol to the python API
Christian Biesinger
2019-07-09
Rename common to gdbsupport
Tom Tromey
2019-06-28
Fix crash when using PYTHONMALLOC=debug (PR python/24742)
Sergio Durigan Junior
2019-06-11
Remove trailing newlines from help text
Tom Tromey
2019-06-10
Remove newlines from warnings
Tom Tromey
2019-04-08
Rename gdb exception types
Tom Tromey
2019-04-08
Rewrite TRY/CATCH
Tom Tromey
2019-02-27
Remove Python 2.4 and 2.5 support
Tom Tromey
2019-01-30
Release the GIL while running a gdb command or expression
Tom Tromey
2019-01-25
Normalize includes to use common/
Tom Tromey
2019-01-22
Do not include py-ref.h in most files
Tom Tromey
2019-01-03
Use a wrapper for PyErr_Fetch
Tom Tromey
2019-01-01
Update copyright year range in all GDB files.
Joel Brobecker
2018-12-27
Consolidate some Python exception-printing functions
Tom Tromey
2018-12-27
Remove more calls to xfree from Python
Tom Tromey
2018-11-21
Make command-repeat work after gdb.execute
Benno Fünfstück
2018-11-04
Return gdbpy_ref from some Python string functions
Tom Tromey
2018-10-27
Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...
Philippe Waroquiers
2018-09-23
Report Python errors coming from gdb.post_event
Tom Tromey
2018-09-17
python: Make gdb.execute("show commands") work (PR 23669)
Simon Marchi
2018-09-16
Change objfile_to_objfile_object to return a new reference
Tom Tromey
2018-09-16
Change pspace_to_pspace_object to return a new reference
Tom Tromey
2018-09-16
Add more methods to gdb.Progspace
Tom Tromey
2018-09-14
Fix possible exception leak in python.c
Tom Tromey
2018-09-13
python: Add Progspace.objfiles method
Simon Marchi
2018-09-10
Fix help text for "python" command
Tom Tromey
2018-06-08
Fix build issue with Python 3.7
Paul Koning
2018-05-31
Add basic Python API for convenience variables
Tom Tromey
2018-05-25
Remove interp_ui_out
Tom Tromey
2018-05-04
Let gdb.execute handle multi-line commands
Tom Tromey
2018-05-04
Use counted_command_line everywhere
Tom Tromey
2018-05-02
Handle var_zuinteger and var_zuinteger_unlimited from Python
Tom Tromey
2018-04-30
Change Python code to use new_reference
Tom Tromey
2018-01-07
C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
Simon Marchi
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-12-05
Remove some unused variables
Simon Marchi
2017-11-29
Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
Pedro Alves
2017-11-26
python: Fix memleak in do_start_initialization
Simon Marchi
[next]