summaryrefslogtreecommitdiff
path: root/gdb/python/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement DAP register scopeTom Tromey2023-05-121-3/+17
* Filter out types from DAP scopes requestTom Tromey2023-05-051-1/+1
* Add readMemory and writeMemory requests to DAPTom Tromey2023-04-033-0/+57
* gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess2023-03-301-0/+26
* gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess2023-03-301-2/+21
* Implement repl evaluation for DAPTom Tromey2023-03-241-3/+21
* Fix race in DAP startupTom Tromey2023-03-242-6/+10
* [gdb/dap] Add logging of ignored linesTom de Vries2023-03-241-1/+3
* Fix formatting in gdb/printing.pyTom Tromey2023-03-151-0/+3
* Implement DAP variables, scopes, and evaluate requestsTom Tromey2023-03-144-21/+322
* Fix DAP frame bug with older versions of PythonTom Tromey2023-03-141-18/+15
* Fix DAP stackTrace through frames without debuginfoTom Tromey2023-03-061-1/+1
* gdb: update some copyright years (2022 -> 2023)Simon Marchi2023-03-0114-14/+14
* gdb: reformat Python files with black 23.1.0Simon Marchi2023-02-274-3/+3
* Remove unused imports from gdb's Python codeTom Tromey2023-02-134-5/+0
* Ensure all DAP requests are keyword-onlyTom Tromey2023-02-102-5/+5
* [gdb/python] Avoid queue.SimpleQueue for python 3.6Tom de Vries2023-01-052-2/+10
* Initial implementation of Debugger Adapter ProtocolTom Tromey2023-01-0216-0/+1327
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-0125-25/+25
* GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki2022-10-211-3/+6
* gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess2022-10-021-4/+55
* Fix flush for sys.stderrTom Tromey2022-08-301-12/+7
* Run 'black' on gdbTom Tromey2022-07-151-3/+4
* Handle bool specially in gdb.set_parameterTom Tromey2022-07-081-0/+7
* Make 'import gdb.events' workTom Tromey2022-07-051-0/+5
* gdb/python: implement the print_insn extension language hookAndrew Burgess2022-06-151-0/+178
* Remove more Python 2 codeTom Tromey2022-04-041-10/+1
* gdb/python: remove Python 2 supportSimon Marchi2022-03-235-34/+14
* gdb/python: remove gdb._mi_commands dictSimon Marchi2022-03-181-4/+0
* gdb/python/mi: create MI commands using pythonAndrew Burgess2022-03-141-0/+4
* gdb/python: move styling support to gdb.stylingAndrew Burgess2022-02-142-33/+50
* gdb: use python to colorize disassembler outputAndrew Burgess2022-02-141-0/+13
* gdb: fix formatting for help set/show extended-promptAndrew Burgess2022-02-021-3/+2
* gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess2022-01-261-2/+4
* Add a way to temporarily set a gdb parameter from PythonTom Tromey2022-01-261-0/+19
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0123-23/+23
* gdb: re-format with black 21.12b0Simon Marchi2021-12-151-1/+0
* gdb/python: fix a few flake8 warningsSimon Marchi2021-10-024-13/+5
* gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi2021-06-221-3/+3
* gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi2021-06-221-4/+10
* Use is/is not to check for None in python code.Lancelot SIX2021-06-082-7/+7
* gdb: re-format Python files using black 21.4b0Simon Marchi2021-05-0721-685/+859
* Use importlib instead of imp module on python 3.4+Boris Staletic2021-04-011-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0123-23/+23
* [gdb/cli] Don't let python colorize strip leading newlinesTom de Vries2020-04-101-1/+1
* Allow use of Pygments to colorize source codeTom Tromey2020-01-211-0/+14
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0123-23/+23
* [gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries2019-10-091-1/+1
* Make GDB compile with Python 3 on MinGWChristian Biesinger2019-08-221-0/+26
* Rename internal Python functions to start with an underscoreChristian Biesinger2019-08-151-8/+8