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-symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
Tom de Vries
2024-09-24
1
-7
/
+7
*
Automatically add types to Python modules
Tom Tromey
2024-09-23
1
-3
/
+2
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Rename SEARCH_ALL
Tom Tromey
2024-02-01
1
-1
/
+1
*
gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.def
Lancelot SIX
2024-01-29
1
-2
/
+2
*
Remove some obsolete Python constants
Tom Tromey
2024-01-28
1
-14
/
+0
*
Use domain_search_flags in lookup_symbol et al
Tom Tromey
2024-01-28
1
-8
/
+14
*
Replace search_domain with domain_search_flags
Tom Tromey
2024-01-28
1
-1
/
+1
*
Use a .def file for domain_enum
Tom Tromey
2024-01-28
1
-13
/
+8
*
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
-1
/
+1
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
1
-1
/
+1
*
[gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbols
Tom de Vries
2023-09-06
1
-2
/
+5
*
gdb: add __repr__() implementation to a few Python types
Matheus Branco Borella
2023-07-04
1
-1
/
+14
*
gdb/python: add mechanism to manage Python initialization functions
Andrew Burgess
2023-05-05
1
-1
/
+3
*
Python QUIT processing updates
Kevin Buettner
2023-02-27
1
-0
/
+5
*
Fix value chain use-after-free
Tom Tromey
2023-02-27
1
-3
/
+5
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-3
/
+3
*
Rewrite registry.h
Tom Tromey
2022-07-28
1
-40
/
+23
*
Use PyBool_FromLong
Tom Tromey
2022-06-23
1
-2
/
+1
*
gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros
Simon Marchi
2022-04-27
1
-2
/
+1
*
Replace symbol_symtab with symbol::symtab
Tom Tromey
2022-04-20
1
-3
/
+3
*
Replace symbol_objfile with symbol::objfile
Tom Tromey
2022-04-20
1
-2
/
+2
*
gdb/python: remove Python 2/3 compatibility macros
Simon Marchi
2022-03-23
1
-3
/
+3
*
gdb: remove SYMBOL_LINE macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMBOL_IS_ARGUMENT macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMBOL_OBJFILE_OWNED macro
Simon Marchi
2022-02-06
1
-3
/
+3
*
gdb: remove SYMBOL_CLASS macro, add getter
Simon Marchi
2022-02-06
1
-5
/
+5
*
gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter
Simon Marchi
2022-02-06
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Restore gdb.SYMBOL_LABEL_DOMAIN constant
Hannes Domani
2021-06-03
1
-0
/
+2
*
gdb: delay python initialisation until gdbpy_finish_initialization
Andrew Burgess
2021-04-28
1
-5
/
+10
*
Add search_flags to expand_symtabs_matching
Tom Tromey
2021-04-17
1
-1
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Remove redundant typedefs
Tom Tromey
2020-12-04
1
-5
/
+5
*
Don't use PyInt_FromLong
Tom Tromey
2020-09-15
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Replace SYMBOL_*_NAME accessors with member functions
Christian Biesinger
2019-11-22
1
-3
/
+3
*
Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...
Philippe Waroquiers
2019-11-18
1
-0
/
+1
*
gdb/python: Introduce gdb.lookup_static_symbols
Andrew Burgess
2019-11-10
1
-0
/
+61
*
gdb/python: smarter symbol lookup for gdb.lookup_static_symbol
Andrew Burgess
2019-11-10
1
-2
/
+25
*
[PR/24474] Add gdb.lookup_static_symbol to the python API
Christian Biesinger
2019-07-30
1
-0
/
+40
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-5
/
+5
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-15
/
+10
*
Do not include py-ref.h in most files
Tom Tromey
2019-01-22
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Update symbol domain and location values for Python
Tom Tromey
2018-10-06
1
-6
/
+18
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
[next]