projects
/
deliverable
/
binutils-gdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add Python support for hardware breakpoints
[deliverable/binutils-gdb.git]
/
gdb
/
python
/
py-finishbreakpoint.c
2021-01-01
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
raw
2020-11-02
Simon Marchi
gdb, gdbserver, gdbsupport: fix leading space vs tabs...
blob
|
commitdiff
|
raw
|
diff to current
2020-09-29
Tom Tromey
Remove target_has_registers macro
blob
|
commitdiff
|
raw
|
diff to current
2020-05-14
Simon Marchi
gdb: remove TYPE_CODE macro
blob
|
commitdiff
|
raw
|
diff to current
2020-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2019-11-18
Philippe Waroquiers
Fix a bunch of python leaks due to missing calls to...
blob
|
commitdiff
|
raw
|
diff to current
2019-10-15
Christian Biesinger
Change iterate_over_breakpoints to take a function_view
blob
|
commitdiff
|
raw
|
diff to current
2019-04-08
Tom Tromey
Rename gdb exception types
blob
|
commitdiff
|
raw
|
diff to current
2019-04-08
Tom Tromey
Rewrite TRY/CATCH
blob
|
commitdiff
|
raw
|
diff to current
2019-01-23
Tom Tromey
Do not include py-ref.h in most files
blob
|
commitdiff
|
raw
|
diff to current
2019-01-06
Tom Tromey
Fix crash in "finish"
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2018-06-21
Pedro Alves
Use thread_info and inferior pointers more throughout
blob
|
commitdiff
|
raw
|
diff to current
2018-03-19
Tom Tromey
Convert observers to C++
blob
|
commitdiff
|
raw
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
raw
|
diff to current
2017-04-12
Tom Tromey
Introduce event_location_up
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: The Rest
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Wrap PyGetSetDef for construction...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-10
Tom Tromey
Turn gdbpy_ref into a template
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_ref in bpfinishpy_out_of_scope
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Tom Tromey
Use gdbpy_enter in py-finishbreakpoint.c
blob
|
commitdiff
|
raw
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
raw
|
diff to current
2016-05-08
Trevor Saunders
remove trivialy unused variables
blob
|
commitdiff
|
raw
|
diff to current
2016-01-21
Joel Brobecker
Fix regression introduced in "break *<EXPR>" by explici...
blob
|
commitdiff
|
raw
|
diff to current
2016-01-13
Pedro Alves
Per-inferior/Inferior-qualified thread IDs
blob
|
commitdiff
|
raw
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-09
Pedro Alves
Garbage collect dummy_frame_ctx_saver
blob
|
commitdiff
|
raw
|
diff to current
2015-08-25
Pierre-Marie de...
DWARF: handle non-local references in nested functions
blob
|
commitdiff
|
raw
|
diff to current
2015-08-12
Keith Seitz
Explicit locations: introduce address locations
blob
|
commitdiff
|
raw
|
diff to current
2015-08-12
Keith Seitz
Explicit locations: use new location API
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
Jan Kratochvil
infcall: stop_registers -> register_dummy_frame_dtor
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
Pedro Alves
Split TRY_CATCH into TRY + CATCH
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
Pedro Alves
Normalize TRY_CATCH exception handling block
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
Tom Tromey
Fix redefinition errors in C++ mode
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
Doug Evans
Remove trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
Doug Evans
Rename breakpoint_object to gdbpy_breakpoint_object.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (gdbpy_initialize_arch): Use
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (gdbpy_initialize_arch): Return...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Tom Tromey
* python/py-arch.c (arch_object_type): Use
blob
|
commitdiff
|
raw
|
diff to current
2013-02-28
Doug Evans
* python/py-finishbreakpoint.c (bpfinishpy_init):...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-28
Tom Tromey
* py-finishbreakpoint.c (bpfinishpy_init): Reorganize...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Joel Brobecker
Update years in copyright notice for the GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-12
Paul Koning
Add support for Python 3.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Tom Tromey
* gdbarch.sh (target_gdbarch): Remove macro.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-18
Sergio Durigan Junior
2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-16
Maciej W. Rozycki
gdb/
blob
|
commitdiff
|
raw
|
diff to current
2012-05-14
Stan Shebs
2012-05-14 Stan Shebs <stan@codesourcery.com>
blob
|
commitdiff
|
raw
|
diff to current
2012-03-13
Pedro Alves
2012-03-13 Hui Zhu <teawater@gmail.com>
blob
|
commitdiff
|
raw
|
diff to current
2012-01-04
Joel Brobecker
Copyright year update in most files of the GDB Project.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-27
Joel Brobecker
remove use of sprintf in py-finishbreakpoint.c...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-23
Kevin Pouget
Introduce gdb.FinishBreakpoint in Python
blob
|
commitdiff
|
raw
|
diff to current
This page took
2.249766 seconds
and
62
git commands to generate.