Clear non-significant bits of address on memory access
[deliverable/binutils-gdb.git] / gdb / python /
2017-12-07  Phil MuldoonImplement explicit locations for Python breakpoints.
2017-12-05  Simon MarchiRemove some unused variables
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-27  Simon Marchipython: Fix memleak in do_start_initialization
2017-11-22  Yao QiFix build with GCC 8: strncpy ->strcpy
2017-11-16  Pedro AlvesPython unwinder sniffer: PyExc_KeyboardInterrupt -...
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-11-06  Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-28  Maksim DzabraevMake gdb.selected_thread().inferior return a new reference
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-27  Tom TromeyAdd add_cmd function overloads
2017-09-21  Kevin BuettnerAdd `thread_from_thread_handle' method to (Python)...
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-11  Tom TromeyRemove cleanups from find_frame_funname
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-11  Tom TromeyMake it simpler to add events to Python
2017-09-11  Tom TromeySmall event ownership clean up in Python layer
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04  Pedro AlvesKill init_sal
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-09-04  Simon Marchibtrace: Store btrace_insn in an std::vector
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
next
This page took 0.197856 seconds and 7 git commands to generate.