llvm-project/lldb/test/API/python_api
Peter S. Housel 2e7ec447cc [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API
This change adds AllocateMemory and DeallocateMemory methods to the SBProcess
API, so that clients can allocate and deallocate memory blocks within the
process being debugged (for storing JIT-compiled code or other uses).

(I am developing a debugger + REPL using the API; it will need to store
JIT-compiled code within the target.)

Reviewed By: clayborg, jingham

Differential Revision: https://reviews.llvm.org/D105389
2021-07-16 00:45:22 +02:00
..
breakpoint [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
class_members [lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC) 2021-04-04 20:04:41 -07:00
debugger [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
default-constructor [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
disassemble-raw-data [lldb][Arm/AArch64] Add basic disassemble tests for Arm/AArch64 2021-04-13 08:49:48 +00:00
event [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
exprpath_synthetic [lldb] [test] Use skipUnlessDarwin for tests specific to Darwin 2020-11-07 19:26:42 +01:00
file_handle [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
findvalue_duplist [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
formatters [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
frame [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
function_symbol [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
get-value-32bit-int
hello_world [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
interpreter [lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors to SBAPI (NFC) 2021-03-05 19:33:33 +01:00
lldbutil [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
module_section [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
name_lookup [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
objc_type [lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC) 2021-04-04 20:04:41 -07:00
process [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API 2021-07-16 00:45:22 +02:00
sbdata [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
sbenvironment [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
sberror Fix SBError::SetErrorToGenericError 2020-10-26 15:44:38 +01:00
sblaunchinfo
sbplatform [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
sbstructureddata [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
sbtype_typeclass [lldb] [test] Skip ObjC-based tests via 'objc' category 2020-11-10 12:02:38 +01:00
sbvalue_const_addrof
sbvalue_persist [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
section [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
signals [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
symbol-context [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
target [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
thread [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
type [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
value [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
value_var_update [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
watchpoint [lldb/tests] Removed add_test_categories decorator for python API tests, NFC 2021-02-08 15:10:48 +03:00
categories [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00