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
/
py-utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb/python] Make sure python sys.exit makes gdb exit
Tom de Vries
2024-09-25
1
-0
/
+29
*
[gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION
Tom de Vries
2024-09-24
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
[gdb/python] Use gdbpy_err_fetch::{type,value} as getters
Tom de Vries
2024-03-09
1
-4
/
+5
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb/python: hoist common invalid object repr code into py-utils.c
Andrew Burgess
2024-01-12
1
-0
/
+8
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-2
/
+2
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
1
-1
/
+1
*
Python QUIT processing updates
Kevin Buettner
2023-02-27
1
-0
/
+3
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
gdb/python: convert gdbpy_err_fetch to use gdbpy_ref
Andrew Burgess
2022-06-15
1
-4
/
+4
*
gdb/python: improve formatting of help text for user defined commands
Andrew Burgess
2022-05-28
1
-0
/
+194
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-3
/
+3
*
gdb/python: remove Python 2/3 compatibility macros
Simon Marchi
2022-03-23
1
-4
/
+4
*
gdb/python: remove Python 2 support
Simon Marchi
2022-03-23
1
-45
/
+2
*
gdb/python/mi: create MI commands using python
Andrew Burgess
2022-03-14
1
-0
/
+17
*
Change how Python architecture and language are handled
Tom Tromey
2022-01-26
1
-4
/
+6
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+1
*
Remove some Python 3 #ifs
Tom Tromey
2019-03-05
1
-9
/
+2
*
Remove Python 2.4 and 2.5 support
Tom Tromey
2019-02-27
1
-2
/
+1
*
Do not include py-ref.h in most files
Tom Tromey
2019-01-22
1
-1
/
+0
*
Use a wrapper for PyErr_Fetch
Tom Tromey
2019-01-03
1
-33
/
+25
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Translate PyExc_KeyboardInterrupt to gdb "quit"
Tom Tromey
2018-12-27
1
-1
/
+3
*
Remove more calls to xfree from Python
Tom Tromey
2018-12-27
1
-3
/
+2
*
Return gdbpy_ref from some Python string functions
Tom Tromey
2018-11-04
1
-12
/
+13
*
Return gdbpy_ref from gdb_py_object_from_*longest
Tom Tromey
2018-11-04
1
-11
/
+11
*
Consolidate gdb.GdbError handling
Tom Tromey
2018-09-23
1
-0
/
+56
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Turn gdbpy_ref into a template
Tom Tromey
2017-02-10
1
-6
/
+6
*
Remove make_cleanup_py_decref and make_cleanup_py_xdecref
Tom Tromey
2017-01-10
1
-42
/
+0
*
Use gdbpy_ref in py-utils.c
Tom Tromey
2017-01-10
1
-34
/
+15
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use unique_xmalloc_ptr in Python code
Tom Tromey
2016-11-09
1
-34
/
+26
*
python/py-utils.c (host_string_to_python_string): New function.
Doug Evans
2016-03-29
1
-0
/
+8
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-3
/
+3
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-3
/
+6
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Remove trailing whitespace.
Doug Evans
2013-11-29
1
-3
/
+3
*
* python/py-utils.c (gdb_pymodule_addobject): Cast away const.
Tom Tromey
2013-06-05
1
-1
/
+2
*
py_decref: Don't check for NULL before calling Py_DECREF.
Pedro Alves
2013-05-21
1
-2
/
+1
*
Centralize workaround for Python 2.6's Py_DECREF.
Pedro Alves
2013-05-21
1
-9
/
+2
[next]