summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/IRMemoryMap.cpp
AgeCommit message (Expand)Author
2025-09-09[lldb][nfc] Rename WritePointerToMemory argument's name (#157566)Felipe de Azevedo Piovezan
2025-09-04[lldb] Call FixUpPointer in WritePointerToMemory (try 2) (#153585)Felipe de Azevedo Piovezan
2025-08-12Revert "[lldb] Call FixUpPointer in WritePointerToMemory"Felipe de Azevedo Piovezan
2025-08-11[lldb] Call FixUpPointer in WritePointerToMemory (#152798)Felipe de Azevedo Piovezan
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin
2025-06-27[lldb][NFC] Switch IRMemoryMap::Malloc to return llvm::Expected (#146016)Igor Kudrin
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-24[lldb] Don't use a vm addr range starting at 0 for local memory (#100288)Jason Molenda
2023-05-02[lldb] Add settings for expression evaluation memory allocations.Ilya Kuklin
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2022-11-14Change last-ditch magic address in IRMemoryMap::FindSpaceJason Molenda
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-21[lldb] Fix ARM32 inferior callsJan Kratochvil
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-12[IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off buildFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-08[IRMemoryMap] Shrink Allocation and make it move-only (NFC)Vedant Kumar
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-08-06[IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)Vedant Kumar
2018-05-31[IRMemoryMap] Fix the alignment adjustment in MallocVedant Kumar
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-05Silence some -Wstring-conversion warningsPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-09Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.Sean Callanan
2016-06-09Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.Sean Callanan
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2016-01-18Update for llvm change. NFC.Rafael Espindola
2015-11-04Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford
2014-07-09Dont' use a random probe & alloc strategy for the IRMemoryMap.Zachary Turner
2014-07-06remove trailing whitespace + remove some useless commentsSylvestre Ledru
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-25Fix silly compilation error.Zachary Turner
2014-06-25Fix a bug in the IRMemoryMap which generated bogus allocations.Zachary Turner
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-03-04Hardened against reads in the IRMemoryMap thatSean Callanan
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-08-06Initialize m_leak member variable.Michael Sartain
2013-06-27Remove the process's reservation cache and don'tSean Callanan