projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Constify some linespec functions
[external/binutils.git]
/
gdb
/
python
/
python.c
2017-09-27
Tom Tromey
Constify some linespec functions
blob
|
commitdiff
2017-09-11
Tom Tromey
Make it simpler to add events to Python
blob
|
commitdiff
|
diff to current
2017-09-11
Tom Tromey
Add new_inferior, inferior_deleted, and new_thread...
blob
|
commitdiff
|
diff to current
2017-09-09
John Baldwin
Remove unnecessary function prototypes.
blob
|
commitdiff
|
diff to current
2017-09-04
Pedro Alves
struct symtabs_and_lines -> std::vector<symtab_and_line>
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Remove a cleanup in Python
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Avoid some manual memory management in Python
blob
|
commitdiff
|
diff to current
2017-05-02
Tim Wiederhake
Python: Introduce gdb.Instruction class
blob
|
commitdiff
|
diff to current
2017-04-12
Tom Tromey
Introduce command_line_up
blob
|
commitdiff
|
diff to current
2017-04-12
Tom Tromey
Introduce event_location_up
blob
|
commitdiff
|
diff to current
2017-04-06
Thomas Preud'homme
Fix Windows gdb build failure with Python 2 support
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: The Rest
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
blob
|
commitdiff
|
diff to current
2017-03-27
Pedro Alves
gdb: Make ldirname return a std::string
blob
|
commitdiff
|
diff to current
2017-03-23
Andreas Arnez
Remove constness of libdir in do_start_initialization
blob
|
commitdiff
|
diff to current
2017-03-23
Philipp Rudo
Fix memory leak in python.c:do_start_initialization
blob
|
commitdiff
|
diff to current
2017-02-14
Tom Tromey
PR python/13598 - add before_prompt event
blob
|
commitdiff
|
diff to current
2017-02-14
Tim Wiederhake
python: Implement btrace Python bindings for record...
blob
|
commitdiff
|
diff to current
2017-02-14
Tim Wiederhake
python: Create Python bindings for record history.
blob
|
commitdiff
|
diff to current
2017-02-10
Tom Tromey
Remove some gotos from Python
blob
|
commitdiff
|
diff to current
2017-02-10
Tom Tromey
Turn gdbpy_ref into a template
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Remove cleanups from execute_gdb_command
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_ref in python.c
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Change python_run_simple_file to use gdbpy_ref
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Remove ensure_python_env
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_enter in python.c
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_enter in python_interactive_command
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_enter in gdbpy_before_prompt_hook
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_enter in python.c
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Introduce gdbpy_enter
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_ref in python.c
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-11-10
Tom Tromey
Use unique_xmalloc_ptr in Python code
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
Use ui_file_as_string in execute_command_to_string
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Remove make_cleanup_restore_current_uiout
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Use RAII to save and restore scalars
blob
|
commitdiff
|
diff to current
2016-10-07
Markus Metzger
python: accept address and explicit locations in gdb...
blob
|
commitdiff
|
diff to current
2016-09-16
Simon Marchi
Introduce cleanup to restore current_uiout
blob
|
commitdiff
|
diff to current
2016-07-12
Tom Tromey
PR python/19293 - invalidate frame cache when unwinders...
blob
|
commitdiff
|
diff to current
2016-06-24
Tom Tromey
Make gdbpy_parameter static
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make instream be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Introduce interpreter factories
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make the interpreters be per UI
blob
|
commitdiff
|
diff to current
2016-06-02
Tom Tromey
Fix PR python/18984
blob
|
commitdiff
|
diff to current
2016-05-03
Pedro Alves
Fix gdb/python/python.c use-after-free
blob
|
commitdiff
|
diff to current
2016-05-03
Pedro Alves
Remove gdb/python/python.c code that handles strlen...
blob
|
commitdiff
|
diff to current
2016-04-21
Pedro Alves
Add missing sentinel 'char *' casts in concat/reconcat...
blob
|
commitdiff
|
diff to current
2016-04-12
Pedro Alves
Eliminate clear_quit_flag
blob
|
commitdiff
|
diff to current
2016-04-12
Pedro Alves
Make Python use a struct serial event
blob
|
commitdiff
|
diff to current
2016-03-31
Catalin Udma
python: Use console format for output of gdb.execute...
blob
|
commitdiff
|
diff to current
2016-03-30
Doug Evans
python/py-utils.c (host_string_to_python_string): New...
blob
|
commitdiff
|
diff to current
2016-01-19
Pedro Alves
Limit breakpoint re-set to the current program space
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
diff to current
2015-10-22
Simon Marchi
Add cast in python.c
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (2/2)
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add casts to memory allocation related calls
blob
|
commitdiff
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
diff to current
2015-08-12
Keith Seitz
Initialize `location' in gdbpy_decode_line
blob
|
commitdiff
|
diff to current
2015-08-12
Keith Seitz
Explicit locations: use new location API
blob
|
commitdiff
|
diff to current
2015-04-29
Doug Evans
PR python/18285
blob
|
commitdiff
|
diff to current
2015-04-29
Doug Evans
PR python/18089
blob
|
commitdiff
|
diff to current
2015-04-01
Sasha Smundak
Add support for writing unwinders in Python.
blob
|
commitdiff
|
diff to current
2015-03-07
Pedro Alves
Split TRY_CATCH into TRY + CATCH
blob
|
commitdiff
|
diff to current
2015-02-27
Simon Marchi
Fix Python 3 build: rename GdbMethods
blob
|
commitdiff
|
diff to current
2015-02-27
Pedro Alves
Make array object extern
blob
|
commitdiff
|
diff to current
2015-02-11
Tom Tromey
Fix redefinition errors in C++ mode
blob
|
commitdiff
|
diff to current
2015-01-31
Doug Evans
Add support for inlining scripts into .debug_gdb_scripts.
blob
|
commitdiff
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
diff to current
2014-12-12
Doug Evans
New python function gdb.lookup_objfile.
blob
|
commitdiff
|
diff to current
2014-12-02
Nick Bull
New python events: inferior call, register/memory changed.
blob
|
commitdiff
|
diff to current
2014-12-02
Doug Evans
revert previous patch so that I can re-commit with...
blob
|
commitdiff
|
diff to current
2014-12-02
Doug Evans
New python events: infcall, register/memory changed.
blob
|
commitdiff
|
diff to current
2014-10-17
Doug Evans
New python event "clear_objfiles".
blob
|
commitdiff
|
diff to current
2014-10-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Move libiberty.h to common-defs.h
blob
|
commitdiff
|
diff to current
2014-06-03
Siva Chandra
Xmethod support in Python.
blob
|
commitdiff
|
diff to current
2014-02-06
Doug Evans
Extension Language API
blob
|
commitdiff
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
diff to current
2013-12-12
Pedro Alves
Eliminate UNSUPPORTED_ERROR.
blob
|
commitdiff
|
diff to current
2013-11-29
Doug Evans
Remove trailing whitespace.
blob
|
commitdiff
|
diff to current
2013-11-28
Doug Evans
Rename breakpoint_object to gdbpy_breakpoint_object.
blob
|
commitdiff
|
diff to current
2013-11-11
Phil Muldoon
2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
blob
|
commitdiff
|
diff to current
2013-10-02
Phil Muldoon
2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
blob
|
commitdiff
|
diff to current
2013-06-18
Tom Tromey
* python/python.c (finish_python_initialization):...
blob
|
commitdiff
|
diff to current
2013-05-30
Tom Tromey
use explicit returns to avoid checker confusion
blob
|
commitdiff
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (gdbpy_initialize_arch): Use
blob
|
commitdiff
|
diff to current
2013-05-20
Tom Tromey
* python/py-cmd.c (cmdpy_completer): Use explicit...
blob
|
commitdiff
|
diff to current
2013-05-20
Tom Tromey
* python/python.c (gdbpy_run_events): Decref the result
blob
|
commitdiff
|
diff to current
2013-05-20
Tom Tromey
* mi/mi-main.c: Include python-internal.h.
blob
|
commitdiff
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (gdbpy_initialize_arch): Return...
blob
|
commitdiff
|
diff to current
2013-05-20
Tom Tromey
* python/python.c (before_prompt_hook): Add cleanup to
blob
|
commitdiff
|
diff to current
2013-05-10
Phil Muldoon
2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
blob
|
commitdiff
|
diff to current
2013-03-28
Doug Evans
* python/python.c (finish_python_initialization):...
blob
|
commitdiff
|
diff to current
2013-03-12
Keith Seitz
* ada-lang.c (ada_read_renaming_var_value): Pass const
blob
|
commitdiff
|
diff to current
2013-03-07
Keith Seitz
* breakpoint.c (catch_syscall_split_args): Use skip_sp...
blob
|
commitdiff
|
diff to current
2013-02-28
Doug Evans
* python/py-finishbreakpoint.c (bpfinishpy_init):...
blob
|
commitdiff
|
diff to current
2013-02-28
Tom Tromey
* python/python.c (gdbpy_print_stack): Call begin_line and
blob
|
commitdiff
|
diff to current
2013-02-28
Tom Tromey
* python/python.c (gdbpy_find_pc_line): Call find_pc_line
blob
|
commitdiff
|
diff to current
2013-01-31
Aleksandar Ristovski
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
blob
|
commitdiff
|
diff to current
2013-01-23
Siva Chandra Reddy
Add a new class gdb.Architecture which exposes GDB's
blob
|
commitdiff
|
diff to current
next