-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / python /
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-04-05  Pedro Alves-Wwrite-strings: More fix-old-Python-API wrappers
2017-03-27  Pedro Alvesgdb: Make ldirname return a std::string
2017-03-23  Andreas ArnezRemove constness of libdir in do_start_initialization
2017-03-23  Philipp RudoFix memory leak in python.c:do_start_initialization
2017-03-22  Jonah GrahamImport sys in gdb/python/lib/gdb/printer/bound_registers.py
2017-03-21  Tim WiederhakeFix break on Python 2
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20  Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-20  Artemiy VolkovImplement demangling for rvalue reference type names
2017-03-20  Artemiy VolkovAdd ability to return rvalue reference values from...
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-17  Jonah GrahamFix PR gdb/19637: bound_registers.py: Add support for...
2017-03-16  Doug EvansFix various python lazy string bugs.
2017-02-14  Tom TromeyPR python/13598 - add before_prompt event
2017-02-14  Tim Wiederhakepython: Implement btrace Python bindings for record...
2017-02-14  Tim Wiederhakepython: Create Python bindings for record history.
2017-02-10  Tom TromeyRemove unnecessary local variables
2017-02-10  Tom TromeyRemove some gotos from Python
2017-02-10  Tom TromeyChange one more spot to use gdbpy_ref
2017-02-10  Tom TromeyUse gdbpy_ref to simplify some logic
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-02-10  Tom TromeyRemove some ui_out-related cleanups from Python
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-23  Simon MarchiMinor simplification of (Python) find_thread_object
2017-01-21  Simon MarchiFix Py_DECREF being executed without holding the GIL
2017-01-21  Simon MarchiFix python-interactive with Python 3.6
2017-01-11  Tom TromeyAdd constructor and destructor to demangle_parse_info
2017-01-11  Tom TromeyRemove cleanups from execute_gdb_command
2017-01-11  Tom TromeyAdd scoped_value_mark
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-11  Tom TromeyAdd gdb_ref_ptr.h
2017-01-11  Tom TromeyRemove make_cleanup_py_decref and make_cleanup_py_xdecref
2017-01-11  Tom TromeyUse gdbpy_ref rather than make_cleanup_py_decref
2017-01-11  Tom TromeyUse gdbpy_ref in enumerate_args
2017-01-11  Tom TromeyUse gdbpy_ref in py-utils.c
2017-01-11  Tom TromeyUse gdbpy_ref in pyuw_object_attribute_to_pointer
2017-01-11  Tom TromeyUse gdbpy_ref in python.c
2017-01-11  Tom TromeyUse gdbpy_ref in py-param.c
2017-01-11  Tom TromeyUse gdbpy_ref in py-inferior.c
2017-01-11  Tom TromeyUse gdbpy_ref in py_print_frame
2017-01-11  Tom TromeyUse gdbpy_ref in bpfinishpy_out_of_scope
2017-01-11  Tom TromeyUse gdbpy_ref in py-cmd.c
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_breakpoint_cond_says_stop
2017-01-11  Tom TromeyUse gdbpy_ref in archpy_disassemble
2017-01-11  Tom TromeyChange python_run_simple_file to use gdbpy_ref
2017-01-11  Tom TromeyUse gdbpy_ref in py-prettyprint.c
2017-01-11  Tom TromeyUse gdbpy_ref in py_print_frame
2017-01-11  Tom TromeyRemove ensure_python_env
2017-01-11  Tom TromeyChange type of encoding argument to gdbpy_extract_lazy_...
2017-01-11  Tom TromeyUse gdbpy_enter in python.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-param.c
2017-01-11  Tom TromeyUse gdbpy_enter in fnpy_call
2017-01-11  Tom TromeyUse gdbpy_enter in cmdpy_function
2017-01-11  Tom TromeyUse gdbpy_enter_varobj in py-varobj.c
2017-01-11  Tom TromeyIntroduce gdbpy_enter_varobj and use it
2017-01-11  Tom TromeyUse gdbpy_enter in py-xmethod.c
2017-01-11  Tom TromeyUse gdbpy_ref in invoke_match_method
2017-01-11  Tom TromeyUse gdbpy_enter in gdbpy_get_matching_xmethod_workers
2017-01-11  Tom TromeyUse gdbpy_enter in python_interactive_command
2017-01-11  Tom TromeyUse gdbpy_enter in gdbpy_before_prompt_hook
2017-01-11  Tom TromeyUse gdbpy_enter in py-prettyprint.c
2017-01-11  Tom TromeyIntroduce htab_up and use gdbpy_enter in py-framefilter.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-unwind.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-xmethods.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-type.c
2017-01-11  Tom TromeyUse gdbpy_enter in python.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-progspace.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-objfile.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-inferior.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-finishbreakpoint.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-cmd.c
2017-01-11  Tom TromeyUse gdbpy_enter in py-breakpoint.c
2017-01-11  Tom TromeyIntroduce gdbpy_enter
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_lookup_symbol
2017-01-11  Tom TromeyUse gdbpy_ref in py-value.c
2017-01-11  Tom TromeyUse gdbpy_ref in python.c
2017-01-11  Tom TromeyUse gdbpy_ref in py-prettyprint.c
2017-01-11  Tom TromeyUse gdbpy_ref in call_doc_function
2017-01-11  Tom TromeyUse gdbpy_ref in py-linetable.c
2017-01-11  Tom TromeyUse gdbpy_ref in py-framefilter.c
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_breakpoints
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_inferiors
2017-01-11  Tom TromeyUse gdbpy_ref in py-function.c
2017-01-11  Tom TromeyUse gdbpy_ref in gdbpy_string_to_argv
2017-01-11  Tom TromeyUse gdbpy_ref in py-type.c
2017-01-11  Tom TromeyChange event code to use gdbpy_ref
2017-01-11  Tom TromeyIntroduce py-ref.h
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-21  Yao QiCreate subobject value in pretty printer
2016-11-16  Kevin BuettnerMake gdb.PendingFrame.read_register handle "user" regis...
2016-11-11  Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Tom TromeyFix some error-handling bugs in python frame filters
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/python/
2016-11-08  Pedro AlvesUse ui_file_as_string in execute_command_to_string
next
This page took 0.0835939999999999 seconds and 7 git commands to generate.