Improve MSP430 section placement.
[deliverable/binutils-gdb.git] / gdb / python /
2017-08-09  Pedro AlvesMake cp_comp_to_string return a gdb::unique_xmalloc_ptr...
2017-08-03  Tom TromeyUse gdb_argv in Python
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03  Tom TromeyRemove a cleanup in Python
2017-08-03  Tom TromeyAvoid some manual memory management in Python
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17  Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-07-17  Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-07-05  Pedro AlvesFix Python unwinder frames regression
2017-06-22  Alan HaywardFix cached_frame allocation in py-unwind
2017-06-22  Alan HaywardRemove MAX_REGISTER_SIZE from py-unwind.c
2017-05-30  Tim Wiederhakebtrace: Replace struct btrace_function::segment.
2017-05-30  Tim Wiederhakebtrace: Replace struct btrace_function::up.
2017-05-02  Tim WiederhakePython: Introduce gdb.Instruction class
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceInstruction
2017-05-02  Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02  Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-05-02  Tim WiederhakePython: Use correct ptid in btrace recording
2017-05-02  Tim WiederhakePython: Fix indentation in py-record-btrace.c
2017-04-27  Simon MarchiAdd missing incref when creating Inferior Python object
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Tom TromeyChange find_pcs_for_symtab_line to return a std::vector
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-06  Thomas Preud'hommeFix Windows gdb build failure with Python 2 support
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
next
This page took 0.12422 seconds and 7 git commands to generate.